ContainerServiceOutboundType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |