Full Rollout Pipeline
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 44 of 45.
Challenge
MediumTake 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:
- Apply the manifest
- Expose the
apiDeployment on port6379 - Update its
apicontainer to theredis:7.2image - Check the rollout status
- Show the endpoints of the
apiService
Try it yourself
Terminal
All lessons in Introduction to Kubernetes
Practice on your own: Terminal playground