Nodes use a minimum number of pods#
Performance Efficiency · Azure Kubernetes Service · 2020_06
Azure Kubernetes Cluster (AKS) nodes should use a minimum number of pods.
Description#
Node pools within a Azure Kubernetes Cluster (AKS) support between 30 and 250 pods per node. The maximum number of pods for nodes within a node pool is set at deployment time.
When deploying AKS clusters with kubernet networking the default maximum number of pods is 110. For Azure CNI AKS clusters, the default maximum number of pods is 30.
In many environments, deploying DaemonSets for monitoring and management tools can exhaust the CNI default.
Recommendation#
Consider deploying node pools with a minimum number of pods per node.
Notes#
By default, this rule fails when node pools have maxPods
set to less than 50.
To configure this rule:
- Override the
Azure_AKSNodeMinimumMaxPods
configuration value with the minimum maxPods.