Please enter search query.
Search <book_title>...
NetBackup™ for Kubernetes Administrator's Guide
Last Published:
2024-09-30
Product(s):
NetBackup & Alta Data Protection (10.5)
- 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
Prerequisites for NetBackup Kubernetes Operator deployment
Before deploying the NetBackup Kubernetes Operator, you must install the Helm chart and provide space for persistent volume.
To install the latest Helm version, run the following commands:
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Note:
You must deploy the operator in each cluster, where you want to deploy NetBackup.
To install a new Helm chart
- To list all the helm charts in a namespace, run the command:
- helm list -n <namespace>
- To uninstall an older plug-in, run the command:
helm uninstall <plugin-name> -n <namespace>
- To install a new plug-in, run the command:
helm install <plugin-name> <chart-path> -n <namespace>
Here is the Helm chart and tree structure layout:
netbackupkops-helm-chart/ ├── charts ├── Chart.yaml ├── templates │ ├── deployment.yaml │ └── _helpers.tpl └── values.yaml
Directory structure:
tar --list -f netbackupkops-10.3.tar.gz veritas_license.txt netbackupkops.tar netbackupkops-helm-chart/ netbackupkops-helm-chart/Chart.yaml netbackupkops-helm-chart/values.yaml netbackupkops-helm-chart/.helmignore netbackupkops-helm-chart/templates/ netbackupkops-helm-chart/templates/deployment.yaml netbackupkops-helm-chart/templates/_helpers.tpl netbackupkops-helm-chart/charts/