Share via


KubernetesClusterNetworkConfiguration Class

Definition

NetworkConfiguration specifies the Kubernetes cluster network related configuration.

public class KubernetesClusterNetworkConfiguration
type KubernetesClusterNetworkConfiguration = class
Public Class KubernetesClusterNetworkConfiguration
Inheritance
KubernetesClusterNetworkConfiguration

Constructors

KubernetesClusterNetworkConfiguration(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of KubernetesClusterNetworkConfiguration.

Properties

AttachedNetworkConfiguration

The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.

BgpServiceLoadBalancerConfiguration

The configuration of the BGP service load balancer for this Kubernetes cluster.

CloudServicesNetworkId

The resource ID of the associated Cloud Services network.

CniNetworkId

The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.

DnsServiceIP

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

PodCidrs

The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.

ServiceCidrs

The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.

Applies to