NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
- 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
Migrating the MSDP Scaleout to another node group
You can migrate an existing MSDP Scaleout on another node group in case of the Kubernetes infrastructure issues.
To migrate the MSDP Scaleout to another node group
- Ensure that no job running related to MSDP Scaleout that is going to migrate.
- Update the node selector value spec.nodeSelector to the new node in the CR YAML file.
- Apply new CR YAML to update the CR in the Kubernetes environment.
kubectl apply -f <your-cr-yaml>
Note:
All affected pods or other Kubernetes workload objects must be restarted for the change to take effect.
- After the CR YAML file update, existing pods are terminated and restarted one at a time, and the pods are re-scheduled for the new node group automatically.
Note:
Controller pods are temporarily unavailable when the MDS pod restarts. Do not delete pods manually.
- Run the following command to change MSDP Scaleout operator to the new node group:
kubectl msdp init -i <your-acr-url>/msdp-operator:<version> -s <storage-class-name> -l agentpool=<new-nodegroup-name>
- If node selector does not match any existing nodes at the time of change, you see the message on the console.
If auto scaling for node is enabled, it may resolve automatically as the new nodes are made available to the cluster. If invalid node selector is provided, pods may go in the pending state after the update. In that case, run the command above again.
Do not delete the pods manually.