Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AksNetworkingConfiguration

Package version

Advance configuration for AKS networking

Hierarchy

  • AksNetworkingConfiguration

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 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 subnetId

subnetId: undefined | string

Virtual network subnet resource ID the compute nodes belong to

Generated using TypeDoc