Recap - Manifest Writer
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 10 of 45.
Challenge
MediumWrite a manifest from a skeleton. Open api.yaml from the file tree and describe a Pod named api with the label app: api, running the redis image. Save it, then run these commands one after the other:
- Apply the manifest
- List the Pods whose
applabel isapi, showing their labels
Try it yourself
Terminal
All lessons in Introduction to Kubernetes
Practice on your own: Terminal playground