6

DBaaS - Percona Monitoring and Management

 1 year ago
source link: https://docs.percona.com/percona-monitoring-and-management/using/dbaas.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

DBaaS

Caution

DBaaS functionality is currently in technical preview and is subject to change.

The DBaaS dashboard is where you add, remove, and operate on Kubernetes and database clusters.

Activate DBaaS

The DBaaS feature is turned off by default. To turn it on:

  1. Go to ConfigurationSettingsAdvanced Settings.

  2. Click the toggle in the Technical preview features section of the page.

Open the DBaaS dashboard

From the left menu, select DBaaS.

PMM_DBaaS_Kubernetes_Cluster_Panel.jpg

Kubernetes clusters

Add a Kubernetes cluster

Caution

Ensure that you set PMM Public Address under ConfigurationSettingsAdvanced Settings before creating a Kubernetes cluster. Otherwise, PMM would not monitor the Kubernetes cluster along with the associated database clusters.

PXC and PSMDB operators are installed as part of the Kubernetes cluster registration process. It enables you to deploy database clusters into the Kubernetes cluster.

If a public address is set VM Operator is also installed as part of the Kubernetes cluster registration process. It lets you monitor a kubernetes cluster via PMM.

  1. Click Register new Kubernetes Cluster.

  2. Enter values for the Kubernetes Cluster Name and Kubeconfig file in the corresponding fields.

    PMM_DBaaS_Kubernetes_Cluster_Details.png

    For a Kubernetes cluster, when using Amazon Elastic Kubernetes Service (EKS) and the kubeconfig file does not contain the AWS access key ID and AWS secret access key. Select the Using Amazon Elastic Kubernetes Service (EKS) checkbox and enter the access key ID and secret access key in the respective fields. For information on obtaining these, see the AWS documentation.

    PMM_DBaaS_Kubernetes_Cluster_EKS.png
  3. Click Register.

  4. A message will momentarily display telling you whether the registration was successful or not.

    PMM_DBaaS_Kubernetes_Cluster_Added.png

Unregister a Kubernetes cluster

Important

You can’t unregister a Kubernetes cluster if there DB clusters associated with it.

  1. Click Unregister.

  2. Confirm the action by clicking Proceed, or abandon by clicking Cancel.

View a Kubernetes cluster’s configuration

  1. Find the row with the Kubernetes cluster you want to see.

  2. In the Actions column, open the menu and click Show configuration.

Manage allowed component versions

Administrators can select allowed and default versions of components versions for each cluster.

  1. Find the row with the Kubernetes cluster you want to manage.

  2. In the Actions column, open the menu and click Manage versions.

    PMM_DBaaS_Kubernetes_Manage_Versions.png
  3. Select an Operator and Component from the drop-down menus.

    PMM_DBaaS_Kubernetes_Manage_Components_Versions.png
  4. Activate or deactivate allowed versions, and select a default in the Default menu.

  5. Click Save.

Kubernetes operator status

The Kubernetes Cluster tab shows the status of operators.

PMM_DBaaS_Kubernetes_Cluster_Operator_Status.png

Kubernetes operator update

When a new version of the operator is available the Operators column shows a message with this information. Click the message to go to the operator release notes to find out more about the update.

PMM_DBaaS_Kubernetes_Cluster_Operator_Update.png

To update the cluster:

  1. Find the row with the operator you want to update.

  2. Click the Update button in front of the operator.

  3. Confirm the action by clicking Update, or abandon by clicking Cancel.

    PMM_DBaaS_Kubernetes_Cluster_Operator_Update_Confirmation.png

DB clusters

Add a DB Cluster

You must create at least one Kubernetes cluster to create a DB cluster.

To monitor a DB cluster, set up a public address for PMM Server first.

  1. Select the DB Cluster tab.

  2. Click Create DB Cluster.

  3. In section 1, Basic Options:

    1. Enter a value for Cluster name. A cluster name:

      • must begin with a lowercase letter;
      • can comprise lowercase letters, numbers and dashes;
      • must end with an alphanumeric character.
    2. Select a cluster from the Kubernetes Cluster menu.

    3. Select a database type from the Database Type menu.

      PMM_DBaaS_DB_Cluster_Basic_Options_Filled.jpg
  4. Expand section 2, Advanced Options.

    1. Select Topology, either Cluster or Single Node.

    2. Select the number of nodes. (The lower limit is 3.)

    3. Select External Access if you want to make your DB cluster available outside of Kubernetes cluster.

      By default, only internal access is provided.

      External Access can’t be granted for local Kubernetes clusters (e.g. minikube).

    4. Select a preset for Resources per Node.

      Small, Medium and Large are fixed preset values for Memory, CPU, and Disk.

      Values for the Custom preset can be edited.

      Beside each resource type is an estimate of the required and available resources represented numerically in absolute and percentage values, and graphically as a colored, segmented bar showing the projected ratio of used to available resources. A red warning triangle is shown if the requested resources exceed those available.

      PMM_DBaaS_DB_Cluster_Advanced_Options.png
  5. When both Basic Options and Advanced Options section icons are green, the Create Cluster button becomes active. (If inactive, check the values for fields in sections whose icon is red.)

    Click Create Cluster to create your cluster.

  6. A row appears with information on your cluster:

    PMM_DBaaS_DB_Cluster_Created.png
    • Name: The cluster name.
    • Database: The cluster database type and version.
    • Connection:
      • Host: The hostname.
      • Port: The port number.
      • Username: The connection username.
      • Password: The connection password (click the eye icon to reveal).
    • DB Cluster Parameters:
      • K8s cluster name: The Kubernetes cluster name.
      • CPU: The number of CPUs allocated to the cluster.
      • Memory: The amount of memory allocated to the cluster.
      • Disk: The amount of disk space allocated to the cluster.
    • Cluster Status:
      • PENDING: The cluster is being created.
      • ACTIVE: The cluster is active.
      • FAILED: The cluster could not be created.
      • DELETING: The cluster is being deleted.
      • UPDATING: The cluster is being updated.

Delete a DB Cluster

  1. Find the row with the database cluster you want to delete.

  2. In the Actions column, open the menu and click Delete.

  3. Confirm the action by clicking Proceed, or abandon by clicking Cancel.

    PMM_DBaaS_DB_Cluster_Delete.png

Danger

Deleting a cluster in this way also deletes any attached volumes.

Edit a DB Cluster

  1. Select the DB Cluster tab.

  2. Find the row with the database cluster you want to change.

  3. In the Actions column, open the menu and click Edit.

A paused cluster can’t be edited.

Restart a DB Cluster

  1. Select the DB Cluster tab.

  2. Identify the database cluster to be changed.

  3. In the Actions column, open the menu and click Restart.

Suspend or resume a DB Cluster

  1. Select the DB Cluster tab.

  2. Identify the DB cluster to suspend or resume.

  3. In the Actions column, open the menu and click the required action:

    • For active clusters, click Suspend.

      DBaaS Suspend
    • For paused clusters, click Resume.

      DBaaS Resume

Update a DB Cluster

  1. Select the DB Cluster tab.

  2. Identify the DB cluster to update.

  3. In the Actions column, open the menu and click Update:

    DBaaS Update
  4. Confirm the update by clicking on Update, or abandon by clicking Cancel.

    DBaaS Update Confirmation

Last update: 2022-05-23

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK