Skip to content

Commit ca79e03

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

26 files changed

Lines changed: 144 additions & 144 deletions

docs/platform/guides/account-management/kubernetes/credentials.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Supported Credential Types include:
2929
- [Scaleway](#scaleway)
3030
- [Vultr](#vultr)
3131

32-
Visit https://home.appscode.com/user/settings/credentials to manage credential.
32+
Visit https://appscode.com/id/{user}/user/settings/credentials to manage credential.
3333

3434

3535
## AWS
@@ -261,7 +261,7 @@ Details:
261261
aws iam create-access-key --user-name "eks-cluster"
262262
```
263263

264-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create) you got from previous step.
264+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create) you got from previous step.
265265

266266
<img width="50%" src="images/aws-cred.png">
267267

@@ -281,7 +281,7 @@ To configure Azure credentials for accessing and managing Azure Kubernetes Servi
281281
- Save Credentials <br>
282282
The command will output a JSON response containing the service principal details, including clientId (Application ID), clientSecret (Client Secret), subscriptionId, tenantId, and other information. Save these credentials securely as they will be used to configure the AKS cluster.
283283

284-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
284+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
285285

286286

287287
<img align="right" width="50%" src="images/do-cred.png">
@@ -292,7 +292,7 @@ To access Digital Ocean Managed clusters, you need to create a API token from Di
292292
Ref: [How to Create a Personal Access Token](https://docs.digitalocean.com/reference/api/create-personal-access-token/)
293293

294294

295-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create) you got from Digital Ocean.
295+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create) you got from Digital Ocean.
296296

297297
<br><br><br><br>
298298

@@ -322,14 +322,14 @@ To access GKE clusters, you need to create a GCP service account with with conta
322322
--iam-account $GKE_SA_EMAIL
323323
```
324324

325-
Then add the service account credentials [here](https://home.appscode.com/user/settings/credentials/create).
325+
Then add the service account credentials [here](https://appscode.com/id/{user}/user/settings/credentials/create).
326326

327327
<img align="right" width="50%" src="images/gcp-oauth.png">
328328

329329
## Google OAuth
330330

331331
Simplest way to access GKE clusters is through creating `Google OAuth` type credential. <br>
332-
Just head over [here](https://home.appscode.com/user/settings/credentials/create) and
332+
Just head over [here](https://appscode.com/id/{user}/user/settings/credentials/create) and
333333
- Choose a `Name`
334334
- Select Credential Type: `Google OAuth`
335335
- Click `Continue with Google`
@@ -349,15 +349,15 @@ To access LKE clusters, you need to create a API token from Linode with the foll
349349
Ref: [Manage Linode Personal Access Tokens](https://www.linode.com/docs/products/tools/api/guides/manage-api-tokens/)
350350

351351

352-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create) you got from Linode.
352+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create) you got from Linode.
353353

354354
<br><br><br>
355355

356356
<img align="right" width="50%" src="images/rancher-cred.png">
357357

358358
## Rancher
359359

360-
To access Rancher clusters through AppsCode, you need to create an API token in your Rancher system. Follow these steps:
360+
To access Rancher clusters through KubeDB Platform, you need to create an API token in your Rancher system. Follow these steps:
361361

362362
1. In Rancher, click on the profile icon.
363363
2. Select `Account & API Keys`.
@@ -369,7 +369,7 @@ Reference: [Rancher API Keys](https://ranchermanager.docs.rancher.com/reference-
369369

370370
Copy the generated access key, secret key, and API endpoint from the `Account & API Keys` overview page.
371371

372-
Next, add these credentials to the [AppsCode user settings credentials page](https://home.appscode.com/user/settings/credentials/create).
372+
Next, add these credentials to the [KubeDB Platform user settings credentials page](https://appscode.com/id/{user}/user/settings/credentials/create).
373373

374374
<img align="right" width="50%" src="../images/credentials/azureStorage.png">
375375

@@ -380,7 +380,7 @@ To access Azure Blob Storage, you need your Storage Account name and one of its
380380
- **Account:** Your Storage Account name, found in the Azure Portal under **Storage accounts**.
381381
- **Key:** One of the access keys (key1 or key2), found under **Security + networking > Access keys** in the storage account sidebar. Click **Show** to reveal the key value.
382382

383-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
383+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
384384

385385
<br><br><br><br>
386386

@@ -393,7 +393,7 @@ To access Cloudflare R2 Object Storage, you need your Account ID and an R2 API t
393393
- **Account ID:** Found on your Cloudflare Dashboard under **R2 > Overview** or in the sidebar.
394394
- **Access Key ID & Secret Access Key:** Generated by creating an R2 API token. Navigate to **R2 > Manage R2 API Tokens > Create API Token** and ensure the token has `Edit` permissions for the target bucket.
395395

396-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
396+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
397397

398398
<br><br><br><br>
399399

@@ -408,7 +408,7 @@ To access Hetzner Cloud resources, you need an API token and an SSH key.
408408

409409
Ref: [Hetzner Cloud API Tokens](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token/)
410410

411-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
411+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
412412

413413
<br><br><br>
414414

@@ -423,7 +423,7 @@ To access Scaleway resources, you need your Organization ID and an API secret ke
423423

424424
Ref: [Scaleway API Keys](https://www.scaleway.com/en/docs/iam/api-keys/)
425425

426-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
426+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).
427427

428428
<br><br><br>
429429

@@ -437,4 +437,4 @@ To access Vultr resources, you need a Vultr API key.
437437

438438
Ref: [Vultr API](https://www.vultr.com/api/)
439439

440-
Then add the credential [here](https://home.appscode.com/user/settings/credentials/create).
440+
Then add the credential [here](https://appscode.com/id/{user}/user/settings/credentials/create).

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 KubeDB Platform 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/billing-and-usage-guide/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document provides a detailed overview of the **Usage** section within our b
1818

1919
The AppsCode Billing Console is a web-based hub at [AppsCode Billing Console](https://appscode.com/billing) where you can manage contracts, link clusters, generate license-proxyserver installers, track licensed clusters, and **monitor usage—all in one place**.
2020

21-
This section focuses on the **Usage** dashboard, which shows the resources consumed by downstream AppsCode services like KubeDB running in your clusters.
21+
This section focuses on the **Usage** dashboard, which shows the resources consumed by downstream KubeDB Platform services like KubeDB running in your clusters.
2222

2323
![usage-dashboard](../images/usage-section-home.png)
2424

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/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
identifier: guide-start
66
name: Get Started
77
parent: guides
8-
description: Basic information and instructions for first-time users of AppsCode
8+
description: Basic information and instructions for first-time users of KubeDB Platform
99
icon: https://img.icons8.com/00994A/ios/50/rocket--v1.png
1010
popular: true
1111
weight: 10

docs/platform/guides/get-started/add-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ section_menu_id: guides
1313

1414
# Add a Kubernetes Cluster
1515

16-
With your credentials in place, it's time to connect your Kubernetes cluster to the Platform Console. This step allows AppsCode to seamlessly manage and provide insights into your cluster.
16+
With your credentials in place, it's time to connect your Kubernetes cluster to the Platform Console. This step allows KubeDB Platform to seamlessly manage and provide insights into your cluster.
1717

1818
Follow these steps to import your Kubernetes cluster:
1919

docs/platform/guides/get-started/add-credential.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ section_menu_id: guides
1313

1414
# Add Credential
1515

16-
Now that you have successfully registered and logged in to the Platform Console, let's take the next step in setting up your environment. The first crucial task is to add credentials for your Kubernetes clusters. This ensures a secure connection and allows AppsCode to seamlessly manage your clusters.
16+
Now that you have successfully registered and logged in to the Platform Console, let's take the next step in setting up your environment. The first crucial task is to add credentials for your Kubernetes clusters. This ensures a secure connection and allows KubeDB Platform to seamlessly manage your clusters.
1717

1818
Follow these steps to add your credentials:
1919

20-
1. Navigate to the [Add Credential Page](https://home.appscode.com/user/settings/credentials/create).
20+
1. Navigate to the [Add Credential Page](https://appscode.com/id/{user}/user/settings/credentials/create).
2121
2. Choose your `Credential Type` or authentication method and enter the required details.
2222
3. Click on the `Done` button to securely save your credentials.
2323

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.

0 commit comments

Comments
 (0)