Pav K.
Pav K.

Reputation: 2858

How to detect which pod makes network request in k8s?

External firewall logs show blocked connection from < node IP >:< big port >. The current cluster uses calico networking.

How do I detect which pod trying to connect?

Upvotes: 0

Views: 141

Answers (1)

coderanger
coderanger

Reputation: 54249

This would usually be pretty hard to work out, you would have to check the NAT table on the node where the packets exited to the public internet.

Upvotes: 1

Related Questions