clever-car-1420
07/01/2024, 4:21 PMcd 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!