# Kubernetes in der Praxis Nicholas Dille, Haufe.Group
Docker Captain
Microsoft MVP
@nicholasdille
## Agenda | From | To | What | |-------|-------|----------------| | 09:00 | | Let's roll | | 10:45 | 11:00 | Coffee Break | | 11:00 | 12:30 | Let's continue | | 12:30 | 13:00 | Q&A | | | 13:00 | The End |
## Shameless self marketing Container ecosystem produces new tools every day Installation and configuration from project home page, e.g. GitHub releases ### Enter `docker-setup` Install and update tools automatically Comes with reasonable default configuration ### Usage Install `docker-setup`: ```bash curl -sLO https://github.com/nicholasdille/docker-setup/releases/latest/download/docker-setup chmod +x docker-setup ``` Install default tools: ```bash docker-setup install ```
## Summary YAML all the things Pods not containers Labels are used for selection Service lifecycle is automatically managed User access feels complex but makes ops flexible Flexibility comes at a price Slides will be made available [
](https://github.com/nicholasdille/container-slides/releases/tag/20220310) ### Other content Video-Kurs [Container-Orchestrierung mit Kubernetes leicht gemacht](https://www.heise-academy.de/run/4d571f26-46f0-4ac4-8d23-75a6c910a839) @ [heise Academy](https://www.heise-academy.de/) Hear me speak at [ContainerConf](https://www.containerconf.de/) 15.-17.11.2022 in Mannheim