How to disconnect already ESTABLISHED connection in kubernetes POD

2/21/2020

I entered into my k8s pod by command:

kubectl exec -it <pod> /bin/sh -n <namespace>

enter image description here

after that I have 3 different ips with their 3 different ports. I want to disconnect 1 of the established connection but the issue is; they all have same PID. How can I kill/disconnect just 1 tcp connection?

-- Shashank
kubernetes
linux
tcp

0 Answers