Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
"group": "K8s Install",
"pages": [
"enterprise/k8s-install/index",
"enterprise/k8s-install/resource-limits"
"enterprise/k8s-install/resource-limits",
"enterprise/k8s-install/rate-limits"
]
},
{
Expand Down
11 changes: 8 additions & 3 deletions enterprise/k8s-install/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kubernetes Installation
description: Deploy OpenHands Enterprise into your own Kubernetes cluster using Helm
icon: dharmachakra

Check warning on line 4 in enterprise/k8s-install/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/k8s-install/index.mdx#L4

Did you really mean 'dharmachakra'?
---

OpenHands Enterprise can be deployed into an existing Kubernetes cluster using Helm.
Expand Down Expand Up @@ -35,8 +35,8 @@
|-----------|-------------|
| **OpenHands Server** | Main application server handling UI, API, and agent orchestration |
| **Runtime API** | Manages sandbox lifecycle—provisioning, scaling, and cleanup |
| **Runtimes (Sandboxes)** | Isolated containers where agents execute code |

Check warning on line 38 in enterprise/k8s-install/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/k8s-install/index.mdx#L38

Did you really mean 'Runtimes'?
| **Keycloak** | Identity and access management |

Check warning on line 39 in enterprise/k8s-install/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/k8s-install/index.mdx#L39

Did you really mean 'Keycloak'?
| **LiteLLM Proxy** | Routes requests to your LLM provider(s) |
| **PostgreSQL** | Persistent storage for application data |
| **Redis** | Caching and session management |
Expand All @@ -50,9 +50,14 @@

## Guides

<Card title="Resource Limits" icon="gauge-high" href="/enterprise/k8s-install/resource-limits">
Configure memory, CPU, and storage for optimal performance.
</Card>
<CardGroup cols={2}>
<Card title="Resource Limits" icon="gauge-high" href="/enterprise/k8s-install/resource-limits">
Configure memory, CPU, and storage for optimal performance.
</Card>
<Card title="API Key Rate Limits" icon="gauge" href="/enterprise/k8s-install/rate-limits">
Configure per-API-key rate limits for the Runtime API.
</Card>
</CardGroup>

## Request Access

Expand Down
Loading
Loading