I am currently moving from ECS to EKS and I'm confused over the divide between Helm and Terraform.
We currently have a dedicate Terraform/Packer repo for our EKS cluster.
We then have a repo for our app. The app requires an AWS RDS instance and SQS/SNS.
My understanding is Helm doesn't support SQS or other service setup, in which case I question why I would bother with Helm when it's pretty easy to deploy all required queues/db/app in EKS using purely Terraform? It seems that by introducing Helm all I end up doing is creating an unnecessary split in the app setup for K8/NonK8 app setup.
I feel like I'm missing the point of Helm, but I'm struggling to see what it is? Help me see what I'm missing!