yuji.fushiguro
yuji.fushiguro
CCoder.com
Created by nicolas on 3/14/2025 in #help
Installing coder in EKS
Hello, I jumped in this chat because I have a similar setup in EKS except my cluster has cert-manager and external DNS. So I'm able to get a TLS cert from Venafi and create a record in Route 53 to access the dashboard. The problem that I'm facing is that my EKS Cluster is private and does not have access to the internet. So I tried 2 approaches and they yield similar results. Problems I'm seeing with my setup 1. When I try to use a K8s Deployment template I see error in the logs that says, "failed to query provider from registry.coder.com". 2. 1. When I try to use a K8s Devcontainer template I see error in the logs that says, "failed to query provider from artifactory.my-company.com" I don't know why 2 templates are creating 2 different errors Steps I took to try to solve my problem 1. In my helm chart, I have an initcontainer that "supposedly" pull a different Terraform binary to use, pull the terraformrc file from the initcontainer image, and also the credentials.tfrc.json file as well. Since my cluster doesn't have access to the internet but it does have access to Artifactory. I thought doing this would remedy my issue. 2. log into the server with the coder CLI and update the templates. This didn't work because when I try to push the template I get a error stating, "Websocket protocol violation: Connection header "close" does not contain Upgrade".
48 replies