891c9c69fe
In addition, changed the order of some Linux questions.
337 B
337 B
ReplicaSet 102
Objective
Learn how to operate ReplicaSets
Instructions
- Create a ReplicaSet with 2 replicas. The app can be anything.
- Verify a ReplicaSet was created and there are 2 replicas
- Remove the ReplicaSet but NOT the pods it created
- Verify you've deleted the ReplicaSet but the Pods are still running