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
The presented issue revolves around a Kubernetes cluster that has been successfully installed using kurl on Ubuntu 22. All Kubernetes pods appear to be functioning as expected without any apparent disruptions. However, a critical connectivity problem happend, preventing from establishing Telnet connections to the services hosted within the cluster from nodes other than the node where the services' pods are deployed.
Upon initial observation, the Kubernetes cluster appears to be functioning correctly, with pods running, services deployed, and overall cluster health indicating normal operations. Despite this seemingly healthy state, attempts to Telnet to the services from nodes other than the specific node hosting the corresponding pods result in failure.
The text was updated successfully, but these errors were encountered:
Hi @mehdimrz
Can you describe how you are connecting to the pod(s) in the cluster? I.e. which command did you run?
Also, are you exposing your pod via a Kubernetes Service?
The presented issue revolves around a Kubernetes cluster that has been successfully installed using kurl on Ubuntu 22. All Kubernetes pods appear to be functioning as expected without any apparent disruptions. However, a critical connectivity problem happend, preventing from establishing Telnet connections to the services hosted within the cluster from nodes other than the node where the services' pods are deployed.
Upon initial observation, the Kubernetes cluster appears to be functioning correctly, with pods running, services deployed, and overall cluster health indicating normal operations. Despite this seemingly healthy state, attempts to Telnet to the services from nodes other than the specific node hosting the corresponding pods result in failure.
The text was updated successfully, but these errors were encountered: