Deploy MeterSphere on KubeSphere

MeterSphere is an open-source, one-stop, and enterprise-level continuous testing platform. It features test tracking, interface testing, and performance testing.

This tutorial demonstrates how to deploy MeterSphere on KubeSphere.

Prerequisites

  • You need to enable the OpenPitrix system.
  • You need to create a workspace, a project, and two user accounts (ws-admin and project-regular) for this tutorial. The account ws-admin must be granted the role of workspace-admin in the workspace, and the account project-regular must be invited to the project with the role of operator. If they are not ready, refer to Create Workspaces, Projects, Accounts and Roles.

Hands-on Lab

Step 1: Add an app repository

  1. Log in to KubeSphere as ws-admin. In your workspace, go to App Repos under Apps Management, and then click Add Repo.

    add-repo

  2. In the dialog that appears, enter metersphere for the app repository name and https://charts.kubesphere.io/test for the MeterSphere repository URL. Click Validate to verify the URL and you will see a green check mark next to the URL if it is available. Click OK to continue.

    add-metersphere-repo

  3. Your repository displays in the list after successfully imported to KubeSphere.

    added-metersphere-repo

Step 2: Deploy MeterSphere

  1. Log out of KubeSphere and log back in as project-regular. In your project, go to Applications under Application Workloads and click Deploy New Application.

    deploy-app

  2. In the dialog that appears, select From App Templates.

    from-app-templates

  3. Select metersphere from the drop-down list, then click metersphere-chart.

    click-metersphere

  4. On the App Info tab and the Chart Files tab, you can view the default configuration from the console. Click Deploy to continue.

    view-config

  5. On the Basic Info page, you can view the app name, app version, and deployment location. Click Next to continue.

    basic-info

  6. On the App Config page, change the value of imageTag from master to v1.6, and then click Deploy.

    change-value

  7. Wait for MeterSphere to be up and running.

    metersphere-running

  8. Go to Workloads, and you can see two Deployments and three StatefulSets created for MeterSphere.

    deployments-running

    statefulsets-running

    Note

    It may take a while before all the Deployments and StatefulSets are up and running.

Step 3: Access MeterSphere

  1. Go to Services under Application Workloads, and you can see the MeterSphere Service and its type is set to NodePort by default.

    metersphere-service

  2. You can access MeterSphere through {$NodeIP}:{NodePort} using the default account and password (admin/metersphere).

    login-metersphere

    Note

    You may need to open the port in your security groups and configure related port forwarding rules depending on where your Kubernetes cluster is deployed. Make sure you use your own NodeIP.