LU06b - Init Containers
Goals
- I'm can explain (in context of K8s) what a headless service is and the purpose it serves.
- I'm able to create a headless service with a YAML-declaration.
- I can suggest and implement at least one measure when an error message appears.
Basics
This article, covers what init containers is, why it exists, how it works, and when to use it.
Beginners Exercises
- Read documentation in
0xx/01_Intro/*to recapture the main topics. - Work on
0xx/02_Exercises/01/ to 03/Exercise.mdlocated in your repository. - If an error occurs, read the message carefully, think of a solution and implement it.