Aks Networking Configuration Args
data class AksNetworkingConfigurationArgs(val dnsServiceIP: Output<String>? = null, val dockerBridgeCidr: Output<String>? = null, val serviceCidr: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<AksNetworkingConfigurationArgs>
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.