I’ve written a blog post on Spacelift.io about Blue/Green Deployments With Terraform & Kubernetes!
When you deploy new versions of your applications, you should use a strategy that minimizes potential impact on your users. One option for this is blue/green deployments. You can implement blue/green deployments in Kubernetes using plain Kubernetes objects like services and deployments. Necessary steps can be orchestrated using Terraform.
In this blog post, we will learn about implementing blue/green deployments in Kubernetes with Terraform.
Read more at spacelift.io/blog/terraform-blue-green-deployment