Error connecting to n8n - Kubernetes

Hello,

I’m trying to deploy n8n in k8s using the docker route, but I’m having a hard time getting this to work. Can someone please point out what is the issue?

Here’s my deploment and service manifest:

In the pod logs I can see it is running:

But I see this error, when trying to access the n8n editor on the browser:

Screenshot 2022-09-26 at 14.53.30

Here’s the browser console logs:

Any tips please?

Thank you.

Information on your n8n setup

  • Version: 0.195.5
  • DB: SQLite (for now)
  • K8s Istio setup via Docker

Hey @91pavan,

Welcome to the community :cake:

Are you connecting using the IP or a domain and are you going through something like Cloudflare or a reverse proxy?

I probably wouldn’t set the first 3 endpoint options yet and maybe add WEBHOOK_URL and see if that works.

Are you trying to access the pod from within the cluster?.

Thanks @Jon. That worked, and yeah I am accessing the editor via Istio Ingress gateway.

1 Like