mirror of
https://github.com/open-webui/docs.git
synced 2026-03-27 13:28:37 +07:00
refac
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
title: "Scalable Enterprise Deployment Options"
|
||||
title: "Deployment Options"
|
||||
---
|
||||
|
||||
# Enterprise Deployment Options
|
||||
# Scalable Enterprise Deployment Options
|
||||
|
||||
Open WebUI's **stateless, container-first architecture** means the same application runs identically whether you deploy it as a Python process on a VM, a container in a managed service, or a pod in a Kubernetes cluster. The difference between deployment patterns is how you **orchestrate, scale, and operate** the application — not how the application itself behaves.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user