Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO: Docs repo sync - ScalarDL #567

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Scalar Manager を使用して ScalarDL を監視する

import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

<TranslationBanner />

Scalar Manager は、Kubernetes クラスター環境内の ScalarDL の集中管理および監視ソリューションであり、次のことが可能になります。

- ScalarDL の可用性を確認します。
- ScalarDL が使用するデータベースでトランザクションの一貫性のある期間を作成する一時停止ジョブをスケジュールまたは実行します。
- Grafana ダッシュボードを介して ScalarDL の時系列メトリックとログを確認します。

Scalar Manager の詳細については、[Scalar Manager 概要](scalar-manager/overview.mdx)を参照してください。

:::note

ScalarDL はデータ管理と Function 機能に ScalarDB を使用するため、デプロイメントで ScalarDL と ScalarDB の両方を使用する場合があります。このような場合は、ScalarDL に加えて ScalarDB も監視する必要があります。

:::

## Scalar Manager をデプロイする

Helm Chart を使用して Scalar Manager をデプロイできます。

Scalar Manager をデプロイする方法の詳細については、[Scalar Manager のデプロイする方法](helm-charts/how-to-deploy-scalar-manager.mdx)を参照してください。