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 Amazon Elastic Kubernetes Services (EKS) Cluster
  3. Uninstalling MSDP Scaleout from EKS
  4. Cleaning up MSDP Scaleout
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

Cleaning up MSDP Scaleout

When you uninstall the MSDP Scaleout deployment from EKS, the MSDP engines, MSDP MDS servers, and the data is deleted from the cluster. The data is lost and cannot be recovered.

To clean up MSDP Scaleout from EKS

  1. Delete the MSDP Scaleout CR.

    kubectl delete -f <sample-cr-yaml>

    When an MSDP Scaleout CR is deleted, the critical MSDP data and metadata is not deleted. You must delete it manually. If you delete the CR without cleaning up the data and metadata, you can re-apply the same CR YAML file to restart MSDP Scaleout again by reusing the existing data.

  2. If your storage class is with the Retain policy, you must write down the PVs that are associated with the CR PVCs for deletion in the Kubernetes cluster level.

    kubectl get pod,svc,deploy,rs,ds,pvc,secrets,certificates,issuers,cm,sa,role,rolebinding -n <sample-namespace> -o wide

    kubectl get clusterroles,clusterrolebindings,pv -o wide --show-labels|grep <sample-cr-name>

  3. Delete all resources under the namespace where MSDP CR is deployed.

    kubectl delete namespace <namespace>

  4. If your storage class is with the Retain policy, you must delete the EBS volumes on Amazon console or using the AWS CLI.

    aws ec2 delete-volume --volume-id <value>

See Deploying MSDP Scaleout.

See Reinstalling MSDP Scaleout operator.

Feedback

Was this page helpful?
Previous

Uninstalling MSDP Scaleout from EKS

Next

Cleaning up the MSDP Scaleout operator

Feedback

Was this page helpful?