ClusterPoolNetworkProfile interface
Cluster pool networking configuration.
Properties
api |
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it. |
enable |
ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet. |
outbound |
This can only be set at cluster pool creation time and cannot be changed later. |
subnet |
Cluster pool subnet resource id. |
Property Details
apiServerAuthorizedIpRanges
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
apiServerAuthorizedIpRanges?: string[]
Property Value
string[]
enablePrivateApiServer
ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
enablePrivateApiServer?: boolean
Property Value
boolean
outboundType
This can only be set at cluster pool creation time and cannot be changed later.
outboundType?: string
Property Value
string
subnetId
Cluster pool subnet resource id.
subnetId: string
Property Value
string
Azure SDK for JavaScript