Helm helps you manage Kubernetes applications.
Add Open WebUI Helm Repository:
helm repo add open-webui https://open-webui.github.io/helm-charts
helm repo update
Install Open WebUI Chart:
helm install openwebui open-webui/open-webui
Verify Installation:
kubectl get pods
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.