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.
- $72/month per cluster. Per-cluster control-plane fee multiplied by cluster count compounds across accounts.
- Per-cluster cost. Per-cluster per-month cost is the visible line item; node cost gets attention, control-plane cost often does not.
- Cluster aggregation. Per-team cluster aggregation; many teams have one cluster per environment per team when one shared cluster per environment would do.
- Per-team consolidation plus quarterly audit. Per-team cluster consolidation against actual isolation needs; quarterly cluster inventory catches drift.
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.
- Cluster aggregation. Per-team aggregation against actual isolation needs; consolidate where namespaces suffice.
- Per-team consolidation. Per-team consolidation review; one cluster per environment per team rarely justifies the multiplier.
- Per-quarter cluster audit. Quarterly cluster inventory; surfaces clusters that lost their justification.
- Namespace per workload plus documented policy. Per-workload namespace as the default isolation; per-team cluster policy committed for operational review.
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.
- Cost efficiency. Right cluster count matches workload; the bill tracks operational need rather than historical accretion.
- Operational fit. Right consolidation matches team; the cluster shape supports the team that operates it.
- Operational culture. Cost awareness becomes part of K8s operations; engineers think about cluster count, not just node count.
- Institutional knowledge. Each cluster decision teaches K8s patterns; the team learns when isolation justifies a new cluster.
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.