civo / kube100

NOTE: This repo is no longer being maintained or monitored. If you are facing any issues, you could either create an issue on the other respective repos (if any) or directly reach to us via civo.com
29 stars 2 forks source link

Ingress host not accessible #86

Open ratnadeep007 opened 2 years ago

ratnadeep007 commented 2 years ago

Issue While completing kubequest, I was struck in quest 4 where I have to deploy an app and make it available to outside world, I was able to create Ingress but browsers where throwing 404 error. I installed default Traefik from marketplace still app was not accessible.

Self Fix and suggestion fix I searched through all namespaces for pods related traefik, I couldn't find one. I installed other version of traefik v2 (v2.3) which installed correct traefik and my app was accessible. I think this is bug in marketplace where Traefik where v2.3 should be default.