devops-exercises/exercises/kubernetes/replicaset_01.md

12 lines
261 B
Markdown
Raw Normal View History

## ReplicaSet 101
#### Objective
Learn how to create and view ReplicaSets
#### Instructions
1. Create a ReplicaSet with 2 replicas. The app can be anything.
2. Verify a ReplicaSet was created and there are 2 replicas
3. Remove the ReplicaSet you've created