Menu
Coddy logo textTech

Full Rollout Pipeline

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

challenge icon

Challenge

Medium

Take an application from a manifest to a rolled-out update. Open deployment.yaml from the file tree and complete it: 3 replicas, the template label app: api, and the redis image. Save it, then run these steps one after the other:

  1. Apply the manifest
  2. Expose the api Deployment on port 6379
  3. Update its api container to the redis:7.2 image
  4. Check the rollout status
  5. Show the endpoints of the api Service

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground