https://github.com/abhishek010397/envoy-proxy
Configuring Envoy proxy to route mirrored traffic to three backends
https://github.com/abhishek010397/envoy-proxy
eks-cluster envoy envoy-proxy kubernetes mesh mirrorpolicies
Last synced: 4 months ago
JSON representation
Configuring Envoy proxy to route mirrored traffic to three backends
- Host: GitHub
- URL: https://github.com/abhishek010397/envoy-proxy
- Owner: Abhishek010397
- Created: 2022-09-15T19:16:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T20:26:32.000Z (about 3 years ago)
- Last Synced: 2025-06-02T05:55:20.058Z (4 months ago)
- Topics: eks-cluster, envoy, envoy-proxy, kubernetes, mesh, mirrorpolicies
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Envoy-Proxy
Configuring Envoy proxy to route mirrored traffic to 2 backends Mirror Policies to be usedCreate 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.
4. Spin up a fleet of EC2 instance or a single EC2 Instance.
5. Deploy/Download Envoy on it.
6. Create the Envoy Configuration file(yaml format).
7. 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