Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Kubernetes Administrator's Guide
  3. Deploying and configuring the NetBackup Kubernetes operator
  4. Prerequisites for NetBackup Kubernetes Operator deployment
NetBackup™ for Kubernetes Administrator's Guide

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:

  1. $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm

  2. $ chmod 700 get_helm.sh

  3. $ ./get_helm.sh

Note:

You must deploy the operator in each cluster, where you want to deploy NetBackup.

To install a new Helm chart

  1. To list all the helm charts in a namespace, run the command:

    - helm list -n <namespace>

  2. To uninstall an older plug-in, run the command:
    • helm uninstall <plugin-name> -n <namespace>

  3. 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/

Feedback

Was this page helpful?
Previous

Deploying and configuring the NetBackup Kubernetes operator

Next

Deploy service package on NetBackup Kubernetes operator

Feedback

Was this page helpful?