Learn how to create and view ReplicaSets
- Create a ReplicaSet with 2 replicas. The app can be anything.
- Verify a ReplicaSet was created and there are 2 replicas
- Delete one of the Pods the ReplicaSet has created
- If you'll list all the Pods now, what will you see?
- Remove the ReplicaSet you've created
- Verify you've deleted the ReplicaSet