The ingress-operator connects control plane ingress controllers with tenant cluster ingress controllers on a Giant Swarm Kubernetes installation.
2
stars
1
forks
source link
Update microkit dep & enable debug server #103
Closed
tuommaki closed 6 years ago
Added debug server exposes net/http/pprof interface in http://127.0.0.1:6060/debug.
This helps with profiling running service e.g. when it's OOMing.
Towards https://github.com/giantswarm/giantswarm/issues/4088