Multiple EKS Control Planes; One VPC

0

Do we get multiple EKS Control Planes when we have multiple EKS Clusters in a single VPC?

ie.: VPC A

  • EKS Cluster A
  • EKS Cluster B

Amazon AWS EKS Account/VPC

  • Control Plane A Or:
  • Control Plane A
  • Control Plane B
asked a year ago1602 views
2 Answers
2
Accepted Answer

Hello,

Each Amazon EKS cluster control plane is single-tenant and unique, and runs on its own set of Amazon EC2 instances. So even in the same VPC/Customer Account each cluster will get it's own control plane.

This is outline in the documentation here... https://docs.aws.amazon.com/eks/latest/userguide/clusters.html

Hope that helps!

AWS
Ryan_S
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • So, then: its NOT possible to have multiple clusters on the same Control Plane?

  • From a EKS managed service standpoint, no. Each cluster will be a separate, dedicated control plane. Depending on your use case & needs there are third-party solutions that run on EKS that provide virtual clusters within a single EKS cluster.

1

Each EKS cluster that you create will have its own unique control plane setup regardless of whether they are running on same VPC or different VPCs.

profile pictureAWS
SUPPORT ENGINEER
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions