Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
  3. Monitoring MSDP Scaleout
  4. The Kubernetes resources for MSDP Scaleout and MSDP operator
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster

The Kubernetes resources for MSDP Scaleout and MSDP operator

Do not change or delete the Kubernetes resources that MSDP deployment has created.

  • Run the following command to find all the namespaced resources:

    kubectl api-resources --verbs=list --namespaced=true -o name | xargs -n 1 -i bash -c 'if ! echo {} |grep -q events; then kubectl get --show-kind --show-labels --ignore-not-found -n <cr or operator namespace> {}; fi'

  • Run the following command to find commonly used namespace resources:

    kubectl get pod,svc,deploy,rs,pvc -n <cr or operator namespace> -o wide

  • Run the following command to find the Kubernetes cluster level resources that belong to the CR:

    kubectl api-resources --verbs=list --namespaced=false -o name | xargs -n 1 -i bash -c 'kubectl get --show-kind --show-labels --ignore-not-found {} |grep [msdp-operator|<cr-name>]'

Feedback

Was this page helpful?
Previous

Monitoring with Azure Container insights

Next

Monitoring Snapshot Manager deployment

Feedback

Was this page helpful?