Project Overview
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 38 of 45.
In this project you will run a small web shop on Kubernetes the way a real team would: describe it in a manifest, put a Service in front of it, scale it, ship a new version, and roll back when a release goes wrong.
The shop is a nginx image behind a Deployment named shop with a NodePort Service of the same name. Each lesson starts from the manifests of the previous one, so you always work on a complete, running application and add one capability at a time.
Challenge
BeginnerTo start, confirm your cluster is ready: list the nodes and check that coddy-control-plane is Ready.
Try it yourself
This lesson includes a short quiz. Start the lesson to answer it and track your progress.
All lessons in Introduction to Kubernetes
4Deployments
Creating A DeploymentScalingDeployments From ManifestsUpdating ImagesRolling BackRecap - Deployment Manager10Web Shop Project
Project OverviewWrite The DeploymentPractice on your own: Terminal playground