-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUTO: Sync ScalarDL docs in Japanese to docs site repo
- Loading branch information
Showing
7 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+127 KB
...tent-docs/version-3.9/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
...ent-docs/version-3.9/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
...rus-plugin-content-docs/version-3.9/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
...us-plugin-content-docs/version-3.9/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.
Binary file added
BIN
+315 KB
...ja-jp/docusaurus-plugin-content-docs/version-3.9/scalar-manager/images/logs.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
+128 KB
...jp/docusaurus-plugin-content-docs/version-3.9/scalar-manager/images/metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions
48
...cs/ja-jp/docusaurus-plugin-content-docs/version-3.9/scalar-manager/overview.mdx
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,48 @@ | ||
--- | ||
tags: | ||
- Enterprise Option | ||
displayed_sidebar: docsJapanese | ||
--- | ||
|
||
# Scalar Manager 概要 | ||
|
||
import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; | ||
|
||
<TranslationBanner /> | ||
|
||
Scalar Manager は、Kubernetes クラスタ環境内で ScalarDB および ScalarDL の集中管理および監視ソリューションです。 | ||
これらの製品に関連する運用タスクを、グラフィカルユーザーインターフェイスに主要な機能を集約することで簡素化します。 | ||
|
||
## なぜ Scalar Manager なのか? | ||
|
||
Scalar Manager がリリースされる前は、ユーザーは ScalarDB および ScalarDL のデプロイメントを管理および監視するために、さまざまなコマンドラインツールやサードパーティソリューションを個別に使用する必要がありました。 | ||
例えば、ユーザーはデプロイメントのステータスを確認するために kubectl を使用し、メトリクスの監視には Prometheus スタック、ログ分析には Loki スタックを使用し、複数のデータベース間でトランザクションの一貫性を確保するために Scalar の独自の CLI ツールを使用して Scalar 製品を一時停止していました。 | ||
これらのツールの組み合わせは、習得の難易度が高く、統一されたインターフェースが欠けていたため、日常の管理タスクやトラブルシューティングの際に効率的なワークフローを提供できませんでした。 | ||
|
||
Scalar Manager は、これらの問題点を解消し、主要な機能を単一のユーザーフレンドリーな GUI に集約することで、管理および監視に必要な時間と労力を削減します。 | ||
これにより、ユーザーはビジネスの開発や運用に集中できるようになります。 | ||
|
||
## 主な機能 | ||
|
||
Scalar Manager は、以下の機能をユーザーに提供します。 | ||
|
||
### 集中化されたクラスターの可視化 | ||
|
||
ユーザーは、クラスターの健康状態、pod ログ、ハードウェアの使用状況、リクエスト毎秒などのパフォーマンスメトリクス、および統合された Grafana ダッシュボードを介して時系列データの詳細な可視化について、リアルタイムのメトリクスを迅速に取得できます。 | ||
|
||
![dashboard-cluster](images/dashboard-cluster.png) | ||
![dashboard-pod-list](images/dashboard-pod-list.png) | ||
|
||
Pod ログとメトリクスは、リアルタイムまたは時系列で表示することができます。 | ||
|
||
![logs](images/logs.png) | ||
![metrics](images/metrics.png) | ||
|
||
### 簡素化されたジョブの一時停止管理 | ||
|
||
ユーザーは、トランザクションの一貫性を確保するために、一時停止ジョブを実行またはスケジュールし、スケジュールされたジョブを確認および管理し、直感的な GUI 内で一時停止状態を監視することができます。 | ||
|
||
![create-pauses](images/backup-and-restore-create-pauses.png) | ||
![check-pauses](images/backup-and-restore-check-pauses.png) | ||
|
||
さまざまなツールやソリューションを使用して ScalarDB および ScalarDL を管理および監視し続けることはできますが、Scalar Manager は運用効率とユーザーエクスペリエンスを向上させるよりシンプルなアプローチを提供します。 |