How can we visualize kubernetes objects/topology in a graph?

10/31/2018

Is it possible to visualize kubernetes topology and see it update on-the-fly as objects are added/deleted/linked?

I saw a video at https://www.youtube.com/watch?v=38SNQPhsGBk where service/pods show up as icons on a graph. For example, see

enter image description here

I am new to kubernetes and have installed minikube. How do I visualize my cluster's topology? Thank you.

-- user674669
kubernetes
minikube

1 Answer

10/31/2018

There are many options but the one I like most is Weave Scope where you get visualizations such as:

Weave scope screen shot

-- Michael Hausenblas
Source: StackOverflow