How to install Open WebUI on Kubernetes with use of Helm
This guide will walk you through the process of installing Open WebUI using Helm, the Kubernetes package manager, ensuring a smooth and efficient setup.
Before we begin, ensure you have the following tools installed and configured:
First, add the repository containing the Open WebUI helm chart:
helm repo add open-webui https://open-webui.github.io/helm-charts
helm repo update
helm search repo open-webui
Isolating applications within Kubernetes namespaces is a good practice. To deploy Open WebUI in its own namespace:
kubectl create namespace open-webui
Now, you'll install Open WebUI. The helm chart name is "open-webui":
helm install open-webui open-webui/open-webui --namespace open-webui --create-namespace
After installation, verify that your Open WebUI deployment is running smoothly:
kubectl get pods --namespace open-webui
kubectl get all --namespace open-webui
This process may require customizing your deployment through a customized values.yaml file, which specifies configuration options.
helm install open-webui open-webui/open-webui --values values.yaml --namespace open-webui
Accessing Open WebUI will depend on your chosen service configuration (LoadBalancer, NodePort, or Ingress). For Ingress access, ensure an Ingress controller is operational in your cluster.
Follow the instructions in the helm install notes, the output of Step 3.
Fully managed and 14 day free trial and 100% money back guarantee
We don't have packages yet for Open WebUI, get in touch to discuss the possibilities or signup for a free trial and get notified!
Get notifiedAnnual Get 2 months for free, 17% discount on a yearly plan!
We contribute 10% of our revenue back to 77 open source projects