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
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.