Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
Last Published:
2022-09-08
Product(s):
NetBackup & Alta Data Protection (10.1)
- Introduction to NetBackup on EKS
- 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 EKS
- Troubleshooting
- Appendix A. CR template
After installing primary server CR
Note the following points:
The primary server CR will create a pod, a statefulset, a load balancer service and a configmap.
Initially pod will be in not ready state (0/1) when installation is going on in the background. Check the pod logs for installation progress using the following command:
kubectl logs <primary-pod-name> -n <namespace>
Primary server can be considered as successfully installed and running when the primary server pod's state is ready (1/1) and the Statefulset is ready (1/1).
You can access the NetBackup webUI using the
that was specified in the primary server CR status in section.For example, if the primary server hostname is
, then you can access the webUI at https://nbu-primary/webui/login.