youtube image
From YouTube: Breakout Session - Declarative helm chart installation with Helmfile - Alvin Rizki

Description

I a world full of Kubernetes, we often use Helm to deploy our application or dependencies. Most people will install helm chart releases by using imperative format. We need to register helm chart repo first and then continue installation imperatively. This process continue repeatedly every deployment in CI/CD. It would be cumbersome if we need to install many helm chart releases at the same time.

This presentation will tell you how to manage helm chart installation in a declarative format using Helmfile. Helmfile allows you to create a single source of truth about your helm chart releases deployment and deploy all of them in a single command. Helmfile extends the power & flexibility of Helm, also make it easier, managable, & readable. At the end, it is expected that Helmfile can be an artifact that could be read by all stakeholders and tell general view of your application architecture.