This message was deleted.
# general
a
This message was deleted.
c
Those are all clusterip services, they don't occupy the host ports. Youd need to find out what's actually using the ports. Check for pods using host ports.
a
Oh okay, so those are only listening on 80 and 443 for the IP addresses of the cluster, which are those 10.43 addresses correct?
c
well they don’t listen, but kube-proxy forwards traffic for those addresses to the pods backing the service.
a
Are those 10.43 addresses in a docker network?
Probably more of a kubernetes/docker question I guess, not so much a rancher one
c
yeah not a docker network. Its set up by whatever CNI you’re using.
a
This is bad right? I think this might be part of my problem
Or actually does that just mean I don’t have the kubeconfig installed
Yep that’s what it was — sorry I’m still learning
c
I don’t know what that’s about, but it looks like your kubeconfig isn’t pointing at a working server
1