You've already forked devops-exercises
Rename exercises dir
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
This commit is contained in:
14
topics/kubernetes/replicaset_01.md
Normal file
14
topics/kubernetes/replicaset_01.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## 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. Delete one of the Pods the ReplicaSet has created
|
||||
4. If you'll list all the Pods now, what will you see?
|
||||
5. Remove the ReplicaSet you've created
|
||||
6. Verify you've deleted the ReplicaSet
|
||||
Reference in New Issue
Block a user