e1379fb6b5
As well as two Kubernetes basic exercises.
232 B
232 B
Pods 01
Objective
Learn how to create pods
Instructions
- Choose a container image (e.g. redis, nginx, mongo, etc.)
- Create a pod (in the default namespace) using the image you chose
- Verify the pod is running