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
This
video
demonstrates how to expose by creating a K8s service an app in Minikube running on a AWS EC2 Instance.
This
video
demonstrates how to label, select and remove a K8s service in Minikube running on a AWS EC2 Instance.
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.