Files
container.training/slides/exercises/helm-generic-chart-brief.md
2021-10-31 09:12:40 +01:00

14 lines
350 B
Markdown

## Exercise — Helm Charts
- Create a Helm chart to deploy a generic microservice
- Deploy dockercoins by instanciating that chart multiple times
- Bonus: have as little values as possible
- Bonus: handle healthchecks for HTTP services
- Bonus: make it easy to change image versions
- Bonus: make it easy to use images on a different registry