AksNetworkingConfiguration interface

Advance configuration for AKS networking

Properties

dnsServiceIP

An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.

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.

serviceCidr

A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.

subnetId

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