HiveBrain v1.2.0
Get Started
← Back to all entries
snippetkubernetesMinor

How to find interdependencies between pods in a Kubernetes cluster?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
howkubernetespodsinterdependenciesbetweenfindcluster

Problem

Two Pods run in a Kubernetes cluster. One is a simple Wordpress application and the other a Mysql database. The Wordpress Pod communicates with the Mysql database.

The aim is to find dependencies between pods. Is there any kubectl command or any tool like prometheus that is able to find interdependence between Pods?

Solution

Weave Scope is an observability tool that provides a dashboard that shows all network connections between pods.

https://github.com/weaveworks/scope

Context

StackExchange DevOps Q#3552, answer score: 2

Revisions (0)

No revisions yet.