mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
577 B
577 B
Kustomize Setup for Kubernetes
Kustomize allows you to customize Kubernetes YAML configurations.
Prerequisites
- Kubernetes cluster is set up.
- Kustomize is installed.
Steps
-
Clone the Open WebUI Manifests:
git clone https://github.com/open-webui/k8s-manifests.git cd k8s-manifests -
Apply the Manifests:
kubectl apply -k . -
Verify Installation:
kubectl get pods
Access the WebUI
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.