LoadBalancer Services so AWS provisions Network Load Balancers for Den web and Den API. Move to an ALB or an existing ingress platform when you need shared layer-7 routing, WAF policy, or more advanced certificate handling.
What AWS manages
- EKS control plane, compute, pod networking, and load-balancer integration
- VPCs, subnets, routing, security groups, and IAM
- RDS for MySQL, encryption, backups, and failover
- Route 53 DNS and ACM certificates when you use those services
AWS checklist
- Create an EKS Auto Mode cluster with
eksctl0.195.0or newer. - Create an RDS MySQL 8-compatible database in private subnets.
- Allow database port
3306only from the EKS workload or node security boundary. - Store
DATABASE_URL,BETTER_AUTH_SECRET, andDEN_DB_ENCRYPTION_KEYin a Kubernetes Secret. - Start from the chart’s
values.aws-load-balancer.yamlexample. - Install the chart, verify migrations and readiness, then point DNS at the generated load balancers.
- Enable trusted HTTPS before creating the first administrator.