{"id":16883013,"url":"https://github.com/stevesloka/envoy-xds-server","last_synced_at":"2025-04-09T21:51:16.617Z","repository":{"id":41883874,"uuid":"306045716","full_name":"stevesloka/envoy-xds-server","owner":"stevesloka","description":"Small xDS control plane example.","archived":false,"fork":false,"pushed_at":"2025-01-15T02:22:33.000Z","size":81,"stargazers_count":96,"open_issues_count":2,"forks_count":45,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T21:51:09.422Z","etag":null,"topics":["envoy","xds"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevesloka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-21T14:09:28.000Z","updated_at":"2025-04-01T06:00:13.000Z","dependencies_parsed_at":"2024-06-20T07:20:59.738Z","dependency_job_id":null,"html_url":"https://github.com/stevesloka/envoy-xds-server","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/stevesloka%2Fenvoy-xds-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesloka%2Fenvoy-xds-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesloka%2Fenvoy-xds-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesloka%2Fenvoy-xds-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevesloka","download_url":"https://codeload.github.com/stevesloka/envoy-xds-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119402,"owners_count":21050754,"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":["envoy","xds"],"created_at":"2024-10-13T16:10:01.407Z","updated_at":"2025-04-09T21:51:16.597Z","avatar_url":"https://github.com/stevesloka.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envoy XDS Server\n\nThis is a sample repo which demonstrates how to spin up an xDS Server for Envoy Proxy. \n\n**NOTE:** Drain timeout is set to 1s in [hack/start-envoy.sh](hack/start-envoy.sh)\n\n## Curl\n\nCurl [echo-server](https://github.com/stevesloka/echo-server)\n\n```bash\ncurl -i 'localhost:9000/?format=text'\ncurl -i 'localhost:9000/foo?format=text'\n```\n\n```bash\nwhile sleep 1; do curl -i 'localhost:9000/?format=text'\n```\n\n## Sample Config File\n\n```yaml\nname: testconfig\nspec: \n  listeners:\n  - name: listener_0\n    address: 0.0.0.0\n    port: 9000\n    routes:\n    - name: echoroute\n      prefix: /\n      clusters:\n      - echo\n  clusters:\n  - name: echo\n    endpoints:\n    - address: 127.0.0.1\n      port: 9101\n    - address: 127.0.0.1\n      port: 9102\n```\n\n## Sample Apps\n\nRun some sample apps in docker to give some endpoints to route to:\n```\ndocker run -d --rm --name=echo9100 -p 9100:8080 stevesloka/echo-server echo-server --echotext=Sample-Endpoint!\ndocker run -d --rm --name=echo9101 -p 9101:8080 stevesloka/echo-server echo-server --echotext=Sample-Endpoint!\ndocker run -d --rm --name=echo9102 -p 9102:8080 stevesloka/echo-server echo-server --echotext=Sample-Endpoint!\ndocker run -d --rm --name=echo9103 -p 9103:8080 stevesloka/echo-server echo-server --echotext=Sample-Endpoint!\ndocker run -d --rm --name=echo9104 -p 9104:8080 stevesloka/echo-server echo-server --echotext=Sample-Endpoint!\n```\n\n## Stop All Sample Apps\n\nStop all the sample endpoints created in the previous step:\n```\ndocker stop echo9100\ndocker stop echo9101\ndocker stop echo9102\ndocker stop echo9103\ndocker stop echo9104\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesloka%2Fenvoy-xds-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevesloka%2Fenvoy-xds-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesloka%2Fenvoy-xds-server/lists"}