Unable to connect to the Node where the POD is scheduled with Nodeport service

Hi Team,

We configured 3-node kubernetes cluster using RKE2. The set-up is successful, however we noticed one behaviour where the pod with service in NodePort; whereever the pod is scheduled to the node, we cannot access the application using the hostname or IP of that node (https://<server_host|IP>:30442).

Please advise if there is any setting at RKE2 level or kubernetes object where are can address this issue?

Thank you!

1 Like

We can only access the application using the URL of the other two nodes.

Yes, you can address issues at the RKE2 level using its config file (/etc/rancher/rke2/config.yaml), or at the Kubernetes level using manifests, annotations, labels, or resource settings depending on the issue.

For a precise answer, more details about the issue are needed.