-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUTO: Sync Scalar Manager docs in English to ScalarDB docs site repo (#…
…293) Co-authored-by: josh-wong <[email protected]>
- Loading branch information
1 parent
94be0a5
commit 81244ce
Showing
7 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+127 KB
...ned_docs/version-3.10/scalar-manager/images/backup-and-restore-check-pauses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+144 KB
...ed_docs/version-3.10/scalar-manager/images/backup-and-restore-create-pauses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
versioned_docs/version-3.10/scalar-manager/images/dashboard-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+183 KB
versioned_docs/version-3.10/scalar-manager/images/dashboard-pod-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Scalar Manager Overview | ||
|
||
Scalar Manager is a centralized management and monitoring solution for ScalarDB and ScalarDL within Kubernetes cluster environments. | ||
It simplifies the operational tasks associated with these products by aggregating essential functionalities into a graphical user interface (GUI). | ||
|
||
## Why Scalar Manager? | ||
|
||
Before Scalar Manager was released, you would need to use various command-line tools and third-party solutions individually to manage and monitor ScalarDB and ScalarDL deployments. | ||
For example, `kubectl` is often used to check deployment status, the Prometheus stack for monitoring metrics, the Loki stack for log analysis, and Scalar's proprietary CLI tool for pausing Scalar products to ensure transactional consistency between multiple databases. | ||
This constellation of tools presented a steep learning curve and lacked a unified interface, resulting in inefficient workflows for performing routine management tasks or troubleshooting issues. | ||
|
||
Scalar Manager mitigates these pain points by aggregating essential functionalities into a single, user-friendly GUI. | ||
With Scalar Manager, you can reduce the time and effort needed for management and monitoring, allowing you to focus on business development and operations. | ||
|
||
## Key features | ||
|
||
At its core, Scalar Manager provides the following features. | ||
|
||
### Centralized cluster visualization | ||
|
||
You can quickly gain real-time metrics about cluster health, pod logs, hardware usage, performance metrics like requests per second, and deep visibility into time-series data via integrated Grafana dashboards. | ||
|
||
![dashboard-cluster](images/dashboard-cluster.png) | ||
![dashboard-pod-list](images/dashboard-pod-list.png) | ||
|
||
You can view pod logs and metrics in real time or in time series. | ||
|
||
![logs](images/logs.png) | ||
![metrics](images/metrics.png) | ||
|
||
### Streamlined pausing job management | ||
|
||
You can execute or schedule pausing jobs to ensure transactional consistency, review and manage scheduled jobs, and monitor paused states within an intuitive GUI. | ||
|
||
![create-pauses](images/backup-and-restore-create-pauses.png) | ||
![check-pauses](images/backup-and-restore-check-pauses.png) | ||
|
||
Although you can continue using various tools and solutions to manage or monitor ScalarDB and ScalarDL, Scalar Manager offers a more straightforward approach that enhances operational efficiency and user experience. |