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
Adding data volumes
You can add the data volumes by updating the CR.
To add the data volumes by updating the CR YAML file
- Open the CR YAML file to edit.
- Append the new data volume specifications in the spec.dataVolumes field.
- Apply new CR YAML to update the CR in the Kubernetes environment.
kubectl apply -f <your-cr-yaml>
To add the MSDP engine using the kubectl command directly
- Run the following command to append new data volume specifications in the spec.dataVolumes field.
kubectl -n <sample-namespace> edit msdpscaleout <your-cr-name> [-o json | yaml]
In the MSDP engine pod, the first data volume is mounted on /msdp/data/dp1/pdvol
. Nth data volume is mounted on /msdp/data/dp1/${N-1}pdvol
. For example, 2nd data volume is mounted on /msdp/data/dp1/1pdvol
.
Each MSDP engine can support up to 16 data volumes.
It is recommended that you use the same data volume size if you add multiple volumes.
Note:
Due to some Kubernetes restrictions, MSDP operator restarts the engine pods for attaching the existing and new volumes, which can cause the short downtime of the services.