Skip to content

Commit 163f19b

Browse files
committed
Rebrand AppsCode Platform / ACE to KubeDB Platform
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f51d2fd commit 163f19b

16 files changed

Lines changed: 72 additions & 72 deletions

File tree

docs/platform/guides/account-management/site-administration/ace-upgrade.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ layout: docs
33
menu:
44
docsplatform_{{.version}}:
55
identifier: account-management-siteadmin-ace-upgrade
6-
name: ACE Upgrade
6+
name: KubeDB Platform Upgrade
77
parent: account-management-siteadmin
88
weight: 60
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---
1212

1313

14-
# ACE Upgrade
14+
# KubeDB Platform Upgrade
1515

16-
Site administrators can upgrade the AppsCode Enterprise (ACE) management cluster directly from the platform UI by uploading a configuration file downloaded from the AppsCode portal.
16+
Site administrators can upgrade the KubeDB Platform management cluster directly from the platform UI by uploading a configuration file downloaded from the AppsCode portal.
1717

1818
---
1919

@@ -27,21 +27,21 @@ Before starting the upgrade, download the required values file from the AppsCode
2727

2828
---
2929

30-
## Step 1 — Open ACE Upgrade
30+
## Step 1 — Open KubeDB Platform Upgrade
3131

32-
![ACE Version Page](../images/upgrade-version-1.png)
32+
![KubeDB Platform Version Page](../images/upgrade-version-1.png)
3333

34-
Go to **SITE ADMINISTRATION > ACE Upgrade** from the left-hand menu.
34+
Go to **SITE ADMINISTRATION > KubeDB Platform Upgrade** from the left-hand menu.
3535

36-
The page displays the current ACE version and the upgrade status of all platform components. Click the **Upgrade Version** button at the top right to begin.
36+
The page displays the current KubeDB Platform version and the upgrade status of all platform components. Click the **Upgrade Version** button at the top right to begin.
3737

3838
---
3939

4040
## Step 2 — Upload the Values File
4141

4242
![Upload Values File](../images/upgrade-version-2.png)
4343

44-
On the **Upgrade ACE** screen:
44+
On the **Upgrade KubeDB Platform** screen:
4545

4646
- Click **Upload values file...** and select the `values.yaml` file downloaded from the AppsCode portal.
4747
- Click **Update Version** to start the upgrade process.

docs/platform/guides/cluster-management/cluster-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Feature Sets grid on the Cluster Overview page shows all available product m
3737
| **Multicluster Spoke** | Connect this cluster as a spoke to an existing Multicluster Hub. |
3838
| **Networking Addons** | Various networking plugins and extensions for Kubernetes. |
3939
| **Observability** | Cluster monitoring, metrics, and dashboards using Prometheus and Grafana. |
40-
| **Opscenter Tools** | DevOps tooling and management utilities for ACE. |
40+
| **Opscenter Tools** | DevOps tooling and management utilities for KubeDB Platform. |
4141
| **Policy Management** | Platform-level policy enforcement tools. |
4242
| **Secret Management** | Tools for secure secret storage and distribution across namespaces. |
4343
| **Security** | TLS certificate management, secret scanning, and image vulnerability tooling. |

docs/platform/guides/cluster-management/cluster-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Scroll down past the **Basic** section to see the **Feature Sets** grid. Each ca
8888
| **Multicluster Spoke** | Connect this cluster as a spoke to a hub |
8989
| **Networking Addons** | Various networking addons for Kubernetes |
9090
| **Observability** | Cluster monitoring with Prometheus and Grafana |
91-
| **Opscenter Tools** | DevOps tools for ACE |
91+
| **Opscenter Tools** | DevOps tools for KubeDB Platform |
9292
| **Policy Management** | Platform policy management tools |
9393
| **Secret Management** | Tools for secret management |
9494
| **Security** | TLS, secret scanning, and vulnerability tools |

docs/platform/guides/cluster-management/cluster-upgrade.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ section_menu_id: guides
1111
---
1212

1313

14-
# Upgrading Your ACE Platform: Management, Imported, and Spoke Clusters
14+
# Upgrading Your KubeDB Platform: Management, Imported, and Spoke Clusters
1515

1616
## Overview
1717

18-
This guide walks through upgrading an **AppsCode Container Engine (ACE)** deployment
19-
across all cluster tiersthe base management cluster, the AC cluster, general imported
18+
This guide walks through upgrading a **KubeDB Platform** deployment
19+
across all cluster tiers, the base management cluster, the KubeDB Platform cluster, general imported
2020
clusters, and spoke clusters. The example below upgrades from release `2025.5.16` to
2121
`2025.6.x`.
2222

@@ -25,17 +25,17 @@ clusters, and spoke clusters. The example below upgrades from release `2025.5.16
2525
## Architecture
2626

2727
```
28-
┌─────────────────────────┐
29-
│ Management Cluster │
30-
(ACE control plane)
31-
└────────────────────────┘
32-
33-
┌──────────────────┼──────────────────┐
34-
│ │ │
35-
┌──────────▼──────┐ ┌────────▼────────┐ ┌─────▼──────────┐
36-
ACE Cluster │ │ Imported Cluster │ │ Spoke Cluster │
37-
│ (management) │ │ (generic import) │ │ (generic import│
38-
└─────────────────┘ └─────────────────┘ └────────────────┘
28+
┌─────────────────────────────────
29+
Management Cluster
30+
(KubeDB Platform control plane) │
31+
└────────────────┬────────────────┘
32+
33+
┌──────────────────┼──────────────────┐
34+
│ │ │
35+
┌──────────────▼──────┐ ┌────────▼────────┐ ┌─────▼──────────┐
36+
KubeDB Platform │ │ Imported Cluster │ │ Spoke Cluster │
37+
Cluster (management)│ │ (generic import) │ │ (generic import│
38+
└─────────────────────┘ └─────────────────┘ └────────────────┘
3939
```
4040

4141
Each tier is upgraded separately; the order matters.
@@ -104,10 +104,10 @@ Once the job completes, verify the op-center feature set reflects the new versio
104104
Spoke clusters are imported as **generic DBaaS** generally. Update them individually before
105105
updating the cluster set.
106106

107-
1. In the Console, go to **Your Organization → Hub Cluster → ACE**.
107+
1. In the Console, go to **Your Organization → Hub Cluster → KubeDB Platform**.
108108
2. Select the correct **Cluster set** (how you imported). For example, Generic DBaaS.
109109
3. Select your spoke cluster.
110-
4. Click **Update ACE Resources → Update Version → Yes**.
110+
4. Click **Update KubeDB Platform Resources → Update Version → Yes**.
111111

112112
![Upgrade](images/upgrade/upgrade_1.png)
113113

@@ -144,7 +144,7 @@ visible immediately.
144144

145145
After **all** individual clusters are on the new version:
146146

147-
1. In the Console, go to **Your Organization → Hub Cluster → ACE**.
147+
1. In the Console, go to **Your Organization → Hub Cluster → KubeDB Platform**.
148148
2. Select the correct **Cluster set** (how you imported). For example, Generic DBaaS.
149149
3. Click **Update Cluster Set**.
150150

@@ -194,7 +194,7 @@ appscode.com → Download val file
194194
195195
Platform UI → Update Version (Management / Platform cluster)
196196
197-
Console → Generic DBaaS → Update AC Resources (each spoke)
197+
Console → Generic DBaaS → Update KubeDB Platform Resources (each spoke)
198198
199199
Console → Generic DBaaS → Update Cluster Set
200200

docs/platform/guides/get-started/architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Let's first discuss some basic terminologies, those will be repeated many times
1515

1616
![architecture](../images/architecture.png)
1717

18-
### ACE
19-
ACE is the central management cluster where we will deploy all the ui-components. Namely the `backend server(ace-platform-api)`, `kubedb-ui`, `cluster-ui`, `billing-ui`, `platform-ui`, `grafana-ui`, ingresses etc. This will be mainly used by the administrators & devops engineers.
18+
### KubeDB Platform
19+
KubeDB Platform is the central management cluster where we will deploy all the ui-components. Namely the `backend server(ace-platform-api)`, `kubedb-ui`, `cluster-ui`, `billing-ui`, `platform-ui`, `grafana-ui`, ingresses etc. This will be mainly used by the administrators & devops engineers.
2020
As this is the central point of management, we call it `Management cluster`. As all the UI-components installed in this, we sometimes call `UI cluster`.
2121

2222
We also have native-integration of [OCM hub-spoke model](https://open-cluster-management.io/docs/concepts/architecture/). This is by-default enabled. This integration enables the cluster-manager to easily do similar changes(for example: installing a feature) centrally.
23-
ACE is used as the hub of OCM mode. Thats why we call this `Hub cluster` too.
23+
KubeDB Platform is used as the hub of OCM mode. Thats why we call this `Hub cluster` too.
2424

25-
The ACE cluster can be a single-node k3s cluster for staging or development. Or a full-fledged multi-node cluster for prod.
25+
The KubeDB Platform cluster can be a single-node k3s cluster for staging or development. Or a full-fledged multi-node cluster for prod.
2626

2727
The installer page on the `selfhost-ui` on appscode.com provides instructions for quickly setting up a K3s cluster to get started immediately.
2828

@@ -32,4 +32,4 @@ While importing, if someone make it a spoke, then cluster-manager-spoke features
3232
If you don't want to manage it from the hub, we can just import it as a general cluster. In that case, that auto-sync from hub will not happen.
3333

3434

35-
Both ACE & DBaaS clusters can be of any vendors like AWS, Azure, Google Cloud etc. It can be an on-prem cluster too.
35+
Both KubeDB Platform & DBaaS clusters can be of any vendors like AWS, Azure, Google Cloud etc. It can be an on-prem cluster too.

docs/platform/guides/get-started/requirements.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ layout: docs
33
menu:
44
docsplatform_{{.version}}:
55
identifier: guide-ace-requirements
6-
name: ACE Requirements
6+
name: KubeDB Platform Requirements
77
parent: guide-start
88
weight: 14
99
menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---
1212

13-
# Requirements to deploy ACE
14-
We will discuss the resources requirements. networking requirements & best practices for deploying your first ACE & DBaaS cluster. It is highly recommended to read the [architecture](https://appscode.com/docs/en/guides/get-started/architecture.html) doc first before continuing.
13+
# Requirements to deploy KubeDB Platform
14+
We will discuss the resources requirements. networking requirements & best practices for deploying your first KubeDB Platform & DBaaS cluster. It is highly recommended to read the [architecture](https://appscode.com/docs/en/guides/get-started/architecture.html) doc first before continuing.
1515

16-
## Requirements for ACE Cluster
16+
## Requirements for KubeDB Platform Cluster
1717

1818
### 1. Resources
1919
**Minimum**: Single node with 4 cpu, 16 GB ram, 100 GB disk attached. A k3s cluster will be deployed on that VM. And then the ui-components will be installed.
@@ -40,7 +40,7 @@ These are the required connectivities to everything work correctly:
4040
3. 4222 - NATS.io port
4141
4. 4224 - s3-proxy service port
4242

43-
Here is a sample video on how you can setup ACE:
43+
Here is a sample video on how you can setup KubeDB Platform:
4444
<iframe width="560" height="315" src="https://www.youtube.com/embed/1diG8qq73f4?si=pisqA3gOrfO1wxlx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4545

4646
## Requirements for DBaaS Cluster
@@ -52,7 +52,7 @@ Minimum: Kubernetes cluster with 3 worker nodes, each with 8- 16GB ram, PVC supp
5252
Note that, The largest node must be able to fit the largest DB Pod(in terms of CPU, memory).
5353

5454
### 2. Networking
55-
Literally all the Networking requirements described for ACE are also applicable here, except the `Port Requiements` part.
56-
Only one additional requirement here is that the DBaaS cluster should be accessible from the management/ACE cluster.
55+
Literally all the Networking requirements described for KubeDB Platform are also applicable here, except the `Port Requiements` part.
56+
Only one additional requirement here is that the DBaaS cluster should be accessible from the management/KubeDB Platform cluster.
5757

58-
You now have an overall idea on the requirements. So, [Login](https://appscode.com/docs/en/guides/get-started/register-login.html) into your account & get going with our [installer](https://appscode.com/selfhost/). Happy ACE!
58+
You now have an overall idea on the requirements. So, [Login](https://appscode.com/docs/en/guides/get-started/register-login.html) into your account & get going with our [installer](https://appscode.com/selfhost/). Happy KubeDB Platform!

docs/platform/guides/integrations/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: integrations
66
name: Integrations
77
parent: guides
8-
description: Integrate ACE into your Kubernetes platform
8+
description: Integrate KubeDB Platform into your Kubernetes platform
99
icon: https://img.icons8.com/?size=100&id=80695&format=png&color=000000
1010
popular: true
1111
weight: 40

docs/platform/guides/integrations/rancher-extension.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ Before proceeding, make sure you have:
2424

2525
- A Rancher setup with access to the **Local** cluster.
2626
- An account on [appscode.com](https://appscode.com/).
27-
- The [ACE](https://appscode.com/docs/en/selfhost-setup/) platform deployed on your Rancher cluster.
27+
- The [KubeDB Platform](https://appscode.com/docs/en/selfhost-setup/) deployed on your Rancher cluster.
2828

2929
---
3030

3131
## 2. Deploying the KubeDB Rancher Extension
3232

33-
### Step 1 – Deploy ACE
33+
### Step 1 – Deploy KubeDB Platform
3434
1. Create an account at [appscode.com](https://appscode.com/).
35-
2. Follow the [self-hosting ACE guide](https://appscode.com/docs/en/selfhost-setup/) to deploy ACE on your Rancher cluster.
36-
You can also watch this video tutorial for step-by-step instructions: [Self-Hosting ACE Video Guide](https://www.youtube.com/watch?v=1diG8qq73f4&list=PLoiT1Gv2KR1iqWFGkCozbLqYe31QMsQcX&index=2)
35+
2. Follow the [self-hosting KubeDB Platform guide](https://appscode.com/docs/en/selfhost-setup/) to deploy KubeDB Platform on your Rancher cluster.
36+
You can also watch this video tutorial for step-by-step instructions: [Self-Hosting KubeDB Platform Video Guide](https://www.youtube.com/watch?v=1diG8qq73f4&list=PLoiT1Gv2KR1iqWFGkCozbLqYe31QMsQcX&index=2)
3737

3838

3939
---
4040

41-
### Step 2 – Create a Rancher-Type Organization in ACE
42-
1. Visit your ACE URL and log in with your **admin account**. ![ACE URL](../images/ace-url.png)
41+
### Step 2 – Create a Rancher-Type Organization in KubeDB Platform
42+
1. Visit your KubeDB Platform URL and log in with your **admin account**. ![KubeDB Platform URL](../images/ace-url.png)
4343
2. Navigate to **Organizations** and create a new organization with the type set to **Rancher**.
4444
3. Provide a valid **Sync Token**.
45-
> The Sync Token is used to synchronize Rancher users into the ACE platform.
45+
> The Sync Token is used to synchronize Rancher users into the KubeDB Platform.
4646
4747
![Create Organization](../images/organization-create.png)
4848

4949
---
5050

5151
### Step 3 – Sync Rancher Users
5252
1. Go to **Organization Settings → Rancher Extension**. ![Organization Settings](../images/organization-settings.png)
53-
2. Click **Sync User** to import Rancher users into ACE. ![Sync User](../images/organization-settings-sync-users.png)
53+
2. Click **Sync User** to import Rancher users into KubeDB Platform. ![Sync User](../images/organization-settings-sync-users.png)
5454

5555
---
5656

@@ -110,4 +110,4 @@ Follow these steps to install the KubeDB extension in Rancher:
110110

111111
✅ Installation Complete!
112112
You can now deploy and manage your databases directly from the KubeDB menu in your cluster.
113-
NB: Import your Rancher cluster into the ACE UI under the Rancher organization you created earlier before using the Rancher extension, or it won’t work.
113+
NB: Import your Rancher cluster into the KubeDB Platform UI under the Rancher organization you created earlier before using the Rancher extension, or it won’t work.

docs/platform/guides/license-management/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ While AppsCode administrators are responsible for the core lifecycle of contract
2929

3030
### Key Components
3131

32-
- **Contracts:** Digital agreements, typically established by [AppsCode administrators](https://appsCode.com/contact/) within the Billing Console, that define the terms of AppsCode's product (e.g., ACE, KubeDB, KubeStash, KubeVault etc.) usage. This includes the specific AppsCode products which can be licensed, the duration of the contract, applicable features, and the clusters authorized to use these licenses. Contracts ensure that usage aligns with legal and financial terms, providing a foundation for all subsequent actions in the console. Contracts can be configured for either online or offline license validation.
32+
- **Contracts:** Digital agreements, typically established by [AppsCode administrators](https://appsCode.com/contact/) within the Billing Console, that define the terms of AppsCode's product (e.g., KubeDB Platform, KubeDB, KubeStash, KubeVault etc.) usage. This includes the specific AppsCode products which can be licensed, the duration of the contract, applicable features, and the clusters authorized to use these licenses. Contracts ensure that usage aligns with legal and financial terms, providing a foundation for all subsequent actions in the console. Contracts can be configured for either online or offline license validation.
3333
<br> <br>
3434
- **Licensed cluster:** The `Licensed Cluster` section within the AppsCode Billing Console offers a comprehensive overview and detailed management capabilities for Kubernetes clusters that have been issued AppsCode product licenses. This component is pivotal for administrators to monitor the cluster(s) `licences` and `events` of licensed products across their infrastructure.
3535
<br> <br>

docs/platform/selfhost-setup/install/aws-marketplace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ section_menu_id: selfhost-setup
1414

1515
Welcome to the KubeDB Platform's **AWS Marketplace** deployment! This guide will walk you through the deployment process via the **AWS Marketplace**, ensuring your environment is configured correctly for a seamless installation.
1616

17-
To install **ACE**, you need to have the permissions to manage **EC2**, **IAM**, **CloudFormation** etc.
17+
To install **KubeDB Platform**, you need to have the permissions to manage **EC2**, **IAM**, **CloudFormation** etc.
1818

1919
### Prerequisite
2020

@@ -267,7 +267,7 @@ These credentials define the primary super-user and the initial organizational s
267267
For openshift cluster toggle Red Hat OpenShift cluster and give Kube API Server endpoint
268268

269269
### 4. Registry
270-
Ace requires access to various container registries and Helm repositories to pull necessary images and charts.
270+
KubeDB Platform requires access to various container registries and Helm repositories to pull necessary images and charts.
271271

272272
**Docker Registry:** Go to the docker registry section first then look for the following settings
273273
* **Proxies:** Put registry name for Appscode `r.appscode.com` and other Public Registries like Docker Hub, GitHub Container Registry (`ghcr.io`), Kubernetes Registry, Microsoft (`mcr.microsoft.com`), and Quay.
@@ -313,7 +313,7 @@ In this section you can enable or disable features. You can also create an initi
313313

314314

315315
### 8. Branding & UI Customization
316-
Administrators can globally re-brand the Ace interface to match corporate identity.
316+
Administrators can globally re-brand the KubeDB Platform interface to match corporate identity.
317317

318318
* **App Name:** Changes the browser tab title.
319319
* **Primary Color:** Enter a Hex code (default: `#009948`).

0 commit comments

Comments
 (0)