Container dependencies and application visibility

3/11/2018

We are working on an PoC and we would like to find:

  1. Which containers are dependent on each other?
  2. How to get application information from the running container.

Vishal

-- vishal
containers
docker
kubernetes

1 Answer

3/11/2018

If you want to understand how resources interact with each other you could have a look at the topology graph for k8s.

It's a bit outdated (and, honestly, might have been replaced by now) but it gives you a very high level view of connections between various resources in the cluster.

-- odino
Source: StackOverflow