Learn how to operate ReplicaSets
- 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