Hey folks - Ingress / DNS question for Rancher Des...
# rancher-desktop
c
Hey folks - Ingress / DNS question for Rancher Desktop running on MacOS. I am going through the helm tutorial repo here: http://github.com/phcollignon/helm3. When I run
cd helm3/lab8_helm_template_final && helm install guestbook ./chart/guestbook
the application is deployed. However, the application has two
Ingress
components, both using port 80, differentiated by hostname only. In order to access these apps I had to add entries to my
/etc/hosts
file. Is there a better way to handle this situation? I believe this is something that is a common problem and can be solved easily in software, and since I'm having to perform this manual step it's making me think I may be overlooking an obviously better solution. Help is appreciated!