nicolas
nicolas
CCoder.com
Created by nicolas on 3/14/2025 in #help
Installing coder in EKS
Hello, I'm trying to install Coder and I'm having some difficulty connecting everything. 1. I created an NLB with Ingress Nginx (basic config: ports 80 and 443). The certificate is from ACM. 2. In the Helm chart for Coder, I configured Cognito, set the URL with my NLB DNS, and enabled ClusterIP. 3. I created an Ingress (not in the Coder Helm chart) to point to port 80. Question 1: Is this the correct way to expose Coder outside of EKS? For now, I enter the NLB DNS name, but it looks like I can't redirect to Coder. Question 2: Has anyone successfully used Cognito to retrieve the email and create the account at login? I'm using the Authorization Code Grant, and even with the secret key, it looks like Coder can't decode the token. Thanks
42 replies