From d0a4bc81dbf8e639e6fbe9c9079a73d5e5cd9587 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 20 Apr 2026 13:59:00 +0600 Subject: [PATCH] ACE -> KubeDB Platform Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 50 ------------------- .../account-management/delete-account.md | 2 +- .../kubernetes/credentials.md | 2 +- .../add-cluster/import-rancher-cluster.md | 6 +-- .../add-cluster/import-vendor-managed.md | 10 ++-- .../add-cluster/overview.md | 12 ++--- .../self-managed/import-private.md | 12 ++--- .../add-cluster/self-managed/import-public.md | 14 +++--- .../self-managed/import-self-managed.md | 4 +- .../cluster-management/cluster-helm-charts.md | 10 ++-- .../cluster-management/cluster-sidebar.md | 2 +- .../cluster-management/cluster-workload.md | 6 +-- .../cluster-management/remove-cluster.md | 8 +-- .../backup-configuration.md | 2 +- .../database-management/backup-storage.md | 2 +- .../database-management/create-database.md | 2 +- .../database-usage-insight.md | 2 +- .../database-management/delete-database.md | 2 +- .../guides/database-management/repository.md | 2 +- .../guides/database-management/restore.md | 2 +- .../guides/database-management/snapshot.md | 2 +- .../guides/get-started/add-cluster.md | 6 +-- .../guides/get-started/add-credential.md | 4 +- .../guides/get-started/enable-features.md | 4 +- .../guides/get-started/register-login.md | 4 +- docs/platform/selfhost-setup/README.md | 4 +- .../selfhost-setup/install/aws-marketplace.md | 8 +-- .../install/azure-marketplace.md | 8 +-- .../selfhost-setup/install/cloud-demo.md | 12 ++--- .../selfhost-setup/install/k8s-app-demo.md | 12 ++--- .../selfhost-setup/install/onprem-demo.md | 12 ++--- .../selfhost-setup/install/openshift-demo.md | 10 ++-- .../install/selfhosted-production.md | 10 ++-- 33 files changed, 99 insertions(+), 149 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c40825..bba1ee8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,6 @@ jobs: chmod +x liche sudo mv liche /usr/local/bin/liche - - name: Install codespan schema checker - run: | - curl -fsSL -o codespan-schema-checker https://github.com/kmodules/codespan-schema-checker/releases/latest/download/codespan-schema-checker-linux-amd64 - chmod +x codespan-schema-checker - sudo mv codespan-schema-checker /usr/local/bin/codespan-schema-checker - - name: Create Kubernetes cluster id: kind uses: engineerd/setup-kind@v0.5.0 @@ -66,50 +60,6 @@ jobs: echo echo "install helm 3" curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - echo "install kubedb-crds chart" - helm repo add appscode https://charts.appscode.com/stable/ - helm repo update - # helm install kubedb-crds appscode/kubedb-crds - # helm install kmodules-crds appscode/kmodules-crds - kubectl create -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.crds.yaml - kubectl create -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.75.0/stripped-down-crds.yaml - kubectl create -f https://github.com/kmodules/custom-resources/raw/release-1.25/crds/appcatalog.appscode.com_appbindings.yaml - kubectl create -f https://github.com/kmodules/custom-resources/raw/release-1.25/crds/metrics.appscode.com_metricsconfigurations.yaml - kubectl create -f https://github.com/stashed/installer/raw/master/crds/stash-crds.yaml - kubectl create -f https://github.com/kubevault/installer/raw/master/crds/kubevault-crds.yaml - kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml - kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml - kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml - kubectl create -f https://github.com/appscode-cloud/catalog/raw/master/crds/catalog.appscode.com_mongodbbindings.yaml - kubectl create -f https://raw.githubusercontent.com/envoyproxy/gateway/refs/heads/main/charts/gateway-helm/charts/crds/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml - kubectl create -f https://github.com/voyagermesh/installer/raw/master/charts/gateway-api/crds/gateway.networking.k8s.io_gatewayclasses.yaml - kubectl create -f https://github.com/fluxcd/helm-controller/raw/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml - kubectl create -f https://github.com/fluxcd/source-controller/raw/main/config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml - kubectl create -f https://github.com/appscode-cloud/catalog/raw/master/crds/catalog.appscode.com_redisbindings.yaml - # distributed crds - kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_clusters.yaml - kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_projects.yaml - kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_sliceconfigs.yaml - kubectl create -f https://github.com/kubeops/petset/raw/master/crds/apps.k8s.appscode.com_placementpolicies.yaml - kubectl create -f https://github.com/open-cluster-management-io/api/raw/main/operator/v1/0000_00_operator.open-cluster-management.io_klusterlets.crd.yaml - kubectl create -f https://raw.githubusercontent.com/open-cluster-management-io/api/refs/heads/main/addon/v1alpha1/0000_01_addon.open-cluster-management.io_managedclusteraddons.crd.yaml - # virtual-secrets crds - kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/refs/heads/main/charts/secrets-store-csi-driver/crds/secrets-store.csi.x-k8s.io_secretproviderclasses.yaml - kubectl create -f https://raw.githubusercontent.com/virtual-secrets/apimachinery/refs/heads/master/crds/config.virtual-secrets.dev_secretmetadatas.yaml - kubectl create -f https://raw.githubusercontent.com/virtual-secrets/apimachinery/refs/heads/master/crds/config.virtual-secrets.dev_secretstores.yaml - kubectl create -f https://raw.githubusercontent.com/virtual-secrets/apimachinery/refs/heads/master/crds/virtual-secrets.dev_secretmounts.yaml - kubectl create -f https://raw.githubusercontent.com/virtual-secrets/apimachinery/refs/heads/master/crds/virtual-secrets.dev_secrets.yaml - - - name: Check codespan schema - run: | - git clone https://github.com/kubedb/installer.git - cd installer - git checkout $(git describe --tags --abbrev=0 2>/dev/null || echo master) - cd .. - git clone https://github.com/kmodules/resource-metadata.git - mv resource-metadata/hub /tmp - rm -rf resource-metadata - codespan-schema-checker --kubedb-catalog-dir=./installer/catalog/kubedb --content=./docs - name: Check links run: | diff --git a/docs/platform/guides/account-management/delete-account.md b/docs/platform/guides/account-management/delete-account.md index dbad1cc..2692534 100644 --- a/docs/platform/guides/account-management/delete-account.md +++ b/docs/platform/guides/account-management/delete-account.md @@ -15,7 +15,7 @@ section_menu_id: guides ![Delete Account](../images/delete-account.png) -This guide provides step-by-step instructions for permanently removing your personal account from the AppsCode platform. +This guide provides step-by-step instructions for permanently removing your personal account from the KubeDB Platform. 1. **Navigate to Account Settings:** - Log in to your account. diff --git a/docs/platform/guides/account-management/kubernetes/credentials.md b/docs/platform/guides/account-management/kubernetes/credentials.md index 4f44777..5bd9c67 100644 --- a/docs/platform/guides/account-management/kubernetes/credentials.md +++ b/docs/platform/guides/account-management/kubernetes/credentials.md @@ -34,7 +34,7 @@ Visit https://home.appscode.com/user/settings/credentials to manage credential. ## AWS -To create or import EKS clusters to [AppsCode Dashboard](https://console.appscode.com/), you need to create a access-key with the following policies. +To create or import EKS clusters to [Platform Console](https://console.appscode.com/), you need to create a access-key with the following policies. - AmazonEC2FullAccess (AWS Managed Policy) - AWSCloudFormationFullAccess (AWS Managed Policy) - EKSAllAccess diff --git a/docs/platform/guides/cluster-management/add-cluster/import-rancher-cluster.md b/docs/platform/guides/cluster-management/add-cluster/import-rancher-cluster.md index 1f4b3b6..738760a 100644 --- a/docs/platform/guides/cluster-management/add-cluster/import-rancher-cluster.md +++ b/docs/platform/guides/cluster-management/add-cluster/import-rancher-cluster.md @@ -11,9 +11,9 @@ section_menu_id: guides --- -# Adding a Rancher Managed Cluster to AppsCode Dashboard +# Adding a Rancher Managed Cluster to Platform Console -Adding a `Rancher-Managed` cluster to the AppsCode Dashboard involves a slightly different process. In order to import a `Rancher-Managed` cluster to the AppsCode Dashboard, you need to create a Rancher Managed Organization and a Rancher Type Credential. +Adding a `Rancher-Managed` cluster to the Platform Console involves a slightly different process. In order to import a `Rancher-Managed` cluster to the Platform Console, you need to create a Rancher Managed Organization and a Rancher Type Credential. ## Create Rancher Type Credential @@ -29,7 +29,7 @@ Unlike personal accounts, Rancher clusters are associated with Rancher Managed o ## Import the Cluster -Before importing a Rancher Managed cluster into the AppsCode Dashboard, you must switch to the Rancher organization. Follow these steps: +Before importing a Rancher Managed cluster into the Platform Console, you must switch to the Rancher organization. Follow these steps: 1. Go to [AppsCode Console](https://console.appscode.com). 2. Click on the Profile Icon or username. diff --git a/docs/platform/guides/cluster-management/add-cluster/import-vendor-managed.md b/docs/platform/guides/cluster-management/add-cluster/import-vendor-managed.md index b531e37..316d225 100644 --- a/docs/platform/guides/cluster-management/add-cluster/import-vendor-managed.md +++ b/docs/platform/guides/cluster-management/add-cluster/import-vendor-managed.md @@ -11,11 +11,11 @@ section_menu_id: guides --- -# Adding a Vendor-Managed Cluster to AppsCode Dashboard +# Adding a Vendor-Managed Cluster to Platform Console -Enhance your AppsCode experience by seamlessly connecting your vendor-managed Kubernetes cluster to the [AppsCode Dashboard](https://console.appscode.com/). Follow these step-by-step instructions: +Enhance your platform experience by seamlessly connecting your vendor-managed Kubernetes cluster to the [Platform Console](https://console.appscode.com/). Follow these step-by-step instructions: -1. Visit [AppsCode Dashboard](https://console.appscode.com/). +1. Visit [Platform Console](https://console.appscode.com/). 2. Click on the `Add Cluster` button. ### Choose Provider @@ -37,9 +37,9 @@ Enhance your AppsCode experience by seamlessly connecting your vendor-managed Ku ### Customize Feature and Import -7. Complete the process by clicking `Import` to bring the selected cluster into the AppsCode Dashboard. +7. Complete the process by clicking `Import` to bring the selected cluster into the Platform Console. ### Explore 8. Once imported, explore the cluster's details and capabilities within the dashboard. -By following these steps, you'll seamlessly integrate your vendor-managed Kubernetes cluster, unlocking its full potential within the AppsCode environment. Feel free to refer back to this tutorial for guidance. \ No newline at end of file +By following these steps, you'll seamlessly integrate your vendor-managed Kubernetes cluster, unlocking its full potential within the platform. Feel free to refer back to this tutorial for guidance. \ No newline at end of file diff --git a/docs/platform/guides/cluster-management/add-cluster/overview.md b/docs/platform/guides/cluster-management/add-cluster/overview.md index bb66233..9f5c414 100644 --- a/docs/platform/guides/cluster-management/add-cluster/overview.md +++ b/docs/platform/guides/cluster-management/add-cluster/overview.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: guides --- -# Adding a Cluster to AppsCode Dashboard +# Adding a Cluster to Platform Console -Integrating your Kubernetes cluster, whether it's vendor-managed or self-managed, into the AppsCode dashboard is a simple process that elevates your cluster management experience. +Integrating your Kubernetes cluster, whether it's vendor-managed or self-managed, into the platform console is a simple process that elevates your cluster management experience. The procedure consists of two primary steps: @@ -20,18 +20,18 @@ The procedure consists of two primary steps: #### For Vendor-Managed Clusters -To include Vendor-Managed clusters in the AppsCode dashboard, follow the steps outlined in [Import Vendor Managed Clusters](import-vendor-managed.md). +To include Vendor-Managed clusters in the platform console, follow the steps outlined in [Import Vendor Managed Clusters](import-vendor-managed.md). For Rancher Managed cluster, refer to [Import Rancher Managed Clusters](import-rancher-cluster.md) documentation. #### For Self-Managed Clusters -If you have a self-managed Kubernetes cluster, refer to [Import Self-Managed Clusters](self-managed/import-self-managed.md) for detailed instructions on adding it to the AppsCode dashboard. +If you have a self-managed Kubernetes cluster, refer to [Import Self-Managed Clusters](self-managed/import-self-managed.md) for detailed instructions on adding it to the platform console. ## Step 2: Feature Customization -Following the successful addition of your cluster, the next step involves customizing features to be installed during the cluster import process into our system. This ensures a seamless integration and optimizes the functionality of your cluster within the AppsCode environment. +Following the successful addition of your cluster, the next step involves customizing features to be installed during the cluster import process into our system. This ensures a seamless integration and optimizes the functionality of your cluster within the platform. -Explore your cluster further and leverage the full capabilities of the AppsCode dashboard. +Explore your cluster further and leverage the full capabilities of the platform console. Feel free to refer to the comprehensive documents linked above for a detailed walkthrough of each step in the process. \ No newline at end of file diff --git a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-private.md b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-private.md index e80ecac..5314a07 100644 --- a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-private.md +++ b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-private.md @@ -11,11 +11,11 @@ section_menu_id: guides --- -# Adding a Private Self-Managed Cluster to AppsCode Dashboard +# Adding a Private Self-Managed Cluster to Platform Console -Optimize your AppsCode experience by seamlessly connecting your private or air-gapped self-managed Kubernetes cluster to the AppsCode Dashboard. Follow these detailed steps for a smooth integration process: +Optimize your platform experience by seamlessly connecting your private or air-gapped self-managed Kubernetes cluster to the Platform Console. Follow these detailed steps for a smooth integration process: -1. Navigate to the [AppsCode Dashboard](https://console.appscode.com/). +1. Navigate to the [Platform Console](https://console.appscode.com/). 2. Click on the `Add Cluster` button to initiate the integration. ### Cluster Type Selection - Private @@ -28,11 +28,11 @@ Optimize your AppsCode experience by seamlessly connecting your private or air-g ### Feature Customization -5. After completion, the UI will automatically transition to the feature customization step, optimizing your cluster's capabilities within the AppsCode environment. +5. After completion, the UI will automatically transition to the feature customization step, optimizing your cluster's capabilities within the platform. ### Explore -6. Once imported, explore the cluster's details and capabilities within the AppsCode Dashboard. +6. Once imported, explore the cluster's details and capabilities within the Platform Console. -By following these steps, you'll seamlessly integrate your private or air-gapped self-managed Kubernetes cluster, unlocking its full potential within the AppsCode environment. Feel free to refer back to this tutorial for guidance. +By following these steps, you'll seamlessly integrate your private or air-gapped self-managed Kubernetes cluster, unlocking its full potential within the platform. Feel free to refer back to this tutorial for guidance. diff --git a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-public.md b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-public.md index 6e3d7e2..1db6d9f 100644 --- a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-public.md +++ b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-public.md @@ -11,11 +11,11 @@ section_menu_id: guides --- -# Adding a Public Self-Managed Cluster to AppsCode Dashboard +# Adding a Public Self-Managed Cluster to Platform Console -Elevate your Kubernetes cluster management with AppsCode Dashboard by seamlessly integrating your public self-managed Kubernetes cluster. Follow these detailed steps for a smooth integration process: +Elevate your Kubernetes cluster management with Platform Console by seamlessly integrating your public self-managed Kubernetes cluster. Follow these detailed steps for a smooth integration process: -1. Navigate to the [AppsCode Dashboard](https://console.appscode.com/). +1. Navigate to the [Platform Console](https://console.appscode.com/). 2. Click on the `Add Cluster` button to initiate the integration. ### Cluster Type Selection - Public @@ -24,15 +24,15 @@ Elevate your Kubernetes cluster management with AppsCode Dashboard by seamlessly ### Provide Public Kubeconfig -4. Provide the public kubeconfig for your Kubernetes cluster. This file contains essential information for establishing a connection between your cluster and the AppsCode Dashboard. +4. Provide the public kubeconfig for your Kubernetes cluster. This file contains essential information for establishing a connection between your cluster and the Platform Console. ### Feature Customization -5. Proceed seamlessly to the feature customization step, enhancing your cluster's capabilities within the AppsCode environment. +5. Proceed seamlessly to the feature customization step, enhancing your cluster's capabilities within the platform. ### Explore -6. Once imported, explore the cluster's details and capabilities within the AppsCode Dashboard. +6. Once imported, explore the cluster's details and capabilities within the Platform Console. -By following these steps, you'll effortlessly integrate your public self-managed Kubernetes cluster, unlocking its full potential within the AppsCode environment. Feel free to refer back to this tutorial for guidance. +By following these steps, you'll effortlessly integrate your public self-managed Kubernetes cluster, unlocking its full potential within the platform. Feel free to refer back to this tutorial for guidance. diff --git a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-self-managed.md b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-self-managed.md index c3d3280..b559783 100644 --- a/docs/platform/guides/cluster-management/add-cluster/self-managed/import-self-managed.md +++ b/docs/platform/guides/cluster-management/add-cluster/self-managed/import-self-managed.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: guides --- -# Adding a Self-Managed Cluster to AppsCode Dashboard +# Adding a Self-Managed Cluster to Platform Console -If you possess a kubeconfig for either a public Kubernetes cluster or an air-gapped cluster, categorically referred to as self-managed clusters, here are the guides to seamlessly import these clusters into the AppsCode Dashboard: +If you possess a kubeconfig for either a public Kubernetes cluster or an air-gapped cluster, categorically referred to as self-managed clusters, here are the guides to seamlessly import these clusters into the Platform Console:
diff --git a/docs/platform/guides/cluster-management/cluster-helm-charts.md b/docs/platform/guides/cluster-management/cluster-helm-charts.md index 0545b86..1c17a35 100644 --- a/docs/platform/guides/cluster-management/cluster-helm-charts.md +++ b/docs/platform/guides/cluster-management/cluster-helm-charts.md @@ -11,15 +11,15 @@ section_menu_id: guides --- -# Manage Helm Charts in AppsCode Dashboard +# Manage Helm Charts in Platform Console -AppsCode Dashboard offers a robust Helm Chart Management feature, allowing users to effortlessly manage Helm releases within their Kubernetes clusters. This functionality streamlines the installation of new charts, interaction with existing releases, and provides an overall intuitive interface for Helm chart management. +Platform Console offers a robust Helm Chart Management feature, allowing users to effortlessly manage Helm releases within their Kubernetes clusters. This functionality streamlines the installation of new charts, interaction with existing releases, and provides an overall intuitive interface for Helm chart management. ## Accessing Helm Chart Management To navigate to the Helm Chart Management page: -1. From the [AppsCode Dashboard](https://console.appscode.com), click on your imported cluster to go to the Cluster Overview page. +1. From the [Platform Console](https://console.appscode.com), click on your imported cluster to go to the Cluster Overview page. 2. In the left sidebar, under **Helm**, select **Releases** to access the Helm Chart Management page. ## Helm Chart Management Features @@ -41,6 +41,6 @@ Efficiently manage existing Helm releases: ### User-Friendly Interface -The Helm Chart Management page in the AppsCode Dashboard ensures an intuitive and user-friendly interface. This allows users to manage Helm releases seamlessly, minimizing the reliance on complex Helm CLI commands. +The Helm Chart Management page in the Platform Console ensures an intuitive and user-friendly interface. This allows users to manage Helm releases seamlessly, minimizing the reliance on complex Helm CLI commands. -Explore the power of Helm chart management within the AppsCode Dashboard and enhance your Kubernetes experience. +Explore the power of Helm chart management within the Platform Console and enhance your Kubernetes experience. diff --git a/docs/platform/guides/cluster-management/cluster-sidebar.md b/docs/platform/guides/cluster-management/cluster-sidebar.md index c67d138..e2e545c 100644 --- a/docs/platform/guides/cluster-management/cluster-sidebar.md +++ b/docs/platform/guides/cluster-management/cluster-sidebar.md @@ -18,7 +18,7 @@ The **Cluster Sidebar** is your primary navigation panel inside a connected clus ## Step 1 — Open the Cluster Overview -From the AppsCode console, click on your cluster (e.g., `default`) to open the **Cluster Overview** page. The left sidebar shows the default set of sections: **Kubernetes**, **Workloads**, **Helm**, **Datastore**, **Service & Discovery**, **Config**, **Storage**, **Monitoring**, **Security**, and **Admin**. +From the platform console, click on your cluster (e.g., `default`) to open the **Cluster Overview** page. The left sidebar shows the default set of sections: **Kubernetes**, **Workloads**, **Helm**, **Datastore**, **Service & Discovery**, **Config**, **Storage**, **Monitoring**, **Security**, and **Admin**. ![The default Cluster Overview page with the default sidebar navigation](../images/cluster-sidebar/sidebar-before-update.png) diff --git a/docs/platform/guides/cluster-management/cluster-workload.md b/docs/platform/guides/cluster-management/cluster-workload.md index 3c39018..de00108 100644 --- a/docs/platform/guides/cluster-management/cluster-workload.md +++ b/docs/platform/guides/cluster-management/cluster-workload.md @@ -13,9 +13,9 @@ section_menu_id: guides # Kubernetes Workload Management -The Kubernetes Workload Management section in the AppsCode Dashboard offers robust capabilities for managing Kubernetes resources. Follow these steps to leverage this functionality: +The Kubernetes Workload Management section in the Platform Console offers robust capabilities for managing Kubernetes resources. Follow these steps to leverage this functionality: -1. Navigate to the [AppsCode Dashboard](https://console.appscode.com). +1. Navigate to the [Platform Console](https://console.appscode.com). 2. Click on your imported cluster to access the Cluster Overview page. ## Cluster Overview Page @@ -98,4 +98,4 @@ The `Datastore` section is dedicated to KubeDB, an AppsCode product, providing m You can also create new resources directly from any resource list page by clicking the `➕ Create` button, filling out the form, and submitting to create the resource. -Explore the power of Kubernetes workload management in the AppsCode Dashboard for a seamless and efficient experience. +Explore the power of Kubernetes workload management in the Platform Console for a seamless and efficient experience. diff --git a/docs/platform/guides/cluster-management/remove-cluster.md b/docs/platform/guides/cluster-management/remove-cluster.md index bb91ee6..4835875 100644 --- a/docs/platform/guides/cluster-management/remove-cluster.md +++ b/docs/platform/guides/cluster-management/remove-cluster.md @@ -13,10 +13,10 @@ section_menu_id: guides # Remove / Delete Cluster -Removing an already imported cluster from the AppsCode Dashboard is a straightforward process, and you can also manage associated features during removal. Follow these steps to seamlessly remove a cluster: +Removing an already imported cluster from the Platform Console is a straightforward process, and you can also manage associated features during removal. Follow these steps to seamlessly remove a cluster: 1. **Navigate to the Cluster Overview Page:** - - Go to the [AppsCode Dashboard](https://console.appscode.com). + - Go to the [Platform Console](https://console.appscode.com). - Click on your imported cluster to access the Cluster Overview page. **OR** @@ -31,9 +31,9 @@ Removing an already imported cluster from the AppsCode Dashboard is a straightfo 4. **Manage Features:** - During the removal process, you have the option to disable features associated with the cluster. - - Utilize this feature to tailor your AppsCode Dashboard environment based on your evolving requirements. + - Utilize this feature to tailor your Platform Console environment based on your evolving requirements. -This streamlined process ensures efficient cluster management within the AppsCode Dashboard, providing flexibility and control over your Kubernetes clusters. +This streamlined process ensures efficient cluster management within the Platform Console, providing flexibility and control over your Kubernetes clusters. --- diff --git a/docs/platform/guides/database-management/backup-configuration.md b/docs/platform/guides/database-management/backup-configuration.md index fafc59c..799ee67 100644 --- a/docs/platform/guides/database-management/backup-configuration.md +++ b/docs/platform/guides/database-management/backup-configuration.md @@ -13,7 +13,7 @@ section_menu_id: guides # Backup Configuration -This guide explains how to view and create **BackupConfiguration** resources using the AppsCode console. A BackupConfiguration defines a complete backup policy for a database — including the storage backend, retention policy, backup sessions with their schedules and tasks, and the target database to back up. +This guide explains how to view and create **BackupConfiguration** resources using the platform console. A BackupConfiguration defines a complete backup policy for a database — including the storage backend, retention policy, backup sessions with their schedules and tasks, and the target database to back up. --- diff --git a/docs/platform/guides/database-management/backup-storage.md b/docs/platform/guides/database-management/backup-storage.md index 042735b..8fcb100 100644 --- a/docs/platform/guides/database-management/backup-storage.md +++ b/docs/platform/guides/database-management/backup-storage.md @@ -13,7 +13,7 @@ section_menu_id: guides # Backup Storage -This guide explains how to view and create **BackupStorage** resources using the AppsCode console. A BackupStorage defines the storage backend (cloud provider, credentials, bucket, and connection settings) where database backups are stored and can be retrieved for restoration. +This guide explains how to view and create **BackupStorage** resources using the platform console. A BackupStorage defines the storage backend (cloud provider, credentials, bucket, and connection settings) where database backups are stored and can be retrieved for restoration. --- diff --git a/docs/platform/guides/database-management/create-database.md b/docs/platform/guides/database-management/create-database.md index 96d161a..53f050b 100644 --- a/docs/platform/guides/database-management/create-database.md +++ b/docs/platform/guides/database-management/create-database.md @@ -13,7 +13,7 @@ section_menu_id: guides # Creating a Database -This guide explains how to create a new managed database instance using the AppsCode console. The creation process is a multi-step wizard that walks you through selecting a database engine, setting a name and namespace, configuring topology and resources, and enabling optional features like monitoring, TLS, and backups. +This guide explains how to create a new managed database instance using the platform console. The creation process is a multi-step wizard that walks you through selecting a database engine, setting a name and namespace, configuring topology and resources, and enabling optional features like monitoring, TLS, and backups. --- diff --git a/docs/platform/guides/database-management/database-usage-insight.md b/docs/platform/guides/database-management/database-usage-insight.md index 13d05ec..3ae27de 100644 --- a/docs/platform/guides/database-management/database-usage-insight.md +++ b/docs/platform/guides/database-management/database-usage-insight.md @@ -13,7 +13,7 @@ section_menu_id: guides # Database Usage & Insights -This guide explains how to use the **Overview**, **Insights**, and **Users** pages available on every database detail page in the AppsCode console. These pages give you a live view of your database's connection details, performance metrics, query analytics, and access control bindings. +This guide explains how to use the **Overview**, **Insights**, and **Users** pages available on every database detail page in the platform console. These pages give you a live view of your database's connection details, performance metrics, query analytics, and access control bindings. --- diff --git a/docs/platform/guides/database-management/delete-database.md b/docs/platform/guides/database-management/delete-database.md index 44ae891..302c798 100644 --- a/docs/platform/guides/database-management/delete-database.md +++ b/docs/platform/guides/database-management/delete-database.md @@ -13,7 +13,7 @@ section_menu_id: guides # Delete Database -This guide explains how to delete a database instance from the AppsCode console. There are two ways to trigger a deletion — from the **Datastore Overview** page (bulk or single) or from inside the **individual database page**. Both methods lead to the same confirmation step. +This guide explains how to delete a database instance from the platform console. There are two ways to trigger a deletion — from the **Datastore Overview** page (bulk or single) or from inside the **individual database page**. Both methods lead to the same confirmation step. > **Warning:** Deleting a database is a permanent and irreversible action. Ensure you have a valid backup before proceeding. diff --git a/docs/platform/guides/database-management/repository.md b/docs/platform/guides/database-management/repository.md index c7bdae9..75deb01 100644 --- a/docs/platform/guides/database-management/repository.md +++ b/docs/platform/guides/database-management/repository.md @@ -13,7 +13,7 @@ section_menu_id: guides # Repository -This guide explains how to view and create **Repository** resources using the AppsCode console. A Repository is the logical backup repository that stores individual snapshots of a database within a BackupStorage backend. It acts as the bridge between BackupConfigurations and the actual cloud storage. +This guide explains how to view and create **Repository** resources using the platform console. A Repository is the logical backup repository that stores individual snapshots of a database within a BackupStorage backend. It acts as the bridge between BackupConfigurations and the actual cloud storage. --- diff --git a/docs/platform/guides/database-management/restore.md b/docs/platform/guides/database-management/restore.md index 62f7adc..4d3c432 100644 --- a/docs/platform/guides/database-management/restore.md +++ b/docs/platform/guides/database-management/restore.md @@ -13,7 +13,7 @@ section_menu_id: guides # Restore -This guide explains how to view and create **Restore** resources using the AppsCode console. A Restore represents a database recovery operation that restores data from a previously captured snapshot or backup to a target database instance. +This guide explains how to view and create **Restore** resources using the platform console. A Restore represents a database recovery operation that restores data from a previously captured snapshot or backup to a target database instance. --- diff --git a/docs/platform/guides/database-management/snapshot.md b/docs/platform/guides/database-management/snapshot.md index 1fbf86b..db531b0 100644 --- a/docs/platform/guides/database-management/snapshot.md +++ b/docs/platform/guides/database-management/snapshot.md @@ -13,7 +13,7 @@ section_menu_id: guides # Snapshot -This guide explains how to view and manage **Snapshot** resources using the AppsCode console. A Snapshot represents a point-in-time backup of a database stored in a backup repository, capturing the complete state of the database at the moment of creation. +This guide explains how to view and manage **Snapshot** resources using the platform console. A Snapshot represents a point-in-time backup of a database stored in a backup repository, capturing the complete state of the database at the moment of creation. --- diff --git a/docs/platform/guides/get-started/add-cluster.md b/docs/platform/guides/get-started/add-cluster.md index d29421c..d162f9f 100644 --- a/docs/platform/guides/get-started/add-cluster.md +++ b/docs/platform/guides/get-started/add-cluster.md @@ -13,11 +13,11 @@ section_menu_id: guides # Add a Kubernetes Cluster -With your credentials in place, it's time to connect your Kubernetes cluster to the AppsCode Dashboard. This step allows AppsCode to seamlessly manage and provide insights into your cluster. +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. Follow these steps to import your Kubernetes cluster: -1. Visit the [AppsCode Dashboard](https://console.appscode.com/). +1. Visit the [Platform Console](https://console.appscode.com/). 2. Click on the `Add Cluster` button. 3. Choose your cluster type and provider. 4. Select the credentials you added in the previous step. @@ -25,4 +25,4 @@ Follow these steps to import your Kubernetes cluster: For detailed instructions and troubleshooting tips, refer to our comprehensive [Import Kubernetes Cluster Guide](../cluster-management/add-cluster/overview.md). -Once your cluster is imported, you can explore its details and capabilities directly from the AppsCode Dashboard. +Once your cluster is imported, you can explore its details and capabilities directly from the Platform Console. diff --git a/docs/platform/guides/get-started/add-credential.md b/docs/platform/guides/get-started/add-credential.md index 9b8c2a5..7defaf7 100644 --- a/docs/platform/guides/get-started/add-credential.md +++ b/docs/platform/guides/get-started/add-credential.md @@ -13,7 +13,7 @@ section_menu_id: guides # Add Credential -Now that you have successfully registered and logged in to the AppsCode Dashboard, 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. +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. Follow these steps to add your credentials: @@ -23,4 +23,4 @@ Follow these steps to add your credentials: For detailed documentation refer to [Credential Management](../account-management/kubernetes/credentials.md) -After adding your credentials, you'll be ready to import your Kubernetes cluster and unlock a world of possibilities within the AppsCode environment. +After adding your credentials, you'll be ready to import your Kubernetes cluster and unlock a world of possibilities within the platform. diff --git a/docs/platform/guides/get-started/enable-features.md b/docs/platform/guides/get-started/enable-features.md index 4316e6a..78bff21 100644 --- a/docs/platform/guides/get-started/enable-features.md +++ b/docs/platform/guides/get-started/enable-features.md @@ -16,11 +16,11 @@ section_menu_id: guides Once your cluster is imported, you can enable or disable AppsCode features based on your requirements. -1. Navigate to your Cluster Overview page, selecting your imported cluster in the [AppsCode Dashboard](https://console.appscode.com/). +1. Navigate to your Cluster Overview page, selecting your imported cluster in the [Platform Console](https://console.appscode.com/). 2. In the "Feature Sets" section, you'll find a list of FeatureSets associated with your cluster, along with their current status. 3. Click on any FeatureSet in the list to go to the FeatureSet Management page. 4. On the FeatureSet Management page, you can enable or disable specific features according to your needs. -Managing features in the AppsCode Dashboard is a straightforward process that allows you to tailor your AppsCode Dashboard to meet your cluster's requirements. Feel free to explore the features and capabilities offered by AppsCode. +Managing features in the Platform Console is a straightforward process that allows you to tailor your Platform Console to meet your cluster's requirements. Feel free to explore the features and capabilities offered by AppsCode. For more advanced configurations and detailed documentation, check out the [Features in Details](../cluster-management/cluster-features.md). diff --git a/docs/platform/guides/get-started/register-login.md b/docs/platform/guides/get-started/register-login.md index fd5f9a1..78a1b71 100644 --- a/docs/platform/guides/get-started/register-login.md +++ b/docs/platform/guides/get-started/register-login.md @@ -45,8 +45,8 @@ After registration, check your email inbox for a verification email from AppsCod 3. Click on the `Sign In` button. 4. Optionally, you can sign in using your connected External accounts. -### 4. Explore AppsCode Dashboard +### 4. Explore Platform Console -You are now logged in to the AppsCode Dashboard! Take a moment to explore the features and navigate through the dashboard. +You are now logged in to the Platform Console! Take a moment to explore the features and navigate through the dashboard. Congratulations! You have successfully registered, verified your email, and logged in to AppsCode. If you encounter any issues or have questions, refer to the [AppsCode Documentation](https://appscode.com/docs/) for detailed guidance. \ No newline at end of file diff --git a/docs/platform/selfhost-setup/README.md b/docs/platform/selfhost-setup/README.md index be10298..7b2dffa 100644 --- a/docs/platform/selfhost-setup/README.md +++ b/docs/platform/selfhost-setup/README.md @@ -13,9 +13,9 @@ aliases: - /docs/platform/{{.version}}/selfhost-setup/README/ --- -# Host AppsCode Platform as Your Own +# Host KubeDB Platform as Your Own -Welcome to AppsCode Platform's Self-Hosted deployment! Whether you're looking for a quick trial in "Self Hosted Demo" mode or gearing up for a production-ready environment (`Self Hosted Production`), you're in control. +Welcome to KubeDB Platform's Self-Hosted deployment! Whether you're looking for a quick trial in "Self Hosted Demo" mode or gearing up for a production-ready environment (`Self Hosted Production`), you're in control. Navigate to [AppsCode Self-Hosted](https://appscode.com/selfhost). Here you will find your previously generated self-hosted installers. diff --git a/docs/platform/selfhost-setup/install/aws-marketplace.md b/docs/platform/selfhost-setup/install/aws-marketplace.md index 4acac43..9939c53 100644 --- a/docs/platform/selfhost-setup/install/aws-marketplace.md +++ b/docs/platform/selfhost-setup/install/aws-marketplace.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: AWS Marketplace +# Deploying KubeDB Platform: AWS Marketplace -Welcome to the AppsCode 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. +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. To install **ACE**, you need to have the permissions to manage **EC2**, **IAM**, **CloudFormation** etc. @@ -305,7 +305,7 @@ Click the "Next" button to submit your information. AppsCode will generate the i You will find an `Installer URL` for this installer. You have to give this URL in the AWS Marketplace application. -### 9. Deploy AppsCode Platform +### 9. Deploy KubeDB Platform The expiry time for this installer is 2 hours. You will find in detail deployment guideline after creating the installer. @@ -518,4 +518,4 @@ and subscribe to **AppsCode Cloud w/Usage Billing** product. ### 10. Explore the Deployed Platform -Once deployed, access the **AppsCode Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file +Once deployed, access the **KubeDB Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file diff --git a/docs/platform/selfhost-setup/install/azure-marketplace.md b/docs/platform/selfhost-setup/install/azure-marketplace.md index 6297f63..a506bca 100644 --- a/docs/platform/selfhost-setup/install/azure-marketplace.md +++ b/docs/platform/selfhost-setup/install/azure-marketplace.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# 1. Deploying AppsCode Platform: Azure Marketplace +# 1. Deploying KubeDB Platform: Azure Marketplace -Welcome to the AppsCode Platform's **Azure Marketplace** deployment! This guide will walk you through the deployment process via the Azure Marketplace, ensuring your environment is configured correctly for a seamless installation. +Welcome to the KubeDB Platform's **Azure Marketplace** deployment! This guide will walk you through the deployment process via the Azure Marketplace, ensuring your environment is configured correctly for a seamless installation. ### Prerequisites @@ -126,7 +126,7 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 10. Deploy AppsCode Platform +### 10. Deploy KubeDB Platform #### Step 1: Create Azure application Go to Azure Marketplace and select AppsCode Cloud w/ Usage Billing application. [AppsCode Cloud w/ Usage Billing from Marketplace](https://portal.azure.com/#create/appscode.ace_paygace-payg) @@ -167,4 +167,4 @@ You can monitor the deployment progress through the **Managed Resource Group's** ### 11. Explore the Deployed Platform -Once deployed, access the **AppsCode Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file +Once deployed, access the **KubeDB Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file diff --git a/docs/platform/selfhost-setup/install/cloud-demo.md b/docs/platform/selfhost-setup/install/cloud-demo.md index 1e64e5e..32ac1fd 100644 --- a/docs/platform/selfhost-setup/install/cloud-demo.md +++ b/docs/platform/selfhost-setup/install/cloud-demo.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: Cloud Demo +# Deploying KubeDB Platform: Cloud Demo -Welcome to the AppsCode Platform's "Cloud Demo" deployment! Follow these steps to deploy the AppsCode Platform in Cloud Demo mode. +Welcome to the KubeDB Platform's "Cloud Demo" deployment! Follow these steps to deploy the KubeDB Platform in Cloud Demo mode. ### Prerequisites @@ -131,13 +131,13 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 10. Deploy AppsCode Platform +### 10. Deploy KubeDB Platform -Follow the documentation provided by AppsCode to deploy the AppsCode Platform on your system. +Follow the documentation provided by AppsCode to deploy the KubeDB Platform on your system. ### 11. Explore the Deployed Platform -Once deployed, access the AppsCode Platform using the specified domain. Log in with the admin account credentials provided during the creation process. +Once deployed, access the KubeDB Platform using the specified domain. Log in with the admin account credentials provided during the creation process.
@@ -146,4 +146,4 @@ Once deployed, access the AppsCode Platform using the specified domain. Log in w If you encounter any challenges during the deployment or have questions, reach out to AppsCode support for assistance. -Congratulations! You have successfully deployed the AppsCode Platform in Cloud Demo mode. Explore the features and capabilities of the platform in your customized environment. +Congratulations! You have successfully deployed the KubeDB Platform in Cloud Demo mode. Explore the features and capabilities of the platform in your customized environment. diff --git a/docs/platform/selfhost-setup/install/k8s-app-demo.md b/docs/platform/selfhost-setup/install/k8s-app-demo.md index 59653b6..9451e4a 100644 --- a/docs/platform/selfhost-setup/install/k8s-app-demo.md +++ b/docs/platform/selfhost-setup/install/k8s-app-demo.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: K8s App Demo +# Deploying KubeDB Platform: K8s App Demo -Welcome to the AppsCode Platform's "K8s App Demo" deployment! Follow these steps to deploy the AppsCode Platform in K8s App Demo mode. +Welcome to the KubeDB Platform's "K8s App Demo" deployment! Follow these steps to deploy the KubeDB Platform in K8s App Demo mode. ### Prerequisites @@ -98,13 +98,13 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 9. Deploy AppsCode Platform +### 9. Deploy KubeDB Platform -Follow the documentation provided by AppsCode to deploy the AppsCode Platform on your system. +Follow the documentation provided by AppsCode to deploy the KubeDB Platform on your system. ### 10. Explore the Deployed Platform -Once deployed, access the AppsCode Platform using the specified domain. Log in with the admin account credentials provided during the creation process. +Once deployed, access the KubeDB Platform using the specified domain. Log in with the admin account credentials provided during the creation process.
@@ -113,4 +113,4 @@ Once deployed, access the AppsCode Platform using the specified domain. Log in w If you encounter any challenges during the deployment or have questions, reach out to AppsCode support for assistance. -Congratulations! You have successfully deployed the AppsCode Platform in K8s App Demo mode. Explore the features and capabilities of the platform in your customized environment. \ No newline at end of file +Congratulations! You have successfully deployed the KubeDB Platform in K8s App Demo mode. Explore the features and capabilities of the platform in your customized environment. \ No newline at end of file diff --git a/docs/platform/selfhost-setup/install/onprem-demo.md b/docs/platform/selfhost-setup/install/onprem-demo.md index ccf1861..ce15f0d 100644 --- a/docs/platform/selfhost-setup/install/onprem-demo.md +++ b/docs/platform/selfhost-setup/install/onprem-demo.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: Onprem Demo +# Deploying KubeDB Platform: Onprem Demo -Welcome to the AppsCode Platform's "Onprem Demo" deployment! Follow these steps to deploy the AppsCode Platform in Onprem Demo mode. +Welcome to the KubeDB Platform's "Onprem Demo" deployment! Follow these steps to deploy the KubeDB Platform in Onprem Demo mode. ### Prerequisites @@ -134,13 +134,13 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 12. Deploy AppsCode Platform +### 12. Deploy KubeDB Platform -Follow the documentation provided by AppsCode to deploy the AppsCode Platform on your system. +Follow the documentation provided by AppsCode to deploy the KubeDB Platform on your system. ### 13. Explore the Deployed Platform -Once deployed, access the AppsCode Platform using the specified domain. Log in with the admin account credentials provided during the creation process. +Once deployed, access the KubeDB Platform using the specified domain. Log in with the admin account credentials provided during the creation process.
@@ -149,4 +149,4 @@ Once deployed, access the AppsCode Platform using the specified domain. Log in w If you encounter any challenges during the deployment or have questions, reach out to AppsCode support for assistance. -Congratulations! You have successfully deployed the AppsCode Platform in Onprem Demo mode. Explore the features and capabilities of the platform in your customized environment. +Congratulations! You have successfully deployed the KubeDB Platform in Onprem Demo mode. Explore the features and capabilities of the platform in your customized environment. diff --git a/docs/platform/selfhost-setup/install/openshift-demo.md b/docs/platform/selfhost-setup/install/openshift-demo.md index e3dce1f..eb0766e 100644 --- a/docs/platform/selfhost-setup/install/openshift-demo.md +++ b/docs/platform/selfhost-setup/install/openshift-demo.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: Open Shift Demo +# Deploying KubeDB Platform: Open Shift Demo -Welcome to the AppsCode Platform's **Open Shift Demo** deployment! In this mode, you have the flexibility to customize various aspects of the deployment to meet the specific requirements of your production environment. +Welcome to the KubeDB Platform's **Open Shift Demo** deployment! In this mode, you have the flexibility to customize various aspects of the deployment to meet the specific requirements of your production environment. ### Prerequisites @@ -131,10 +131,10 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 12. Deploy AppsCode Platform +### 12. Deploy KubeDB Platform -Follow the documentation provided by AppsCode to deploy the AppsCode Platform on your system. +Follow the documentation provided by AppsCode to deploy the KubeDB Platform on your system. ### 13. Explore the Deployed Platform -Once deployed, access the **AppsCode Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file +Once deployed, access the **KubeDB Platform** using the specified domain. Log in with the admin account credentials provided during the creation process. \ No newline at end of file diff --git a/docs/platform/selfhost-setup/install/selfhosted-production.md b/docs/platform/selfhost-setup/install/selfhosted-production.md index da1cd08..453313c 100644 --- a/docs/platform/selfhost-setup/install/selfhosted-production.md +++ b/docs/platform/selfhost-setup/install/selfhosted-production.md @@ -10,9 +10,9 @@ menu_name: docsplatform_{{.version}} section_menu_id: selfhost-setup --- -# Deploying AppsCode Platform: Self Hosted Production +# Deploying KubeDB Platform: Self Hosted Production -Welcome to the **Self-Hosted Production** deployment guide for the **AppsCode Platform**. This installation mode is designed for environments requiring high levels of customization and granular control. +Welcome to the **Self-Hosted Production** deployment guide for the **KubeDB Platform**. This installation mode is designed for environments requiring high levels of customization and granular control. By following this walkthrough, you can tailor the deployment to meet your specific production requirements while ensuring a stable and optimized installation. @@ -314,13 +314,13 @@ Administrators can globally re-brand the Ace interface to match corporate identi Click the "Deploy" button to submit your information. AppsCode will generate the installer and provide the necessary documentation. -### 13. Deploy AppsCode Platform +### 13. Deploy KubeDB Platform -Follow the documentation provided by AppsCode to deploy the AppsCode Platform on your system. +Follow the documentation provided by AppsCode to deploy the KubeDB Platform on your system. ### 14. Explore the Deployed Platform -Once deployed, access the **AppsCode Platform** using the specified domain. Log in with the admin account credentials provided during the creation process.After the login process you will see the **ACE dashboard** user interface +Once deployed, access the **KubeDB Platform** using the specified domain. Log in with the admin account credentials provided during the creation process.After the login process you will see the **ACE dashboard** user interface
\ No newline at end of file