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. Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters
  3. Section I. Configurations
  4. Configurations
  5. Loading docker images
  6. Installing the docker images for Snapshot Manager
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

Installing the docker images for Snapshot Manager

The Snapshot Manager package netbackup-flexsnap-$(SNAPSHOT_MANAGER_VERSION).tar.gz for Kubernetes includes the following:

  • A docker image for Snapshot Manager operator

  • 7 docker images for Snapshot Manager: flexsnap-fluentd, flexsnap-deploy, flexsnap-core, flexsnap-rabbitmq, flexsnap-nginx, flexsnap-postgresql, flexsnap-datamover

To install the docker images

  1. Download netbackup-flexsnap-$(SNAPSHOT_MANAGER_VERSION).tar.gz from the Cohesity site.
  2. Load the docker images to your docker storage.

    docker load -i netbackup-flexsnap-$(SNAPSHOT_MANAGER_VERSION).tar.gz

  3. Tag the images.

    $ docker tag localhost/veritas/flexsnap-fluentd:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-fluentd:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-datamover:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-datamover:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-nginx:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-nginx:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-postgresql:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-postgresql:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-core:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-core:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-deploy:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-deploy:${SNAPSHOT_MANAGER_VERSION}

    $ docker tag localhost/veritas/flexsnap-rabbitmq:${SNAPSHOT_MANAGER_VERSION} ${REGISTRY}/veritas/flexsnap-rabbitmq:${SNAPSHOT_MANAGER_VERSION}

    Note:

    Ensure that you use the same tag as that of Snapshot Manager image version.

  4. Push the images.

    $ docker push ${REGISTRY}/veritas/flexsnap-rabbitmq:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-fluentd:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-datamover:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-nginx:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-postgresql:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-core:${SNAPSHOT_MANAGER_VERSION}

    $ docker push ${REGISTRY}/veritas/flexsnap-deploy:${SNAPSHOT_MANAGER_VERSION}

Configure Snapshot Manager

After you push the docker images to the following respective registry, then initialize Snapshot Manager (flexsnap) operator and configure Snapshot Manager:

The Snapshot Manager operator starts with NetBackup operator. For more information, refer to the following section:

More Information

Deploying the operators

Feedback

Was this page helpful?
Previous

Installing the docker images for NetBackup

Next

Installing the docker images and binaries for MSDP Scaleout

Feedback

Was this page helpful?