kubesurveyor
kubesurveyor copied to clipboard
Good enough Kubernetes namespace visualization tool
there are duplicates in dot output which does not affect visualisation, but should be handled anyway
https://www.reddit.com/r/kubernetes/comments/njtq85/kubernetes_visualization_tool_dot_graphviz_python/gzalihe
label have to be crawled from the service ports definition. YAML storage format must be extended as well
I am using Kubernetes 1.22. kubesurveyor gives a traceback and ``` kubernetes.client.exceptions.ApiException: (404) Reason: Not Found ``` Fix: ```diff - v1betaExt = client.ExtensionsV1beta1Api() - ret = v1betaExt.list_namespaced_ingress(namespace=namespace) + ret =...