LU04b - Expose and label an App in K8s
Goals
- I'm able to query relevant information on pods and services in a K8s cluster.
- I'm able to expose a deployment with a K8s service.
- I'm able to label and select K8s objects by its labels.
- I'm able to remove a service.
- I can suggest and implement at least one measure when an error message appears.
Basics
Exercises
- Read some background information before starting the exercise
- Watch again the video cast.
- Deploy and expose an app in YOUR K8s cluster.
- Memorize the procedure. It will become handy for future exercises.
Study case
- Work on
05/02_Exercises/01-Exercise.md to 04-Exercise.md
located in your repository. - If an error occurs, read the message carefully, think of a solution and implement it.