KO
|
EN
gitlite — search
Search
#python
#php
#javascript
#ruby
#hacktoberfest
#blog
#plugin
#shell
#grammar
#video
#dotfiles
#osdev
seenvoy
★ 86
Open GitHub ↗
Visualize the configs of the Envoy
Download README (.md)
Explore Similar Repositories
auth0-flutter
:
Auth0 SDK for Flutter
NeXt_TDNN_ASV
:
Official repository of NeXt-TDNN for speaker verification
remix-knowledge-base
:
Knowledge Base starter kit with WYSIWYG, Markdown, GPT, and Multi-language support. Built with Remix, Tailwind CSS and Prisma.
ImgX-DiffSeg
:
A JAX-based deep learning framework for image segmentation using diffusion models.
bullmq-proxy
:
HTTP based proxy for accessing BullMQ Queues
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
seenvoy
?
Download (.md)
# 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.