NetBackup™ for Kubernetes Administrator's Guide
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Configure settings for NetBackup snapshot operation
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Managing Kubernetes policies
- Protecting Kubernetes assets
- Managing image groups
- Protecting Rancher managed clusters in NetBackup
- Recovering Kubernetes assets
- About incremental backup and restore
- Enabling accelerator based backup
- Enabling FIPS mode in Kubernetes
- About Openshift Virtualization support
- Troubleshooting Kubernetes issues
Validating accelerator storage class
NetBackup supports the accelerator enabled backups and it can be enabled by setting acceleratorTracklogPvcStorageClass key in values.yaml with appropriate storage class during installation or upgrade.
A storage class must allow to create a file mode PVC.
Example,acceleratorTracklogPvcStorageClass: ocs-storagecluster-ceph-rbd
During installation and upgrade, NetBackup Kubernetes operator creates a file mode PVC and a pod to check if the given storage class is valid.
If volume binding mode of the storage class is Immediate, it only creates a PVC and installation is successful if the PVC is in Bound state.
If volume binding mode of the storage class is WaitForFirstConsumer then, it creates a datamover pod with a PVC.
NetBackup Kubernetes Operator installation is successful, if the PVC is in Bound state and pod is in Running state.