diff --git a/enterprise/enterprise-vs-oss.mdx b/enterprise/enterprise-vs-oss.mdx
index 369c10d7..3b8b2bb5 100644
--- a/enterprise/enterprise-vs-oss.mdx
+++ b/enterprise/enterprise-vs-oss.mdx
@@ -46,6 +46,30 @@ OpenHands Enterprise is the right choice when you need:
- **Enterprise security** — SAML authentication, RBAC, and centralized audit logs
- **Usage Monitoring** — Track and enforce budgets; monitor usage across all users
+#### Kubernetes vs. VM Install — Feature Comparison
+
+OpenHands Enterprise is available in two self-hosted deployment modes:
+- **Kubernetes (Helm) install** — deploys into your existing Kubernetes cluster using Helm charts
+- **VM (Embedded Cluster) install** — runs an embedded Kubernetes cluster on a dedicated VM via the Replicated installer
+
+The table below shows feature availability across both modes:
+
+| Feature | Kubernetes Install | VM Install |
+|---------|:-----------------:|:----------:|
+| **Access to LLM Gateway + Budgeting**
*Access to LiteLLM for model routing and per-user/org cost controls* | ✅ | ✅ |
+| **Agent Observability**
*Laminar integration for LLM conversation tracing and analytics* | ✅ Opt-in | ✅ Opt-in |
+| **Automations**
*Scheduled and event-driven agent workflows* | ✅ Opt-in | ✅ Opt-in |
+| **Plugin Marketplace**
*Private plugin directory for team-published plugins* | ✅ | ⚠️ Experimental |
+| **Organizations + RBAC**
*Multi-user organizations with role-based access control* | ✅ via Keycloak | ✅ via Keycloak |
+
+
+ **Automations** and **Agent Observability (Laminar)** are disabled by default in both deployment modes and must be
+ explicitly enabled — via Helm values in the Kubernetes install, or via the Replicated Admin Console in the VM install.
+
+ **Plugin Marketplace** is available in the VM install but is currently listed as an **Experimental** feature and
+ disabled by default.
+
+
## Getting Started