Installing NetBackup using Helm charts
To install NetBackup using Helm charts on Kubernetes cluster, perform the following:
- Download the NetBackup TAR package from Veritas download centre which contains the container images and the Helm chart for NetBackup Kubernetes application.
- Push the container images under the
/imagesfolder in the TAR package to the container registry associated with the Kubernetes cluster. - Navigate to the
/helmfolder in the TAR package and perform the following:Extract the Helm
values.yamlfile using the following command:# helm show values netbackup-cloudscale-<version>.tar.gz > values.yaml
Edit the
values.yamlfile to fill-in the required input values similar to theenvironment.yamlfile used for manual deployment.Install the Helm chart specifying the
values.yamlfile using the following command:# helm install <release-name> netbackup-cloudscale-<version>.tar.gz -f values.yaml
- Using the following command, verify that all the pods in the
netbackup-operator-systemand NetBackup Namespaces go into ready state:# kubectl get pods -n netbackup-operator-system, netbackup