Skip to content

[Enhancement]: Automatic Node Management #1173

@johnstonmatt

Description

@johnstonmatt

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: auto

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions