Configuring Envoy proxy to route mirrored traffic to 2 backends Mirror Policies to be used
Create two EKS Clusters(Blue-Green)
-
Deploy your applications in the EKS clusters.
-
Follow Blue Green Deployment Strategy.
-
One of your EKS cluster should depict Blue while the other Green.
-
Expose your Services on the NodePort.
-
Spin up a fleet of EC2 instance or a single EC2 Instance.
-
Deploy/Download Envoy on it.
-
Create the Envoy Configuration file(yaml format).
-
To run envoy configuration file use:-
envoy -c /path/to/your-configuration.yaml file
For More Information Look into