Optimizing Kubernetes Deployments with Helm
You need to be signed in to add a collection
Kubernetes is has become a very popular platform for running and managing your application in Docker containers. However, the basis Kubernetes YAML files are a bit cumbersome to work with. Helm is a tool which manages these deployments for you. It makes it easy to do versioning and templating of Kubernetes file. It also allows you to define dependencies between deployable components. In this talk I will give an introduction of Helm, perform a demonstration and discuss the most important features.
Transcript
Kubernetes is has become a very popular platform for running and managing your application in Docker containers. However, the basis Kubernetes YAML files are a bit cumbersome to work with. Helm is a tool which manages these deployments for you. It makes it easy to do versioning and templating of Kubernetes file. It also allows you to define dependencies between deployable components.
In this talk I will give an introduction of Helm, perform a demonstration and discuss the most important features.