ManagedClusterIngressProfileWebAppRouting interface
Application Routing add-on settings for the ingress profile.
Properties
| default |
Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See the Default Domain documentation for more instructions. |
| dns |
Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group. |
| enabled | Whether to enable the Application Routing add-on. |
| gateway |
Configurations for Gateway API providers to be used for managed ingress with App Routing. See https://aka.ms/k8s-gateway-api for more information on the Gateway API. |
| identity | Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions. |
| nginx | Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. |
Property Details
defaultDomain
Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See the Default Domain documentation for more instructions.
defaultDomain?: ManagedClusterIngressDefaultDomainProfile
Property Value
dnsZoneResourceIds
Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.
dnsZoneResourceIds?: string[]
Property Value
string[]
enabled
Whether to enable the Application Routing add-on.
enabled?: boolean
Property Value
boolean
gatewayAPIImplementations
Configurations for Gateway API providers to be used for managed ingress with App Routing. See https://aka.ms/k8s-gateway-api for more information on the Gateway API.
gatewayAPIImplementations?: ManagedClusterWebAppRoutingGatewayAPIImplementations
Property Value
identity
Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions.
identity?: UserAssignedIdentity
Property Value
nginx
Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller.
nginx?: ManagedClusterIngressProfileNginx