Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m321_aws:learningunits:lu05:lu05a [2026/09/15 18:44] – angelegt dgaravaldi | en:modul:m321_aws:learningunits:lu05:lu05a [2026/09/15 18:51] (aktuell) – dgaravaldi | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== LU05a - Expose and label an App in K8s ====== | + | ====== LU05a - How to test an exposed Service |
| ===== Goals ===== | ===== Goals ===== | ||
| -I'm able to query relevant information on pods and services in a K8s cluster. | -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 expose a deployment with a K8s service. | ||
| + | -I'm able to program Bash-Scripts to automate/ | ||
| -I'm able to remove a service. | -I'm able to remove a service. | ||
| -I can suggest and implement at least one measure when an error message appears. | -I can suggest and implement at least one measure when an error message appears. | ||
| ===== Basics ===== | ===== Basics ===== | ||
| - | | + | -Read the introductory articles in '' |
| ===== Exercises ===== | ===== Exercises ===== | ||
| -Work on '' | -Work on '' | ||
| -If an error occurs, read the message carefully, think of a solution and implement it. | -If an error occurs, read the message carefully, think of a solution and implement it. | ||