NetBackup™ Deployment Guide for Kubernetes Clusters
- 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
After installing primary server CR
Note the following points:
(AKS-specific) The primary server CR will create a pod, a statefulset, a load balancer service, a configmap, a persistent volume claim for log volume, and a persistent volume claim for catalog volume.
(EKS-specific) The primary server CR will create a pod, a statefulset, a load balancer service, a configmap and PVCs.
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.