-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Version
cndi v3.0.2
kubeseal v0.26.0
terraform v1.5.5
Please provide a summary of the enhancement you are proposing:
CNDI can enable automatic node management which simplifies cluster operations in every managed Kubernetes offering.
Please provide the motivation or use case for this enhancement:
Users shouldn't need to guess about compute requirements for their clusters before deploying their first version. EKS Auto Mode, GKE Autopilot, and AKS Automatic, each provide an API for scaling nodes horizontally automatically as needed.
How can we best workaround this issue so far?
This could be done using KEDA or Karpenter, but integration into CNDI is easier and better for many reasons.
How would you approach solving this problem within CNDI?
# cndi_config.yaml
cndi_version: v3
provider: aws
distribution: eks
infrastructure:
cndi:
nodes: autoCode of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress