Menu
Coddy logo textTech

Recap - Manifest Writer

Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 10 of 45.

challenge icon

Challenge

Medium

Write 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:

  1. Apply the manifest
  2. List the Pods whose app label is api, showing their labels

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground