Skip to content

Commit bf47468

Browse files
AUTO: Sync ScalarDB docs in Japanese to docs site repo (#827)
Co-authored-by: josh-wong <[email protected]>
1 parent dd08e8f commit bf47468

File tree

1 file changed

+22
-18
lines changed
  • i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/scalar-manager

1 file changed

+22
-18
lines changed
Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,48 @@
11
---
22
tags:
33
- Enterprise Option
4-
displayed_sidebar: docsEnglish
4+
displayed_sidebar: docsJapanese
55
---
66

7-
# Scalar Manager Overview
7+
# Scalar Manager 概要
88

9-
Scalar Manager is a centralized management and monitoring solution for ScalarDB and ScalarDL within Kubernetes cluster environments.
10-
It simplifies the operational tasks associated with these products by aggregating essential functionalities into a graphical user interface (GUI).
9+
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1110

12-
## Why Scalar Manager?
11+
<TranslationBanner />
1312

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.
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.
13+
Scalar Manager は、Kubernetes クラスタ環境内で ScalarDB および ScalarDL の集中管理および監視ソリューションです。
14+
これらの製品に関連する運用タスクを、グラフィカルユーザーインターフェイスに主要な機能を集約することで簡素化します。
1715

18-
Scalar Manager mitigates these pain points by aggregating essential functionalities into a single, user-friendly GUI.
19-
With Scalar Manager, you can reduce the time and effort needed for management and monitoring, allowing you to focus on business development and operations.
16+
## なぜ Scalar Manager なのか?
2017

21-
## Key features
18+
Scalar Manager がリリースされる前は、ユーザーは ScalarDB および ScalarDL のデプロイメントを管理および監視するために、さまざまなコマンドラインツールやサードパーティソリューションを個別に使用する必要がありました。
19+
例えば、ユーザーはデプロイメントのステータスを確認するために kubectl を使用し、メトリクスの監視には Prometheus スタック、ログ分析には Loki スタックを使用し、複数のデータベース間でトランザクションの一貫性を確保するために Scalar の独自の CLI ツールを使用して Scalar 製品を一時停止していました。
20+
これらのツールの組み合わせは、習得の難易度が高く、統一されたインターフェースが欠けていたため、日常の管理タスクやトラブルシューティングの際に効率的なワークフローを提供できませんでした。
2221

23-
At its core, Scalar Manager provides the following features.
22+
Scalar Manager は、これらの問題点を解消し、主要な機能を単一のユーザーフレンドリーな GUI に集約することで、管理および監視に必要な時間と労力を削減します。
23+
これにより、ユーザーはビジネスの開発や運用に集中できるようになります。
2424

25-
### Centralized cluster visualization
25+
## 主な機能
2626

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+
Scalar Manager は、以下の機能をユーザーに提供します。
28+
29+
### 集中化されたクラスターの可視化
30+
31+
ユーザーは、クラスターの健康状態、pod ログ、ハードウェアの使用状況、リクエスト毎秒などのパフォーマンスメトリクス、および統合された Grafana ダッシュボードを介して時系列データの詳細な可視化について、リアルタイムのメトリクスを迅速に取得できます。
2832

2933
![dashboard-cluster](images/dashboard-cluster.png)
3034
![dashboard-pod-list](images/dashboard-pod-list.png)
3135

32-
You can view pod logs and metrics in real time or in time series.
36+
Pod ログとメトリクスは、リアルタイムまたは時系列で表示することができます。
3337

3438
![logs](images/logs.png)
3539
![metrics](images/metrics.png)
3640

37-
### Streamlined pausing job management
41+
### 簡素化されたジョブの一時停止管理
3842

39-
You can execute or schedule pausing jobs to ensure transactional consistency, review and manage scheduled jobs, and monitor paused states within an intuitive GUI.
43+
ユーザーは、トランザクションの一貫性を確保するために、一時停止ジョブを実行またはスケジュールし、スケジュールされたジョブを確認および管理し、直感的な GUI 内で一時停止状態を監視することができます。
4044

4145
![create-pauses](images/backup-and-restore-create-pauses.png)
4246
![check-pauses](images/backup-and-restore-check-pauses.png)
4347

44-
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.
48+
さまざまなツールやソリューションを使用して ScalarDB および ScalarDL を管理および監視し続けることはできますが、Scalar Manager は運用効率とユーザーエクスペリエンスを向上させるよりシンプルなアプローチを提供します。

0 commit comments

Comments
 (0)