A while ago, I wrote about setting up a Kubernetes blue/green deployment using the service object in Kubernetes. All the work done there, was done editing yaml files and using direct kubectl commands, which you wouldn’t do in production. Later on, we updated those yaml files to Helm charts, so we can update with a […]
Tag: helm
Writing a Helm v3 chart
Helm v3 recently became generally available. This looks like a great time to discover what Helm can help you do in your journey building cloud-native applications. I’ve been playing around with Helm charts (using v2) for a while, but I have never written a chart from zero (I typically use charts I find online and […]