This repository is made for a demo in AWS Community Day Philippines 2024. You may also want to watch Karpenter in action here.
Depending on your OS, select the installation method here: https://opentofu.org/docs/intro/install/
- Make necessary adjustment on the variables.
- Run
tofu init
to initialize the modules and other necessary resources. - Run
tofu plan
to check what will be created/deleted. - Run
tofu apply
to apply the changes. Typeyes
when asked to proceed.
aws eks update-kubeconfig --region $REGION --name $CLUSTER_NAME