OpenEMR deployment with Kubernetes

Trying to deploy OpenEMR in kubernetes. It works fine with one pod, But when we increase the replica to 2 or more pods, it throws “Site ID Missing” error.
Any ideas ?

Hello,

What are you using for Kubernetes? If you just made your own, I’ve got an example deployment at openemr-devops/kubernetes at master · openemr/openemr-devops · GitHub you may want to review. I can’t guarantee production quality – I’m not a Kubernetes expert – but it covers the ground I thought needed to be discussed, like a Redis backend so the OpenEMR worker nodes can share sessions.