Aks Networking Configuration Response
data class AksNetworkingConfigurationResponse(val dnsServiceIP: String? = null, val dockerBridgeCidr: String? = null, val serviceCidr: String? = null, val subnetId: String? = null)
Advance configuration for AKS networking
Properties
Link copied to clipboard
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
Link copied to clipboard
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
Link copied to clipboard
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.