UDS Core deploys two Gateways by default - a Tenant Gateway for end-user applications and an Admin Gateway for administrative applications. You can read more about Istio configuration in UDS Core here. This section covers how to configure DNS for these Gateways.
Domain Configuration
Each Gateway is associated to a wildcard DNS entry that is derived from the DOMAINvariable in the UDS Core Istio package. When deploying UDS Core, you can expect two Gateways to be created that match the following domain names:
*.<DOMAIN> / Tenant Gateway
*.admin.<DOMAIN> / Admin Gateway
Bundle Configuration
The Admin and Tenant Gateways will be each be bound to an external Load Balancer that is exposed on TCP ports 80 and 443 by default. The Admin Gateway should be configured to use an internal facing Load Balancer and the Tenant Gateway should be configured to use an external facing Load Balancer. Below is an example of overrides that would accomplish this:
Istio Gateways
Once UDS Core is deployed, there will be Istio Gateway resources in your cluster. You can find each Gateway in a dedicated namespace:
Each Gateway will have a Kubernetes Service of type Load Balancer:
From here, you can register your domain and/or create DNS records for your environment that point to the appropriate Gateways/Load Balancers. Refer to your DNS provider’s documentation.