Class KubernetesClusterNetworkProfile
Inheritance
Inherited Members
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterNetworkProfile
Fields
View SourceDnsServiceIp
IP address within the Kubernetes service address range that will be used by cluster service discovery (kube-dns). Changing this forces a new resource to be created.
Declaration
public readonly string DnsServiceIp
Field Value
| Type | Description |
|---|---|
| System.String |
DockerBridgeCidr
IP address (in CIDR notation) used as the Docker bridge IP address on nodes. Changing this forces a new resource to be created.
Declaration
public readonly string DockerBridgeCidr
Field Value
| Type | Description |
|---|---|
| System.String |
LoadBalancerProfile
A load_balancer_profile block. This can only be specified when load_balancer_sku is set to Standard.
Declaration
public readonly KubernetesClusterNetworkProfileLoadBalancerProfile LoadBalancerProfile
Field Value
| Type | Description |
|---|---|
| KubernetesClusterNetworkProfileLoadBalancerProfile |
LoadBalancerSku
Specifies the SKU of the Load Balancer used for this Kubernetes Cluster. Possible values are Basic and Standard. Defaults to Standard.
Declaration
public readonly string LoadBalancerSku
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkPlugin
Network plugin to use for networking. Currently supported values are azure and kubenet. Changing this forces a new resource to be created.
Declaration
public readonly string NetworkPlugin
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkPolicy
Sets up network policy to be used with Azure CNI. Network policy allows us to control the traffic flow between pods. Currently supported values are calico and azure. Changing this forces a new resource to be created.
Declaration
public readonly string NetworkPolicy
Field Value
| Type | Description |
|---|---|
| System.String |
OutboundType
The outbound (egress) routing method which should be used for this Kubernetes Cluster. Possible values are loadBalancer and userDefinedRouting. Defaults to loadBalancer.
Declaration
public readonly string OutboundType
Field Value
| Type | Description |
|---|---|
| System.String |
PodCidr
The CIDR to use for pod IP addresses. This field can only be set when network_plugin is set to kubenet. Changing this forces a new resource to be created.
Declaration
public readonly string PodCidr
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceCidr
The Network Range used by the Kubernetes service. Changing this forces a new resource to be created.
Declaration
public readonly string ServiceCidr
Field Value
| Type | Description |
|---|---|
| System.String |