guitarrapc / envoy-lab

envoy lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

envoy-lab

Fundamentals

Access Envoy admin running on Kubernetes

port forward to envoy pod's admin port.

kubectl port-forward $(kubectl get pods -o name | grep envoy | head -n1) 8080:9901

now you can acces to admin portal via localhost:8080

About

envoy lab

License:MIT License


Languages

Language:C# 83.7%Language:Dockerfile 9.3%Language:Go 5.2%Language:Shell 1.8%