====== LU05a - How to test an exposed Service 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 program Bash-Scripts to automate/simplify process steps. -I'm able to remove a service. -I can suggest and implement at least one measure when an error message appears. ===== Basics ===== -Read the introductory articles in ''05b/01_Intro/*'' located in your repository. ===== Exercises ===== -Work on ''05b/02_Exercises/01_ to 02_Exercise.sh'' located in your repository. -If an error occurs, read the message carefully, think of a solution and implement it.