super-eks
super-eks copied to clipboard
super-eks is a CDK construct that provides a preconfigured EKS installation with batteries included.
# Pod autoscaling ### Use case I want to scale out my pods, deployments according to demand. ### Proposed solution - Configure [cluster autoscaler](https://github.com/kubernetes/autoscaler) (just the HorizontalPodAutoscaler and the VerticalPodAutoscaler)...
A backup solution for certain manifests and volumes ### Use Case In case of a cluster recovery, it is sometimes handy to have a backup to restore from. This does...
CDK V2 just announced general availability. ### Use Case CDK V2 will be the new default, CDK V1 will be deprecated in the future. ### Proposed Solution - Provide support...
We don't currently set any namespace annotations for external secrets but should provide a sensible default. ### Use Case When adding a namespace, we should automatically add a namespace annotation...