https://github.com/bonaysoft/seenvoy
Visualize the configs of the Envoy
https://github.com/bonaysoft/seenvoy
envoy envoyproxy istio
Last synced: 3 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T09:08:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T19:12:41.558Z (over 1 year 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.