Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-04-24
Product(s):
NetBackup (10.2)
- 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
Adding MSDP engines
You can add new MSDP engines by updating the CR. You can add maximum 16 MSDP engines.
Prerequisites:
Allocate new static IP/FQDN pairs in the same node resource group.
The node number must not be less than the MSDP Scaleout size that you plan to change.
CR YAML file of MSDP Scaleout
To add the MSDP engines by updating the CR YAML file
- Open the CR YAML file to edit.
- Append the new IP/FQDN pairs in the spec.serviceIPFQDNs field.
- Update the spec.size field to increase the cluster size accordingly.
- Apply new CR YAML to update the CR in the Kubernetes environment.
kubectl apply -f <your-cr-yaml>
To add the MSDP engines using the kubectl command directly
- Run the following command to append the IP/FQDN pairs in the spec.serviceIPFQDNs field and increase the cluster size in spec.size field.
kubectl -n <sample-namespace> edit msdpscaleout <your-cr-name> [-o json | yaml]
The MSDP Scaleout services are not interrupted when MSDP engines are added.