A build of the Envoy proxy container that is made to run against a Sidecar cluster
10K+
Includes Envoy UI on port 8080 as well as the normal UI on 9901
Sidecar: https://github.com/Nitro/sidecar
The main images include a config intended to run with Sidecar out of the box. These looks for SDS/CDS/LDS on port 7776, have envoy-ui on port 8080, and Envoy's own API on 9901.
The images with -tracing appended are intended for use with Envoy Docker Shim to replace docker-proxy on Docker hosts. They are configured to look for SDS/CDS/LDS on port 7776 and Envoy's API on 9902. To run them on the same hos as the Sidecar images, you want to do something like have envoy-ui on port 8081, start the base-id for Envoy much higher, and point envoy-ui to the right port. These are handy env vars to do that:
ENVOY_BASE_ID=100
ENVOY_PORT=9902
ENVOY_UI_LISTEN_PORT=8081
Content type
Image
Digest
Size
95.2 MB
Last updated
over 7 years ago
docker pull gonitro/envoyproxy