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. Troubleshooting
  4. View the list of operator resources
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

View the list of operator resources

To view all the operator resources, execute the following command on Kubernetes cluster:

$ kubectl get all -n netbackup-operator-system

The output should be something like this:

 NAME        READY    STATUS    RESTARTS      AGE
pod/msdp-operator-        2/2     Running      0          3h6m
controller-manager-65d8fd7c4d-whqpm

pod/netbackup-operator-   2/2     Running      0          93m
controller-manager-55d6bf59c8-vltmp
 
NAME                   		TYPE     CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/msdp-operator-   ClusterIP 10.96.144.99 <none>  8443/TCP  3h6m
controller-manager-
metrics-service

service/msdp-operator-   ClusterIP 10.96.74.75  <none>  443/TCP   3h6m                  
webhook-service   
            
service/netbackup-   			 ClusterIP 10.96.104.94 <none>  8443/TCP  93m
operator-controller
-manager-metrics-service

service/netbackup-   				ClusterIP 10.96.210.26 <none>  443/TCP   93m
operator-webhook-service
 
NAME                        READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/msdp-       1/1     1            1           3h6m
operator-controller-manager

deployment.apps/netbackup   1/1     1            1           93m
-operator-controller-manager
 
NAME                         DESIRED   CURRENT   READY   AGE
replicaset.apps/msdp-        1         1         1       3h6m
operator-controller-
manager-65d8fd7c4d
replicaset.apps/netbackup-   1         1         1       93m
operator-controller-manager-
55d6bf59c8 

Verify that both pods display Running in the Status column and both deployments display 2/2 in the Ready column.

Feedback

Was this page helpful?
Previous

Troubleshooting

Next

View the list of product resources

Feedback

Was this page helpful?