You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed two pods named swiss-army-knife in my cluster in two namespaces, and on each pod, I’m listening on TCP port 9000 using nc -l -p 9000. When I connect from one pod to another using telnet, I receive the message:
Pod name: swiss-army-knife-d88d4f945-dhggp, Namespace: swiss-army-1, Container: swiss-army-knife-9000— so everything works fine.
10.233.69.233 - IP of Swiss-army-knife in swiss-army-2 namespace, 10.233.69.59 - pod ip in swiss-army-1 namespace
However, in the traffic dump, I observe many TCP retransmits. Could this indicate a misconfiguration in Cilium, or is it more likely caused by how netcat/telnet behave in my case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed two pods named swiss-army-knife in my cluster in two namespaces, and on each pod, I’m listening on TCP port 9000 using nc -l -p 9000. When I connect from one pod to another using telnet, I receive the message:
Pod name: swiss-army-knife-d88d4f945-dhggp, Namespace: swiss-army-1, Container: swiss-army-knife-9000— so everything works fine.
10.233.69.233 - IP of Swiss-army-knife in swiss-army-2 namespace, 10.233.69.59 - pod ip in swiss-army-1 namespace
However, in the traffic dump, I observe many TCP retransmits. Could this indicate a misconfiguration in Cilium, or is it more likely caused by how netcat/telnet behave in my case?
Example of one Pod in namespace swiss-army-2
Beta Was this translation helpful? Give feedback.
All reactions