Kubernetes: Blue/Green deployment
A blue/green deployment involves deploying the new application version (green) besides the old (blue).
A load balancer in the form of a Service Selector object is used to test and redirect traffic to
the new application (green) instead of the old one...
krishnamohanse.hashnode.dev2 min read