Install

Installing Alauda Container Platform Data Services Essentials

Optional Installation

The plugin serves as a foundational component for Data Services view. It is not necessary to install it if the web console is not required.

Prerequisites

  1. Download Alauda Container Platform Data Services Essentials installation package that matches the platform.
  2. Use the platform's application publishing capability to publish Alauda Container Platform Data Services Essentials to the global cluster.

Procedure

Web Console
  1. In the left navigation bar, go to Marketplace > Cluster Plugins.
  2. Select the global cluster.
  3. Click the action button next to Alauda Container Platform Data Services Essentials plugin > Install.

Installing Alauda Container Platform Data Services RDS Framework

Optional Installation

The plugin serves as a foundational component for Data Services view. It is not necessary to install it if the web console is not required.

Prerequisites

  1. Download Alauda Container Platform Data Services RDS Framework installation package that matches the platform.
  2. Use the platform's application publishing capability to publish Alauda Container Platform Data Services RDS Framework to any cluster where Data Services view are desired.

Procedure

Web Console
  1. Log in to the platform and navigate to the Administrator page.
  2. In the left navigation bar, select Marketplace -> Operator Hub to enter the Operator Hub page.
  3. Find Alauda Container Platform Data Services RDS Framework, click Install to access the installation page.

Configuration Parameters:

ParameterRecommended Configuration
ChannelThe default Channel is stable.
VersionSelect the desired version to install.
Installation ModeCluster: All namespaces under the cluster share one Operator for creating and managing instances, resulting in lower resource usage.
Installation LocationChoose the Recommended: If none exists, it will be created automatically.
Upgrade StrategyManual: When a new version is available in the Operator Hub, manual confirmation is required to upgrade the Operator to the latest version.
  1. On the Install Operator page, select Default Configuration, then click Install to complete the installation of Alauda Container Platform Data Services RDS Framework.

Installing Alauda support for PostgreSQL

Prerequisites

  1. Download the plugin installation package that matches the platform.
  2. Use the platform's application publishing capability to publish the plugin to any cluster where Alauda support for PostgreSQL capabilities are desired.

Procedure

Web Console
  1. Log in to the platform and navigate to the Administrator page.
  2. In the left navigation bar, select Marketplace -> Operator Hub to enter the Operator Hub page.
  3. Find PostgreSQL, click Install to access the installation page.

Configuration Parameters:

ParameterRecommended Configuration
ChannelThe default Channel is stable.
VersionSelect the desired version to install.
Installation ModeCluster: All namespaces under the cluster share one Operator for creating and managing instances, resulting in lower resource usage.
Installation LocationChoose the Recommended: If none exists, it will be created automatically.
Upgrade StrategyManual: When a new version is available in the Operator Hub, manual confirmation is required to upgrade the Operator to the latest version.
  1. On the Install Operator page, select Default Configuration, then click Install to complete the installation.

Enabling PostgreSQL UI Feature Gate

After installing the PostgreSQL operator, you need to enable the PostgreSQL UI feature gate to access the PostgreSQL management interface in the web console.

Prerequisites

  • Platform administrator privileges
  • PostgreSQL operator installed on the target cluster

Procedure

  1. Navigate to the Feature Gate page:

    • Access the feature gate configuration at {platform-access-address}/console-platform/feature-gate
    • For example, if your platform access address is https://demo.example.com/console-portal/, the feature gate page would be https://demo.example.com/console-platform/feature-gate
  2. Enable the PostgreSQL UI feature gates:

    Feature GateStageDescription
    middleware-rds-postgresqlAlphaProvide the capability to manage PostgreSQL (UI)
    middleware-rds-postgresql-backupAlphaProvide the capability to perform backup and restore operations for PostgreSQL (UI)
  3. In the System Settings section, locate the following feature gates and enable them:

    • middleware-rds-postgresql
    • middleware-rds-postgresql-backup (optional, for backup/restore UI)
  4. The feature gate changes take effect immediately. You can now access the PostgreSQL management UI from the navigation bar.

Alpha Features

The PostgreSQL UI feature gates are currently in Alpha stage. To enable Alpha features, ensure the Alpha Feature toggle in the Stage Setting section is turned on.

Verification

After enabling the feature gates:

  1. Navigate to Data Services in the left navigation bar
  2. You should see PostgreSQL listed as an available database service
  3. Click PostgreSQL to access the instance management interface