EKS Control Plane Cost

$72/month per cluster. Aggregate.

Overview

EKS clusters charge a per-cluster control-plane fee (around $72 per month per cluster as of 2026) on top of node and storage cost. Most teams discover this only after they accumulate dozens of clusters across teams, environments, and experiments. The discipline is to consolidate clusters where the workloads actually fit, use namespaces for workload separation within a cluster, and audit cluster inventory quarterly so the count matches the operational need rather than historical accretion.

The approach

The practical approach is to consolidate clusters where namespaces provide enough workload isolation, run quarterly cluster audits against actual operational use, use namespaces for workload separation within a cluster (the K8s default isolation boundary), document the per-team cluster policy in the infrastructure repo, and treat control-plane cost as a first-class K8s cost line item alongside node and storage cost.

Why this compounds

EKS control-plane discipline compounds across accounts. Each consolidated cluster removes a recurring monthly fee that adds up across the org; each quarterly audit catches drift before it becomes meaningful spend; the team builds intuition for when a separate cluster is justified versus when a namespace suffices.

EKS control-plane discipline is an operational discipline that pays off across years. Nova AI Ops integrates with K8s telemetry, surfaces cluster patterns, and supports the team’s K8s cost discipline.