To access the Web UI, map the gateway hostname to the Microsoft Azure Load Balancer IP address in the local hosts file.
Get gateway details: Find the hostname and the Microsoft Azure Load Balancer address.
kubectl get gateway -AThe output will look similar to:
NAMESPACE NAME CLASS ADDRESS PROGRAMMED AGE api-gateway pty-main envoy 10.221.8.33 True 5h7mUpdate the hosts file: Sdd an entry mapping the ingress FQDN to the IP.
- Linux:
/etc/hosts - Windows:
C:\Windows\System32\drivers\etc\hosts
Example entry:
10.221.8.33 <FQDN given during cluster installation>Use the same FQDN provided during
bootstrap-azure.sh.- Linux:
Access the UI in the browser.
- URL:
https://<user-provided-fqdn> - Default credentials: user
admin, passwordAdmin123!
- URL: