NetBackup™ Deployment Guide for Kubernetes Clusters
- 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
Recommendations of NetBackup deployment on Kubernetes cluster
Note the following recommendations:
Do not delete the disk linked to PV used in primary server and media server CR deployment. This may lead to data loss.
Ensure that in one cluster, only one NetBackup operator instance is running.
Do not edit any Kubernetes resource created as part of primary server and media server custom resource. Update is supported through custom resource update only.
Detailed primary server custom resource deployment and media server custom resource deployment logs are retrieved from NetBackup operator pod logs using the kubectl logs <netbackup-operator-pod-name> -c netbackup-operator -n <netbackup operator-namespace> command .
Deploy primary server custom resource and media server custom resource in same namespace.
It is recommended to have separate node pool for Media server installation with Autoscaler enabled/installed.
Ensure that you follow the symbolic link and edit the actual persisted version of the file, if you want to edit a file having a symbolic link in the primary server or media server.
Specify different block storage based volume to obtain good performance when the
nbdeployutil
utility does not perform well on the following respective storage types based volumes:(AKS-specific): Azure premium files
(EKS-specific): Amazon elastic files
Duplication job configuration recommendation:
While configuring destination storage unit, manually select media servers that are always up, running and would never scale in (by the media server autoscaler). Number of media servers that are always up and running would be same as that of the value mentioned in
field in CR.When upgrading from older version of NetBackup 10.2, post upgrade ensure that you manually select media servers mentioned in
field in CR. If the value of is not specified, the value will be set to the value specified for field.Adjust the value of
field based on the backup environment and requirements.(AKS-specific)
Use Azure Premium storage for data volume in media server CR.
Use Azure Standard storage for log volume in media server CR.
For primary server catalog volume, use
Azure premium files
as storage type and for media server volumes, usemanaged-disk
as storage type.In case of upgrade and during migration, do not delete the
Azure premium files/Azure disk volume
linked to the old PV which is used in primary server CR deployment until the migration is completed successfully. Else this leads to data loss.Do not skip the Config-Checker utility execution during NetBackup upgrade or data migration.
(EKS-specific)
Use AWS Premium storage for data volume in media server CR.
Use AWS Standard storage for log volume in media server CR.
For primary server volume (catalog), use
Amazon EFS
as storage type. For media server, primary server volumes, log and data volumes useAmazon EBS
as storage type.In case of upgrade and during migration, do not delete the
Amazon elastic files
linked to the old PV which is used in primary server CR deployment until the migration is completed successfully. Else this leads to data loss.