Kubernetes services are not accessible through nodeport

1/9/2019

we have set up a Kubernetes cluster version 1.13 using Kubespray on Baremetal. Currently, there are 3 masters and 3 workers. We have deployed some services with 3 replicas. We are using NodePort to expose services. Now the issue is that some of the services are not available on all the masters using NodePorts, they are available on some of the masters only. My understanding is that if we expose services using NodePort then It should be available through all the masters and workers.

-- Himanshu_Rajput
docker
kubernetes
kubernetes-ingress
kubernetes-service

0 Answers