Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EKS] [request]: Allow single zone clusters #2454

Open
dgilbert82 opened this issue Oct 25, 2024 · 0 comments
Open

[EKS] [request]: Allow single zone clusters #2454

dgilbert82 opened this issue Oct 25, 2024 · 0 comments
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@dgilbert82
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
Either allow the creation of single availability zone clusters or restrict control plane traffic to same zone.

Which service(s) is this request for?
EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We are facing significant costs due to interzone-in traffic from the EKS control plane. All of our nodes are in a single availability zone as they consume and process large amounts of data from databases in that same zone. Previously we had to move the database clusters to be in the same zone due to interzone traffic costs related to replication.

We have over 400 autoscaling nodes which are spot instances with limited availability - so the churn is also high - consuming thousands of pods per hour and over a 1 hour sample period, there was 1TB of inbound traffic coming from the EKS control plane, with approx 66% coming from the unused (as in no nodes in that zone) availability zone

What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Remove the interzone traffic costs as the workload is not spread across availability zones, so there is no benefit in this use case from the enforced multi-az approach. EKS requires a minimum of 2 availability zones so it is impossible to provision in one.

Are you currently working around this issue?
No workaround available other than replacing EKS with another solution.

Additional context
AWS support recommended raising an issue here

Attachments

@dgilbert82 dgilbert82 added the Proposed Community submitted issue label Oct 25, 2024
@mikestef9 mikestef9 added the EKS Amazon Elastic Kubernetes Service label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

2 participants