I created a Deployment, Service, Ingress and then an nginx-ingress deployment. 
If I point my DNS record at any of the nodes running the nginx-ingress, I am 
able to access to the service.

I then created a Service with spec.Type = LoadBalancer, pointed it to my 
nginx-ingress, and pointed my DNS at the IP of the LoadBalancer. After doing 
that, I'm not able to connect to my service (curl: (7) Failed to connect to 
mydomain.com port 443: Connection refused).


The weirdest thing is that I used these exact same YML files on my DEV cluster 
and it works great. I compared the LoadBalancers and ExternalIPs between my DEV 
envrionment (working) and my new environment (not working) and they appear 
identical.

What steps can I follow to debug the LoadBalancer and why it is not able to 
pass traffic to the nginx-ingress?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
  • [kubernetes-users]... bg303

Reply via email to