-
Notifications
You must be signed in to change notification settings - Fork 269
Description
Is your feature request related to a problem?
AWS introduced EKS Auto Mode (link), and currently, the AWS ACK EKS Controller does not support managing clusters created using Auto Mode. This limitation makes it challenging to leverage the enhanced scaling, cost efficiency, and operational simplicity offered by this feature. Without support for Auto Mode, users must rely on manual management or other tools, which diminishes the benefits of automation provided by ACK.
Describe the solution you'd like
I would like the AWS ACK EKS Controller to natively support Amazon EKS Auto Mode. This includes:
- The ability to create, update, and delete Auto Mode EKS clusters using ACK resources.
- Management of Auto Mode-specific configurations such as selecting Auto Mode-compatible compute types.
- Integration with scaling and cost optimization features unique to Auto Mode.
This would enable users to fully automate and manage their EKS Auto Mode clusters using Kubernetes-native tooling provided by ACK.
Describe alternatives you've considered
- Developing custom controllers or scripts to handle Auto Mode configurations, but this adds complexity and maintenance overhead.
- Continuing with traditional EKS clusters, which lack the cost and management advantages of Auto Mode.