Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-04-24
Product(s):
NetBackup (10.2)
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Performing catalog backup and recovery
- Section III. Maintenance
- MSDP Scaleout Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
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/flexsnap-operator-7d45568767-n9g27 1/1 Running 0 18h pod/msdp-operator-controller-manager-0 2/2 Running 0 43m pod/msdp-operator-controller-manager-1 2/2 Running 0 44m pod/netbackup-operator-controller-manager-6cbf85694f-p97sw 2/2 Running 0 42m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/msdp-operator-controller-manager-metrics-service ClusterIP 10.96.144.99 <none> 8443/TCP 3h6m service/msdp-operator-webhook-service ClusterIP 10.96.74.75 <none> 443/TCP 3h6m service/netbackup-operator-controller-manager-metrics-service ClusterIP 10.96.104.94 <none> 8443/TCP 93m service/netbackup-operator-webhook-service ClusterIP 10.96.210.26 <none> 443/TCP 93m NAME READY UP-TO-DATE AVAILABLE AGE deployment.apps/msdp-operator-controller-manager 1/1 1 1 3h6m deployment.apps/netbackup-operator-controller-manager-operator-controller-manager 1/1 1 1 93m NAME DESIRED CURRENT READY AGE replicaset.apps/msdp-operator-controller-manager-65d8fd7c4d 1 1 1 3h6m replicaset.apps/netbackup-operator-controller-manager-55d6bf59c8 1 1 1 93m
Verify that both pods display Running in the Status column and both deployments display 2/2 in the Ready column.