Skip to content

Commit 5bb0137

Browse files
committed
AUTO: Sync Scalar Manager docs in English to ScalarDB docs site repo
1 parent 460a2e1 commit 5bb0137

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed
4.47 KB
Loading
89 KB
Loading
-28.1 KB
Loading
465 KB
Loading
Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
tags:
33
- Enterprise Option
4+
displayed_sidebar: docsEnglish
45
---
56

67
# Scalar Manager Overview
78

8-
Scalar Manager is a centralized management and monitoring solution for ScalarDB within Kubernetes cluster environments.
9+
Scalar Manager is a centralized management and monitoring solution for ScalarDB and ScalarDL within Kubernetes cluster environments.
910
It simplifies the operational tasks associated with these products by aggregating essential functionalities into a graphical user interface (GUI).
1011

1112
## Why Scalar Manager?
1213

13-
Before Scalar Manager was released, you would need to use various command-line tools and third-party solutions individually to manage and monitor ScalarDB deployments.
14-
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 ScalarDB to ensure transactional consistency between multiple databases.
14+
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.
15+
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.
1516
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.
1617

1718
Scalar Manager mitigates these pain points by aggregating essential functionalities into a single, user-friendly GUI.
@@ -23,15 +24,15 @@ At its core, Scalar Manager provides the following features.
2324

2425
### Centralized cluster visualization
2526

26-
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.
27+
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 the Grafana dashboards.
2728

2829
![dashboard-cluster](images/dashboard-cluster.png)
2930
![dashboard-pod-list](images/dashboard-pod-list.png)
3031

31-
You can view pod logs and metrics in real time or in time series.
32+
With the Grafana dashboards, you can also view pod logs and metrics in real-time or in time series.
3233

3334
![logs](images/logs.png)
34-
![metrics](images/metrics.png)
35+
![metrics](images/metrics2.png)
3536

3637
### Streamlined pausing job management
3738

@@ -40,4 +41,15 @@ You can execute or schedule pausing jobs to ensure transactional consistency, re
4041
![create-pauses](images/backup-and-restore-create-pauses.png)
4142
![check-pauses](images/backup-and-restore-check-pauses.png)
4243

43-
Although you can continue using various tools and solutions to manage or monitor ScalarDB, Scalar Manager offers a more straightforward approach that enhances operational efficiency and user experience.
44+
45+
### User management
46+
47+
Scalar Manager includes authentication capabilities, allowing for secure access control to your deployment. The system provides user management functionalities that enable administrators to create, modify, and remove user accounts through an intuitive interface.
48+
49+
### Authentication and authorization
50+
51+
By using the authorization feature, administrators can define and assign specific roles to users, controlling their access permissions within the Scalar Manager environment. This control ensures that users only have access to the functionalities relevant to their responsibilities.
52+
53+
### Integrated authentication with Grafana
54+
55+
Scalar Manager now offers seamless authentication integration between your Grafana instance and other components of the system. This single-sign-on capability eliminates the need for multiple authentication processes, streamlining the user experience and enhancing security by reducing credential management overhead.

0 commit comments

Comments
 (0)