Container Service Network Profile Args
Profile of network configuration.
Constructors
Properties
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.
Profile of the cluster load balancer.
The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.
Profile of the cluster NAT gateway.
Network dataplane used in the Kubernetes cluster.
This cannot be specified if networkPlugin is anything other than 'azure'.
Network plugin used for building the Kubernetes network.
The mode the network plugin should use.
Network policy used for building the Kubernetes network.
This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges.