You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform/guides/cluster-management/cluster-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ The **Cluster Overview** page is your primary dashboard for a connected Kubernet
18
18
19
19
## Step 1 — Open Your Cluster
20
20
21
-
From the **AppsCode Console UI** home screen, you will see the **ALL CLUSTERS** grid. Each cluster card shows its name, status badge (e.g., **Active**), Kubernetes version, provider, number of nodes, and age.
21
+
From the **KubeDB Platform Console UI** home screen, you will see the **ALL CLUSTERS** grid. Each cluster card shows its name, status badge (e.g., **Active**), Kubernetes version, provider, number of nodes, and age.
22
22
23
23
Click on any cluster card to open its Overview page.
24
24
25
-

25
+

26
26
27
27
> The **+ Add Cluster** tile lets you import a new cluster at any time.
28
28
@@ -38,7 +38,7 @@ The **Basic** section at the top displays the cluster's core identity:
38
38
39
39
| Field | Description |
40
40
|---|---|
41
-
|**Name**| The cluster name as registered in AppsCode|
41
+
|**Name**| The cluster name as registered in KubeDB Platform|
42
42
|**Endpoint**| The Kubernetes API server address |
43
43
|**UID**| The unique identifier of this cluster |
44
44
|**Provider**| Cloud or infrastructure provider (e.g., Generic, AWS, GCP) |
@@ -48,7 +48,7 @@ The **Basic** section at the top displays the cluster's core identity:
48
48
49
49
Two action buttons appear top-right inside this section:
50
50
-**Connect** — Downloads a KubeConfig for direct `kubectl` access
51
-
-**Remove** — Disconnects and removes the cluster from AppsCode
51
+
-**Remove** — Disconnects and removes the cluster from KubeDB Platform
Copy file name to clipboardExpand all lines: docs/platform/guides/database-management/database-usage-insight.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ A condensed stat row at the top mirrors the key metrics from the Overview panel
81
81
82
82
The **Grafana Dashboards** section embeds pre-built dashboards for your database directly in the console. If Grafana integration is not yet configured, an error message will indicate that the dashboard link is missing and provide instructions to set it up.
83
83
84
-
> **Tip:** To enable Grafana dashboards, ensure the Grafana datasource is configured in your cluster and the correct dashboard URL is registered in your AppsCode settings.
84
+
> **Tip:** To enable Grafana dashboards, ensure the Grafana datasource is configured in your cluster and the correct dashboard URL is registered in your KubeDB Platform settings.
Copy file name to clipboardExpand all lines: docs/platform/selfhost-setup/install/openshift-cluster.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Regardless of the mode, an OpenShift deployment always requires you to toggle th
23
23
24
24
See [Prerequisites](common-config.md#prerequisites) in the Common Configuration guide for the minimum cluster requirements and the optional k3s setup note.
25
25
26
-
### 1. Visit the AppsCode Self-Hosted Page
26
+
### 1. Visit the KubeDB Platform Self-Hosted Page
27
27
28
-
Navigate to [AppsCode Self-Hosted](https://appscode.com/selfhost). Here you will find your previously generated self-hosted installers. <br>
28
+
Navigate to [KubeDB Platform Self-Hosted](https://appscode.com/selfhost). Here you will find your previously generated self-hosted installers. <br>
29
29
Click on the `Create New Installer` button to get started.
30
30
31
31
### 2. Enable OpenShift and Set the Kube API Server
0 commit comments