AksNetworkingConfiguration interface
Advance configuration for AKS networking
Properties
dns |
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. |
docker |
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. |
service |
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. |
subnet |
Virtual network subnet resource ID the compute nodes belong to |
Property Details
dnsServiceIP
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
dnsServiceIP?: string
Property Value
string
dockerBridgeCidr
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.
dockerBridgeCidr?: string
Property Value
string
serviceCidr
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
serviceCidr?: string
Property Value
string
subnetId
Virtual network subnet resource ID the compute nodes belong to
subnetId?: string
Property Value
string