Add questions on Linux namespaces

And an exercise on replicaset
This commit is contained in:
abregman
2021-09-03 17:03:09 +03:00
parent ab61a49f84
commit e4f73b1edf
2 changed files with 119 additions and 17 deletions

View File

@ -0,0 +1,11 @@
## 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