mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
14 lines
350 B
Markdown
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
|