Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2024-06-17
Product(s):
NetBackup & Alta Data Protection (10.4.0.1)
- Introduction
- Section I. Configurations
- Prerequisites
- Recommendations and Limitations
- Configurations
- Configuration of key parameters in Cloud Scale deployments
- Section II. Deployment
- Section III. Monitoring and Management
- Monitoring NetBackup
- Monitoring Snapshot Manager
- Monitoring MSDP Scaleout
- Managing NetBackup
- Managing the Load Balancer service
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- Section IV. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Patching mechanism for Primary and Media servers
- Upgrading
- Cloud Scale Disaster Recovery
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Verifying Cloud Scale deployment
Note:
Cloud Scale deployment does not support ARM (Advanced RISC Machine) Architecture.
Execute the following command to verify if the Cloud Scale deployment is successful:
kubectl get primaryserver,mediaserver,msdpscaleout,cpserver,environment -n <netbackup-namespace>
The output should display the name and status of all the CRs. If the value of
field for each CR is displayed as , then it indicates that the deployment is successful.The output message for a successful Cloud Scale deployment is as follows:
# kubectl get primaryserver,mediaserver,msdpscaleout,cpserver,environment -n <netbackup-namespace>
NAME TAG AGE STATUS primaryserver.netbackup.veritas.com/gov-terraform1 10.4.0 20h Success NAME TAG AGE PRIMARY SERVER STATUS mediaserver.netbackup.veritas.com/gov-terraform1 10.4.0 20h 10-0-131-11.usda.gov.in Success NAME AGE TAG SIZE READY msdpscaleout.msdp.veritas.com/gov-terraform1 20h 20.4 1 1 NAME TAG AGE STATUS cpserver.netbackup.veritas.com/gov-terraform1 10.4.0.0.1048 20h Success NAME READY AGE STATUS environment.netbackup.veritas.com/gov-terraform1 4/4 20h Success
For further confirmation, verify if the Web UI of the Primary Server is accessible through https://<Primary Server's FQDN>/webui/login/.