Skip to content

Commit c60abfb

Browse files
committed
Updated requirements page and plan tags
1 parent 7c319b9 commit c60abfb

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

docs/self-hosting/methods/airgapped-edition-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Deploy Plane on Kubernetes using Helm charts. Complete guide for pr
44
keywords: plane airgapped kubernetes, offline k8s deployment, air-gapped helm, kubernetes offline, plane helm airgapped, self-hosting
55
---
66

7-
# Deploy Plane with airgapped Kubernetes <Badge type="tip" text="Business" />
7+
# Deploy Plane with airgapped Kubernetes <Badge type="warning" text="Enterprise Grid" />
88

99
::: info
10-
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:sales@plane.so) for pricing and licensing information.
10+
Airgapped deployments are available exclusively for Enterprise Grid customers. Contact our [sales team](mailto:sales@plane.so) for trials, pricing and license information.
1111
:::
1212

1313
This guide walks you through deploying Plane Commercial in an airgapped Kubernetes environment using Helm charts and pre-packaged Docker images.

docs/self-hosting/methods/airgapped-edition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Deploy Plane in airgapped environment without internet access. Comp
44
keywords: plane airgapped, offline deployment, air-gapped docker, plane offline install, disconnected environment, self-hosting
55
---
66

7-
# Deploy Plane with Airgapped Docker <Badge type="tip" text="Business" />
7+
# Deploy Plane with Airgapped Docker <Badge type="warning" text="Enterprise Grid" />
88

99
:::info
10-
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:sales@plane.so) for pricing and licensing information.
10+
Airgapped deployments are available exclusively for Enterprise Grid customers. Contact our [sales team](mailto:sales@plane.so) for trials, pricing and license information.
1111
:::
1212

1313
This guide walks you through deploying Plane Commercial in an airgapped Docker environment using Docker Compose and pre-configured images from your private registry.

docs/self-hosting/methods/airgapped-requirements.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: plane airgapped requirements, air-gapped architecture, offline prerequ
77
# Airgapped deployment architecture
88

99
::: info
10-
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:sales@plane.so) for pricing and licensing information.
10+
Airgapped deployments are available exclusively for Enterprise Grid customers. Contact our [sales team](mailto:sales@plane.so) for trials, pricing and license information.
1111
:::
1212

1313
This document explains Plane's architecture and specific requirements for airgapped deployments. Review this before beginning your airgapped installation on [Docker](/self-hosting/methods/airgapped-edition) or [Kubernetes](/self-hosting/methods/airgapped-edition-kubernetes).
@@ -18,6 +18,19 @@ An airgapped deployment operates in a completely isolated network environment wi
1818

1919
Plane supports fully airgapped deployments where all components - application services, databases, storage, and integrations - operate entirely within your isolated network perimeter.
2020

21+
## Deployment methods
22+
23+
Plane's Airgapped Edition can be deployed using Docker or Kubernetes. Choose the method that best fits your infrastructure.
24+
25+
<CardGroup>
26+
<Card title="Docker" icon="docker" href="/self-hosting/methods/airgapped-edition">
27+
Deploy on a single machine using Docker.
28+
</Card>
29+
<Card title="Kubernetes" icon="kubernetes" href="/self-hosting/methods/airgapped-edition-kubernetes">
30+
Deploy on a Kubernetes cluster using Helm charts.
31+
</Card>
32+
</CardGroup>
33+
2134
## Airgapped cluster architecture
2235

2336
Here's how Plane operates in an airgapped environment with internal enterprise applications:

0 commit comments

Comments
 (0)