Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownOutboundType

Package version

Known values of OutboundType that the service accepts.

Index

Enumeration members

LoadBalancer

LoadBalancer: = "loadBalancer"

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.

ManagedNATGateway

ManagedNATGateway: = "managedNATGateway"

The AKS-managed NAT gateway is used for egress.

UserAssignedNATGateway

UserAssignedNATGateway: = "userAssignedNATGateway"

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

UserDefinedRouting

UserDefinedRouting: = "userDefinedRouting"

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.

Generated using TypeDoc