Files
open-webui-docs/docs/getting-started/quick-start/tab-kubernetes/Kustomize.md
Silentoplayz fb8d31985e Markdownlit corrections in formatting
Markdownlit corrections in formatting
2024-12-17 17:11:14 -05:00

576 B

Kustomize Setup for Kubernetes

Kustomize allows you to customize Kubernetes YAML configurations.

Prerequisites

  • Kubernetes cluster is set up.
  • Kustomize is installed.

Steps

  1. Clone the Open WebUI Manifests:

    git clone https://github.com/open-webui/k8s-manifests.git
    cd k8s-manifests
    
  2. Apply the Manifests:

    kubectl apply -k .
    
  3. Verify Installation:

    kubectl get pods
    

Access the WebUI

Set up port forwarding or load balancing to access Open WebUI from outside the cluster.