第13章 Prometheus による監視


Prometheus は、オープンソースのモニタリングおよびアラートプラットフォームです。これを使用して、Red Hat Advanced Cluster Security for Kubernetes (RHACS) のセントラルおよびセンサーコンポーネントの健全性と可用性を監視できます。モニタリングを有効にすると、RHACS はポート番号 9090 に新しいモニタリングサービスを作成し、そのポートへの受信接続を許可するネットワークポリシーを作成します。

13.1. RHACS Operator を使用した Central サービスの監視

Central カスタムリソースの設定を変更することで、Central サービス、Central および Scanner を監視できます。

手順

  1. OpenShift Container Platform Web コンソールで、Operators Installed Operators ページに移動します。
  2. インストールされている Operator のリストから、Red Hat Advanced Cluster Security for Kubernetes Operator を選択します。
  3. Central タブをクリックします。
  4. Central インスタンスのリストから、監視を有効にする Central インスタンスをクリックします。
  5. YAML タブをクリックし、YAML 設定を更新します。

    • Central を監視するには、Central カスタムリソースの central.monitoring.exposeEndpoint 設定オプションを有効にします。

      apiVersion: platform.stackrox.io/v1alpha1
      kind: Central
      ...
      spec:
        central:
          monitoring:
            exposeEndpoint: Enabled
      ...
    • スキャナーを監視するには、Central カスタムリソースの scanner.monitoring.exposeEndpoint 設定オプションを有効にします。

      apiVersion: platform.stackrox.io/v1alpha1
      kind: Central
      ...
      spec:
        scanner:
          monitoring:
            exposeEndpoint: Enabled
      ...
  6. Save をクリックします。
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る