FortnoxAB / sidecar-proxy

Small proxy we use for exposing /metrics on specific kubernetes components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sidecar-proxy

Small proxy we use for exposing /metrics on specific kubernetes components. Only proxies specific path for security. So we can expose for example kube-controller-manager metrics.

Example run

sidecar-proxy -listen-addr=10.1.1.1:10251 -proxy-addr=http://127.0.0.1:10251/metrics

About

Small proxy we use for exposing /metrics on specific kubernetes components.


Languages

Language:Go 75.8%Language:Dockerfile 13.6%Language:Makefile 10.6%