I am new to kubernetes. The whole setup I have configured in Minikube. I am not sure it should different than any other kubernetes setup.
I have created a POD in my setup and an spring boot application is running inside on 8080 port and this service to expose to Cluster on 20080 port.
I am running another pod inside the cluster where tcpdump is running. I have requirement to dump the HTTP packets hitting the cluster on 20080. Please let me know how I can access Cluster interface from the tcpdump pod.
I tried google and tried using Cluster IP directly from the POD,but it didn't work.