Category: Uncategorized

  • Supercharging your blue/green deployments by using an Ingress Controller

    Over the past couple of week, I\’ve been playing around with blue/green deployments into Kubernetes. Up till now, we\’ve been doing this using the service object in Kubernetes, we\’ve then turned this model into a Helm chart, and we turned this into a CI/CD pipeline as well. In order to stay on theme, is this…