mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Add Kustomize.md changes from feature-nginx-combined
This commit is contained in:
parent
6084629f9d
commit
5e8683c674
35
docs/getting-started/quick-start/tab-kubernetes/Kustomize.md
Normal file
35
docs/getting-started/quick-start/tab-kubernetes/Kustomize.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# 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:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/open-webui/k8s-manifests.git
|
||||||
|
cd k8s-manifests
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Apply the Manifests:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl apply -k .
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Verify Installation:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl get pods
|
||||||
|
```
|
||||||
|
|
||||||
|
## Access the WebUI
|
||||||
|
|
||||||
|
Set up port forwarding or load balancing to access Open WebUI from outside the cluster.
|
Loading…
Reference in New Issue
Block a user