cat /proc/sys/net/bridge/bridge-nf-call-iptables
sysctl vm.swappiness=0
swapoff -a
"How do you debug applications running in Kubernetes?"
The strategy to successfully debugging applications in kubernetes is to be consistent with your approach: application to public traffic or public traffic to application.
The question as it is it's very generic, however, let's see the different components we might have to check in our debugging journey: