https://github.com/envoyproxy/envoy-tools
Companion tooling for Envoy proxy
https://github.com/envoyproxy/envoy-tools
Last synced: 12 months ago
JSON representation
Companion tooling for Envoy proxy
- Host: GitHub
- URL: https://github.com/envoyproxy/envoy-tools
- Owner: envoyproxy
- License: apache-2.0
- Created: 2018-01-25T23:22:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T06:31:42.000Z (about 2 years ago)
- Last Synced: 2025-04-13T08:50:53.568Z (about 1 year ago)
- Language: Go
- Size: 879 KB
- Stars: 53
- Watchers: 15
- Forks: 24
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# envoy-tools
Companion tooling for Envoy proxy. Currently this consists of envoy-curses, a
terminal-based UI for visualizing Envoy's admin server.
# envoy-curses
Currently alpha quality. See the [README](./envoy-curses/README.md) for
installation and usage instructions. It has been tested with the Envoy example
configs, but may have surprising and/or broken behavior with other setups.
# csds-client
The CSDS client is developed as a generic tool that can be used/extended to work with different xDS control planes. See the [README](./csds-client/README.md) for installation and usage instructions.