You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scalar-manager/overview.mdx
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ It simplifies the operational tasks associated with these products by aggregatin
12
12
## Why Scalar Manager?
13
13
14
14
Before Scalar Manager was released, you would need to use various command-line tools and third-party solutions individually to manage and monitor 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.
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 ScalarDL to ensure transactional consistency between multiple databases.
16
16
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.
17
17
18
18
Scalar Manager mitigates these pain points by aggregating essential functionalities into a single, user-friendly GUI.
@@ -24,15 +24,15 @@ At its core, Scalar Manager provides the following features.
24
24
25
25
### Centralized cluster visualization
26
26
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 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.
Although you can continue using various tools and solutions to manage or monitor ScalarDL, Scalar Manager offers a more straightforward approach that enhances operational efficiency and user experience.
44
+
### User management
45
+
46
+
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.
47
+
48
+
### Authentication and authorization
49
+
50
+
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.
51
+
52
+
### Integrated authentication with Grafana
53
+
54
+
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