Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerServiceNetworkProfile

Package version

Profile of network configuration.

Hierarchy

  • ContainerServiceNetworkProfile

Index

Properties

Optional dnsServiceIP

dnsServiceIP: undefined | string

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

Optional dockerBridgeCidr

dockerBridgeCidr: undefined | string

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.

Optional ipFamilies

ipFamilies: IpFamily[]

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.

Optional kubeProxyConfig

Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where is represented by a - string. Kubernetes version 1.23 would be '1-23'.

Optional loadBalancerProfile

Profile of the cluster load balancer.

Optional loadBalancerSku

loadBalancerSku: LoadBalancerSku

The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.

Optional natGatewayProfile

Profile of the cluster NAT gateway.

Optional networkMode

networkMode: NetworkMode

This cannot be specified if networkPlugin is anything other than 'azure'.

Optional networkPlugin

networkPlugin: NetworkPlugin

Network plugin used for building the Kubernetes network.

Optional networkPluginMode

networkPluginMode: NetworkPluginMode

Network plugin mode used for building the Kubernetes network.

Optional networkPolicy

networkPolicy: NetworkPolicy

Network policy used for building the Kubernetes network.

Optional outboundType

outboundType: OutboundType

This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.

Optional podCidr

podCidr: undefined | string

A CIDR notation IP range from which to assign pod IPs when kubenet is used.

Optional podCidrs

podCidrs: string[]

One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.

Optional serviceCidr

serviceCidr: undefined | string

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

Optional serviceCidrs

serviceCidrs: string[]

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.

Generated using TypeDoc