Share via


AgentPoolMode Enum

Definition

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.

Applies to