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:
12
topics/kubernetes/replicaset_02.md
Normal file
12
topics/kubernetes/replicaset_02.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## ReplicaSet 102
|
||||
|
||||
#### Objective
|
||||
|
||||
Learn how to operate 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 but NOT the pods it created
|
||||
4. Verify you've deleted the ReplicaSet but the Pods are still running
|
||||
Reference in New Issue
Block a user