An open API service indexing awesome lists of open source software.

https://github.com/zpratt/envoy-lb-example


https://github.com/zpratt/envoy-lb-example

Last synced: 5 months ago
JSON representation

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
```