91pavan
September 26, 2022, 2:03pm
#1
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:
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
Jon
September 26, 2022, 2:21pm
#2
Hey @91pavan ,
Welcome to the community
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.
lu4t
September 26, 2022, 5:34pm
#3
Are you trying to access the pod from within the cluster?.
91pavan
September 28, 2022, 6:09am
#4
Thanks @Jon . That worked, and yeah I am accessing the editor via Istio Ingress gateway.
1 Like