Please enter search query.
Search <book_title>...
NetBackup™ Web UI Kubernetes Administrator's Guide
Last Published:
2022-12-19
Product(s):
NetBackup & Alta Data Protection (10.1.1)
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Configure settings for NetBackup snapshot operation
- Managing image groups
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Protecting Kubernetes assets
- Recovering Kubernetes assets
- Troubleshooting Kubernetes issues
Configure NetBackup Kubernetes datamover
You need to configure datamover for the NetBackup Kubernetes workload. Download the correct version of the datamover image: veritasnetbackup-datamover-10.1.1.tar
for your release version, from the download center. See https://www.veritas.com/content/support
To configure datamover
- To push the datamover image to docker image registry, run the command:
docker login -u <user name> <repo-name>
- Enter the password upon prompt. Skip this step if you are already logged in
- Run docker load -i <name of the datamover image file>
- Run docker tag <datamover image name:tag of the loaded datamover image> <repo-name/image-name:tag-name>
- docker push <repo-name/image-name:tag-name>
- Ensure that the configmap with primary server name, have image value set to <repo-name/image-name:tag-name> pushed in step no 4.