Trying to make frappe/erpnext image run on Azure Kubernetes Service

Hello everyone,

I’ve been trying to make ERPNext run on a cluster in Azure in the last few days, but I can’t make it work.

(OBS: I set mariadb as my mariadb-host, also I did the same for redis-queue-host and redis-cache-host)

I got to the point where I can create the site using, bench new-site, with no problem and also installing ERPNExt and Education module.

But when I’m about to run bench start, it says I don’t have a Procfile, so I run the command “bench setup procfile”, all right until here.

Then when I run the command bench start, it says that can’t connect to redis-server

Here it is:

Anyone have experience in this to help me with that?

bench start is not used in production.

This readme is comprehensive enough for someone who can use helm command. helm/erpnext/README.md at main · frappe/helm · GitHub

1 Like

Thanks for the advice Revant!