https://github.com/dio/temp-tools
https://github.com/dio/temp-tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dio/temp-tools
- Owner: dio
- License: apache-2.0
- Created: 2020-08-04T01:53:02.000Z (almost 6 years ago)
- Default Branch: fix-test
- Last Pushed: 2022-12-07T13:24:56.000Z (over 3 years ago)
- Last Synced: 2025-04-06T11:49:05.722Z (about 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
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.