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_03.md
Normal file
14
topics/kubernetes/replicaset_03.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## ReplicaSet 103
|
||||
|
||||
#### Objective
|
||||
|
||||
Learn how labels used by ReplicaSets
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. Create a ReplicaSet with 2 replicas. Make sure the label used for the selector and in the Pods is "type=web"
|
||||
2. Verify a ReplicaSet was created and there are 2 replicas
|
||||
3. List the Pods running
|
||||
4. Remove the label (type=web) from one of the Pods created by the ReplicaSet
|
||||
5. List the Pods running. Are there more Pods running after removing the label? Why?
|
||||
6. Verify the ReplicaSet indeed created a new Pod
|
||||
Reference in New Issue
Block a user