Skip to content

Commit a08ce27

Browse files
docs: align HA guide terminology and add keywords frontmatter
Replace "Plane Enterprise" with "Plane Commercial Edition" in the frontmatter description and body to match the rest of /self-hosting/govern, add a Commercial Edition badge to the H1, and add the keywords field for SEO consistency with neighboring pages. Addresses Copilot review on #277.
1 parent 2f8bfcb commit a08ce27

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/self-hosting/govern/high-availability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: High Availability Deployment
3-
description: How to deploy Plane Enterprise on Kubernetes with high availability using the plane-enterprise Helm chart.
3+
description: How to deploy Plane Commercial Edition on Kubernetes with high availability using the plane-enterprise Helm chart.
4+
keywords: plane high availability, kubernetes ha, multi-az deployment, plane-enterprise helm chart, karpenter, pod disruption budget, hpa, self-hosting, plane kubernetes
45
---
56

6-
# High Availability on Kubernetes
7+
# High Availability on Kubernetes <Badge type="info" text="Commercial Edition" />
78

89
This guide covers what high availability means, how the `plane-enterprise` Helm chart workloads behave under failure, and exactly what to configure so your deployment survives the loss of a single availability zone or node without manual recovery. The setup is cloud-agnostic. If you're deploying on AWS with Karpenter, there's a dedicated section for you.
910

@@ -408,7 +409,7 @@ spec:
408409

409410
## Karpenter on AWS
410411

411-
If you're on EKS, Karpenter is the recommended node provisioner for Plane Enterprise. It's AZ-aware, provisions nodes in seconds, and lets you mix on-demand and spot capacity per workload type.
412+
If you're on EKS, Karpenter is the recommended node provisioner for Plane Commercial Edition. It's AZ-aware, provisions nodes in seconds, and lets you mix on-demand and spot capacity per workload type.
412413

413414
### Minimum versions
414415

0 commit comments

Comments
 (0)