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

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.



Solution 1:[1]

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

Weave scope screen shot
(source: contentstack.io)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Glorfindel