Golang REST API Deployment on AWS EKS Fails with CrashLoopBackOff – Docker
I'm trying to deploy a simple REST API written in Golang to AWS EKS. I created an EKS cluster on AWS using Terraform and applied the AWS load balancer controller Helm chart to it. All resources in the cluster look…