891c9c69fe
In addition, changed the order of some Linux questions.
502 B
502 B
ReplicaSet 103
Objective
Learn how labels used by ReplicaSets
Instructions
- Create a ReplicaSet with 2 replicas. Make sure the label used for the selector and in the Pods is "type=web"
- Verify a ReplicaSet was created and there are 2 replicas
- List the Pods running
- Remove the label (type=web) from one of the Pods created by the ReplicaSet
- List the Pods running. Are there more Pods running after removing the label? Why?
- Verify the ReplicaSet indeed created a new Pod