Setup
    • PDF

    Setup

    • PDF

    Article summary

    Enabling Storage Monitoring

    By default, Storage Monitoring is disabled (replicas set to 0). Administrators can enable it by scaling the deployment to 1 replica using the following kubectl command:

    kubectl scale deployment/storage-monitor --namespace cdrplatform --replicas=1
    

    Integration Requirements

    Once enabled, to ensure Storage Monitoring integrates correctly with external cloud storage services, one of the following conditions must be met:

    • The cluster must have a publicly accessible ingress address,
      or
    • The IP addresses of your storage service must be whitelisted to allow inbound connectivity.

    For example, integration with SharePoint requires access to specific Microsoft Graph API IP ranges, which must be reachable by the Storage Monitoring component.


    Was this article helpful?

    What's Next