你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceOutboundType Enum

Definition

This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.

public enum ContainerServiceOutboundType
type ContainerServiceOutboundType = 
Public Enum ContainerServiceOutboundType
Inheritance
ContainerServiceOutboundType

Fields

Name Value Description
LoadBalancer 0

The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see outbound type loadbalancer.

UserDefinedRouting 1

Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see outbound type userDefinedRouting.

ManagedNatGateway 2

The AKS-managed NAT gateway is used for egress.

UserAssignedNatGateway 3

The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration.

Applies to