Monitoring traffic on a Kubernetes pod inside Kind cluster

6/4/2021

I have 3 Kind clusters having an application deployed inside a pod on each container. The pod is configured to use the hostnetwork and has the same network as the cluster. Now I want to watch the network traffic inside the pods. Any suggestions on how this can be done?

-- sbm1993
docker
kind
kubernetes
networking
tcpdump

0 Answers