Difference between revisions of "Envoy ADC"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | # Build Using Docker | ||
+ | - https://github.com/envoyproxy/envoy/blob/main/ci/README.md | ||
+ | ``` | ||
+ | snap install docker | ||
+ | git clone https://github.com/envoyproxy/envoy | ||
+ | cd envoy | ||
+ | ./ci/run_envoy_docker.sh ./ci/do_ci.sh bazel.dev | ||
+ | ``` | ||
+ | |||
# Install | # Install | ||
- https://github.com/envoyproxy | - https://github.com/envoyproxy |
Revision as of 21:44, 6 November 2021
Build Using Docker
snap install docker git clone https://github.com/envoyproxy/envoy cd envoy ./ci/run_envoy_docker.sh ./ci/do_ci.sh bazel.dev
Install
- https://github.com/envoyproxy
- https://github.com/envoyproxy/envoy
- https://github.com/envoyproxy/envoy/blob/main/ci/README.md
https://dropbox.tech/infrastructure/how-we-migrated-dropbox-from-nginx-to-envoy
https://www.tetrate.io/blog/using-envoys-postgres-filter-for-network-observability/