Skip to content

oceanbase-dashboard-0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 17:32
7222b15

About this version

We are excited to unveil the initial release of our innovative OceanBase Kubernetes Dashboard v0.1.0, a pioneering tool designed to enhance your experience with managing and monitoring OceanBase clusters on Kubernetes. As part of our ongoing commitment to development and improvement, we are proud to offer this first version to our users while actively working on new features and enhancements for future updates.

Features

  1. Cluster Management: Easily deploy, scale, and manage OceanBase clusters within your Kubernetes environment. The dashboard allows users to quickly configure and manage the lifecycle of OceanBase clusters with just a few clicks.
  2. Monitoring: Keep a close eye on the performance and health of your OceanBase clusters. Our dashboard provides live metrics, logs, and alerts to help you ensure that your databases are performing optimally.

Getting Started

Install OceanBase Dashboard by running the following commands

helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.1.0

After OceanBase Dashboard installed, check the service address and open it in browser.
The Default user is admin and use the following command to get the password

echo $(kubectl get secret oceanbase-dashboard-user-credentials -o jsonpath='{.data.admin}' | base64 -d)

What's Next?

We are continuously working to improve the OceanBase Kubernetes Dashboard. Stay tuned for upcoming updates that will introduce new features, enhancements, and fixes to further streamline your database operations.
We value your input! Please don't hesitate to provide us with feedback or ideas for new features that you would like to see in future releases.