Share via


AgentPoolMode Enum

Definition

The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools.

public enum AgentPoolMode
type AgentPoolMode = 
Public Enum AgentPoolMode
Inheritance
AgentPoolMode

Fields

Name Value Description
System 0

System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory.

User 1

User agent pools are primarily for hosting your application pods.

Gateway 2

Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway.

Applies to