DEV Community

Discussion on: Navigating AWS EKS with Terraform: Implementing Cluster Auoscaler in your EKS Cluster

Collapse
 
femilawal profile image
Oluwafemi Lawal AWS Community Builders

Some argue that Helm and Terraform should be kept separate because they are both "state managers".
Personally, I prefer dealing with any issues from deploying applications to Kubernetes outside of Terraform's state management, it gets quite annoying otherwise.

Collapse
 
emmanuel_gelatimesa_54fe profile image
Emmanuel Gelati mesa

Deploy the helm chart using argocd, but using script to call helm, doesn’t look like so clean