Switch EKS ci from eksctl
to tofu
modules
#1188
Labels
ci
Issues pertaining to CI / Pipelines / Testing
eksctl
to tofu
modules
#1188
Description
Currently, our IaC for provisioning EKS clusters in CI uses a combination of eksctl and tofu. We've observed that the current eksctl setup is prone to error and often leaves orphaned resources. Additionally, these tasks run serially which adds considerable time to our CI runs.
We should switch our cluster (and its dependencies) from eksctl to tofu and combine it with the existing IaC for UDS Core dependencies. Internal modules should be used where appropriate.
Related Issues
Relates to #784
The text was updated successfully, but these errors were encountered: