https://github.com/bonaysoft/seenvoy
Visualize the configs of the Envoy
https://github.com/bonaysoft/seenvoy
envoy envoyproxy istio
Last synced: 8 months ago
JSON representation
Visualize the configs of the Envoy
- Host: GitHub
- URL: https://github.com/bonaysoft/seenvoy
- Owner: bonaysoft
- License: mit
- Created: 2022-07-05T12:29:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T09:08:04.000Z (about 2 years ago)
- Last Synced: 2025-02-12T19:12:41.558Z (8 months ago)
- Topics: envoy, envoyproxy, istio
- Language: Vue
- Homepage:
- Size: 121 KB
- Stars: 75
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seenvoy
[](https://github.com/saltbo/seenvoy/actions/workflows/build.yml)
Let's see the configs of the [Envoy](https://github.com/envoyproxy/envoy)
## Feature
- Visualization configuration
- Visualization the relation of config## Preview
Overview
Graph
Routes
## Installation
### Homebrew (Recommanded)
```bash
brew install saltbo/bin/seenvoy
```### GoDeveloper
```go
go install github.com/saltbo/seenvoy@latest
```### Manually
Navigate to [release](https://github.com/saltbo/seenvoy/releases) download## Usage
```
seenvoy -t http://localhost:9901
```### For istio users
```
istioctl dashboard envoy productpage-v1-78b54d859b-lsjd9
seenvoy -t http://localhost:15000
```## Develop
```
yarn
yarn dev
```## Build
```shell
yarn
yarn build
go build -o seenvoy .
```## License
notion-md-gen is under the MIT license. See the [LICENSE](/LICENSE) file for details.