{"id":17929425,"url":"https://github.com/iximiuz/envoy-playground","last_synced_at":"2026-03-16T21:33:57.084Z","repository":{"id":49799532,"uuid":"289562396","full_name":"iximiuz/envoy-playground","owner":"iximiuz","description":"Container-based playground showing various capabilities of service proxy pattern.","archived":false,"fork":false,"pushed_at":"2020-10-05T19:44:26.000Z","size":23,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T23:06:16.389Z","etag":null,"topics":["envoyproxy","microservices"],"latest_commit_sha":null,"homepage":"https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iximiuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-22T20:31:08.000Z","updated_at":"2025-02-26T02:15:48.000Z","dependencies_parsed_at":"2022-09-14T11:52:04.901Z","dependency_job_id":null,"html_url":"https://github.com/iximiuz/envoy-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iximiuz%2Fenvoy-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iximiuz%2Fenvoy-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iximiuz%2Fenvoy-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iximiuz%2Fenvoy-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iximiuz","download_url":"https://codeload.github.com/iximiuz/envoy-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981166,"owners_count":20863828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["envoyproxy","microservices"],"created_at":"2024-10-28T21:09:11.840Z","updated_at":"2026-03-16T21:33:52.066Z","avatar_url":"https://github.com/iximiuz.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envoy Playground\n\nContainer-based playground showing various capabilities of service proxy pattern.\n\n## Requirements\n\nAll the scenarios have been tested on `CentOS 8` (see the Vagrantfile at the root of the repository) using `podman 2.0.4`.\n\n## Basics\n\nThe environment creates two services. The frontend service _A_ call the faulty upstream service _B_. Envoy is used as a sidecar to mitigate the erroneous behavior of the upstream service.\n\nRun it:\n\n```bash\n# Build images\n$ sudo make build\n\n# Run A \u003c-\u003e B scenario\n$ sudo make run-direct\n\n# Pour some traffic, notice error ratio\n$ sudo make traffic\n\u003e for _ in {1..1000}; do curl --silent localhost:8080; done | sort | uniq -w 24 -c\n\u003e    1000\n\u003e     196 Service A: upstream failed with: HTTP 500 - Service B: Ooops... nounce 1013789005\n\u003e     804 Service A: upstream responded with: Service B: Yay! nounce 1003014939\n\n# Stop containers\n$ sudo make stop\n\n# Run A \u003c-\u003e envoy \u003c-\u003e B scenario\n$ sudo make run-envoy\n\n# Pour some traffic, compare error ratio\n$ sudo make traffic\n\u003e for _ in {1..1000}; do curl --silent localhost:8080; done | sort | uniq -w 24 -c\n\u003e    1000\n\u003e       9 Service A: upstream failed with: HTTP 500 - Service B: Ooops... nounce 1263663296\n\u003e     991 Service A: upstream responded with: Service B: Yay! nounce 1003014939\n\n# Clean up\n$ sudo make clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiximiuz%2Fenvoy-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiximiuz%2Fenvoy-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiximiuz%2Fenvoy-playground/lists"}