https://github.com/zpratt/envoy-lb-example
https://github.com/zpratt/envoy-lb-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zpratt/envoy-lb-example
- Owner: zpratt
- License: mit
- Created: 2023-12-18T02:37:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:51:17.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:47:52.969Z (about 1 year ago)
- Language: Jsonnet
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# envoy-lb-example
## Generate Envoy Configuration
```shell
jsonnet -S envoy.jsonnet -o envoy.yaml
```
## Test Configuration
```shell
docker-compose up -d --build
curl -v -H 'Host: pizzas.localhost' http://localhost:8080/pizzas
```