What Did We Do Wrong?
Understand common pitfalls when using Helm as a package manager for Kubernetes, such as skipping staging environments, applying changes directly to clusters, and manual command usage. Learn best practices for managing Helm charts alongside application code and automating deployments through continuous delivery tools to ensure robust and maintainable workflows.
We'll cover the following...
We'll cover the following...
Discussing the mistakes
There are quite a few things that we could have done better, but we didn’t. The reason for that is it would have been tangential to what we were learning. Instead, let’s go through a few notes that might prove to be useful for using Helm in the future.
We upgraded the release directly in ...