12 lines
261 B
Markdown
12 lines
261 B
Markdown
|
## ReplicaSet 101
|
||
|
|
||
|
#### Objective
|
||
|
|
||
|
Learn how to create and view ReplicaSets
|
||
|
|
||
|
#### Instructions
|
||
|
|
||
|
1. Create a ReplicaSet with 2 replicas. The app can be anything.
|
||
|
2. Verify a ReplicaSet was created and there are 2 replicas
|
||
|
3. Remove the ReplicaSet you've created
|