Are you Helming it the right way? Helm challenges and its solutions
Prakarsh1
18 views
17 slides
May 01, 2024
Slide 1 of 17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
About This Presentation
Helm charts have been the most popular way of deployment in the Kubernetes ecosystem. Although the Helm CLI is powerful and robust, it becomes challenging when it comes to debugging your microservices deployed with Helm. This talk addresses the challenges faced by the Helm users when deploying, upda...
Helm charts have been the most popular way of deployment in the Kubernetes ecosystem. Although the Helm CLI is powerful and robust, it becomes challenging when it comes to debugging your microservices deployed with Helm. This talk addresses the challenges faced by the Helm users when deploying, updating and debugging their microservices in a Kubernetes cluster and demonstrates how to manage your helm apps using Devtron.
-Most popular package manager for Kubernetes
-Helm chart is a collection templates that describe
a set of K8s resources
-Package, configure, distribute and deploy
applications
-Chart Repository is a location where the charts
are stored (slowly being replaced by OCI
registries)
●Various integrations support such as CI/CD
(Integrates argocd and gitops), Security etc
●SSO Login support with Google, MS, LDAP,
Github and more.
●Deep linking with External Apps
●Deployment metrics