Please enter search query.
Search <book_title>...
NetBackup™ Web UI Cloud Administrator's Guide
Last Published:
2024-03-27
Product(s):
NetBackup & Alta Data Protection (10.4)
- Managing and protecting cloud assets
- Configure Snapshot Manager in NetBackup
- Managing intelligent groups for cloud assets
- Protecting cloud assets or intelligent groups for cloud assets
- About protecting Microsoft Azure resources using resource groups
- About the NetBackup Accelerator for cloud workloads
- Protecting PaaS assets
- Installing the native client utilities
- Configuring storage for different deployments
- Add credentials to a database
- Recovering cloud assets
- Performing granular restore
- Troubleshooting protection and recovery of cloud assets
- Troubleshoot PaaS workload protection and recovery issues
For Kubernetes deployments
Consider the following:
Create the persistent volume claims using disk-based and delete-policy storage classes, and attach them to the container at the storage path.
It is recommended to use the default storage class with the default storage size of 600 Gi storage. To change the storage class or storage size, you need to update the
pdconf
config map of the Kubernetes deployment, as follows:STORAGE_CLASS=<disk-based storage class> STORAGE_SIZE=<pv size>