Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
Last Published:
2022-06-27
Product(s):
NetBackup (10.0.0.1)
- Introduction to NetBackup on AKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from AKS
- Troubleshooting
- Appendix A. CR template
After Installing the media server CR
Note the following points:
The media server CR will create a pod, a statefulset, a configmap, a loadbalancer service, a persistent volume claim for data volume, and a persistent volume claim for log volume.
Initially pod will be in not ready state (0/1) when installation is going in the background. Check the pod logs for installation progress using the following command:
kubectl logs <media-pod-name> -n <namespace>
Media server can be considered as successfully installed and running when the media server pod's state is
, and the Statefulset is , for each replica count.Details of media server name for each replica can be obtained from media server CR status by running the following command:
kubectl describe <MediaServer_cr_name> -n <namespace>