共用方式為


ContainerServiceNetworkProfile interface

網路組態的設定檔。

屬性

dnsServiceIP

指派給 Kubernetes DNS 服務的 IP 位址。 它必須位於 serviceCidr 中指定的 Kubernetes 服務位址範圍內。

ipFamilies

IP 系列可用來判斷單一堆疊或雙堆疊叢集。 如果是單一堆疊,預期的值為 IPv4。 針對雙堆疊,預期的值為 IPv4 和 IPv6。

loadBalancerProfile

叢集負載平衡器的設定檔。

loadBalancerSku

預設值為 'standard'。 如需負載平衡器 SKU 之間的差異詳細資訊,請參閱Azure Load Balancer SKU。

natGatewayProfile

叢集 NAT 閘道的設定檔。

networkDataplane

Kubernetes 叢集中使用的網路資料平面。

networkMode

如果 networkPlugin 是 'azure' 以外的任何專案,則無法指定這個值。

networkPlugin

用於建置 Kubernetes 網路的網路外掛程式。

networkPluginMode

網路外掛程式應該使用的模式。

networkPolicy

用於建置 Kubernetes 網路的網路原則。

outboundType

這只能在叢集建立期間設定,且稍後無法變更。 如需詳細資訊,請參閱 輸出輸出類型

podCidr

在使用 kubenet 時據以指派 Pod IP 的 CIDR 標記法 IP 範圍。

podCidrs

單一堆疊網路預期會有一個 IPv4 CIDR。 雙堆疊網路預期會有兩個CIDR,每個 IP 系列 (IPv4/IPv6) 。

serviceCidr

據以指派服務叢集 IP 的 CIDR 標記法 IP 範圍。 此範圍不得與任何子網路 IP 範圍重疊。

serviceCidrs

單一堆疊網路預期會有一個 IPv4 CIDR。 雙堆疊網路預期會有兩個CIDR,每個 IP 系列 (IPv4/IPv6) 。 它們不得與任何子網 IP 範圍重迭。

屬性詳細資料

dnsServiceIP

指派給 Kubernetes DNS 服務的 IP 位址。 它必須位於 serviceCidr 中指定的 Kubernetes 服務位址範圍內。

dnsServiceIP?: string

屬性值

string

ipFamilies

IP 系列可用來判斷單一堆疊或雙堆疊叢集。 如果是單一堆疊,預期的值為 IPv4。 針對雙堆疊,預期的值為 IPv4 和 IPv6。

ipFamilies?: string[]

屬性值

string[]

loadBalancerProfile

叢集負載平衡器的設定檔。

loadBalancerProfile?: ManagedClusterLoadBalancerProfile

屬性值

loadBalancerSku

預設值為 'standard'。 如需負載平衡器 SKU 之間的差異詳細資訊,請參閱Azure Load Balancer SKU。

loadBalancerSku?: string

屬性值

string

natGatewayProfile

叢集 NAT 閘道的設定檔。

natGatewayProfile?: ManagedClusterNATGatewayProfile

屬性值

networkDataplane

Kubernetes 叢集中使用的網路資料平面。

networkDataplane?: string

屬性值

string

networkMode

如果 networkPlugin 是 'azure' 以外的任何專案,則無法指定這個值。

networkMode?: string

屬性值

string

networkPlugin

用於建置 Kubernetes 網路的網路外掛程式。

networkPlugin?: string

屬性值

string

networkPluginMode

網路外掛程式應該使用的模式。

networkPluginMode?: string

屬性值

string

networkPolicy

用於建置 Kubernetes 網路的網路原則。

networkPolicy?: string

屬性值

string

outboundType

這只能在叢集建立期間設定,且稍後無法變更。 如需詳細資訊,請參閱 輸出輸出類型

outboundType?: string

屬性值

string

podCidr

在使用 kubenet 時據以指派 Pod IP 的 CIDR 標記法 IP 範圍。

podCidr?: string

屬性值

string

podCidrs

單一堆疊網路預期會有一個 IPv4 CIDR。 雙堆疊網路預期會有兩個CIDR,每個 IP 系列 (IPv4/IPv6) 。

podCidrs?: string[]

屬性值

string[]

serviceCidr

據以指派服務叢集 IP 的 CIDR 標記法 IP 範圍。 此範圍不得與任何子網路 IP 範圍重疊。

serviceCidr?: string

屬性值

string

serviceCidrs

單一堆疊網路預期會有一個 IPv4 CIDR。 雙堆疊網路預期會有兩個CIDR,每個 IP 系列 (IPv4/IPv6) 。 它們不得與任何子網 IP 範圍重迭。

serviceCidrs?: string[]

屬性值

string[]