Add questions on Linux namespaces
And an exercise on replicaset
This commit is contained in:
11
exercises/kubernetes/replicaset_01.md
Normal file
11
exercises/kubernetes/replicaset_01.md
Normal 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
|
Reference in New Issue
Block a user