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 II. Deployment
  4. Deploying Cloud Scale
  5. Deploying Cloud Scale using Helm chart
  6. Single node Cloud Scale Technology deployment
  7. Steps to deploy Cloud Scale in single node
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

Steps to deploy Cloud Scale in single node

To deploy the Cloud Scale Technology on a single node in the Kubernetes cluster, perform the following steps:

  • Deploy operators: To deploy operators, perform points mentioned in step 1.

  • Deploy Cloud Scale: To perform settings in the Cloud Scale, check for points mentioned in step 4.

Steps for deployment

  1. In the operators-values.yaml file, do the following changes:
    • Set 'replicas' to 1 in msdp-operator.

    • Set value to examplepool for every node_selector_value in the nodeSelector section.

    • Set value to agentpool for every node_selector_key in the nodeSelector section.

      To deploy the operators, refer to the section See Deploying the operators.

  2. Do the following in the cloudscale-values.yaml file to deploy the Cloud Scale Technology:
    • Set value to examplepool for every node_selector_value and labelValue in the nodeSelector section.

    • Set value to "agentpool" for every node_selector_key and labelKey in the nodeSelector section.

    • Set 'replicas' to 1 for mediaServers and msdpScaleouts section.

    • Add the section in the msdpScaleouts section:

    resources:
      requests:
        cpu: 6000m
        memory: 16384Mi
      limits:
        cpu: 9000m
        memory: 16384Mi
    # save cloudscale chart values to a file
    helm show values cloudscale-<version>.tgz > cloudscale-values.yaml
      
    # edit chart values to fit your environment
    vi cloudscale-values.yaml
      
    helm upgrade --install cloudscale cloudscale-<version>.tgz -f  cloudscale-values.yaml --namespace <namespace>

Feedback

Was this page helpful?
Previous

Single node Cloud Scale Technology deployment

Next

Deploying Cloud Scale using kubectl plugin

Feedback

Was this page helpful?