Skip to content

Configuring Envoy proxy to route mirrored traffic to three backends

Notifications You must be signed in to change notification settings

Abhishek010397/Envoy-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Envoy-Proxy

Configuring Envoy proxy to route mirrored traffic to 2 backends Mirror Policies to be used

Create two EKS Clusters(Blue-Green)

  1. Deploy your applications in the EKS clusters.

  2. Follow Blue Green Deployment Strategy.

  3. One of your EKS cluster should depict Blue while the other Green.

  4. Expose your Services on the NodePort.

  5. Spin up a fleet of EC2 instance or a single EC2 Instance.

  6. Deploy/Download Envoy on it.

  7. Create the Envoy Configuration file(yaml format).

  8. To run envoy configuration file use:-

               envoy -c /path/to/your-configuration.yaml file
    

For More Information Look into

https://www.envoyproxy.io/docs/envoy/latest/api-v3/api

About

Configuring Envoy proxy to route mirrored traffic to three backends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published