Schedule:
- 19:00-19:15 Intro
- 19:15-20:00 Reusability in Kubernetes: Developing Helm Charts by Jonathan Striebel
- 20:00-20:15 Lightning talks
## Reusability in Kubernetes: Developing Helm Charts
Large Kubernetes setups quickly become unmaintainable, as every single resource needs to be defined explicitly. Helm is a package manager for Kubernetes resources, and allows you to apply software patterns for reusability and modularity to your resources definitions, including templating & packaging.