0

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?

Pav K.
  • 2,548
  • 2
  • 19
  • 29

1 Answers1

1

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.

coderanger
  • 52,400
  • 4
  • 52
  • 75