Update Kustomize.md

This commit is contained in:
DrMelone
2025-04-08 17:44:42 +02:00
committed by GitHub
parent 61a37d525b
commit 121d9d256f

View File

@@ -29,6 +29,13 @@ Kustomize allows you to customize Kubernetes YAML configurations.
kubectl get pods
```
:::warning
If you intend to scale Open WebUI using multiple nodes/pods/workers in a clustered environment, you need to setup a NoSQL key-value database.
There are some [environment variables](https://docs.openwebui.com/getting-started/env-configuration/) that need to be set to the same value for all service-instances, otherwise consistency problems, faulty sessions and other issues will occur!
:::
## Access the WebUI
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.