Deploying Graph Explorer in K8S (AWS EKS) #220
-
Hi, I'm trying to deploy Graph Explorer in Kubernetes (private EKS cluster). I've used the public ECR image of Graph Explorer and the deployment was a success. The Graph Explorer tool is only accessible within the VPC (only people with VPN access can use it). In this scenario I'm confused if I should or should not use the Proxy. My understanding is that I shouldn't use a Proxy, since the EKS cluster is using private EC2 nodes and the Graph Explorer is also deployed in same private subnets, but I was not able to connect. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
From my understanding (blood, sweat, tears from trial and error), you need the proxy if you're using IAM auth regardless of how and where you deploy the graph. The proxy is responsible to signing the requests with the V4 sig. |
Beta Was this translation helpful? Give feedback.
-
IRSA setup with converting ECS to EKS is working just perfectly for us, in case where IAM auth is enabled And here are the params that we pass to the deployment:
Container ports
Ingress configuration with the aws load balancer controller
Available at |
Beta Was this translation helpful? Give feedback.
From my understanding (blood, sweat, tears from trial and error), you need the proxy if you're using IAM auth regardless of how and where you deploy the graph. The proxy is responsible to signing the requests with the V4 sig.