How to get kubernetes cluster view?

7/11/2016

I have Kubernetes cluster in which Replicationcontroller, Service, Endpoints, Pods etc are running. I just want to get overall view of kubernetes cluster as a block diagram.

can any one help to complete this requirement?

-- Prakash
block
docker
kubernetes

1 Answer

7/11/2016

Check out the Kubernetes Dashboard. It isn't quite a block diagram, but it provides a good view into what is going on in your cluster.

There is also the Kubernetes UI, which doesn't have as much active development, but at one point was able to show a really cool graph of your Kubernetes internals.

-- CJ Cullen
Source: StackOverflow