devops-exercises/exercises/kubernetes/replicaset_01.md
abregman e4f73b1edf Add questions on Linux namespaces
And an exercise on replicaset
2021-09-03 17:04:00 +03:00

261 B

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