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 Deployment Guide Using Terraform for Microsoft Azure
  3. Accessing the Cloud Scale environment
  4. Accessing the Cloud Scale Technology environment after deployment
Cohesity Cloud Scale Technology Deployment Guide Using Terraform for Microsoft Azure

Accessing the Cloud Scale Technology environment after deployment

Once the operators are created successfully, the Terraform scripts display deployment as successful. To verify the product deployment status, execute the below commands from the same Terraform Management Server.

  1. Login to Azure environment and execute the command:

    kubectl get namespaces

    After executing the above command, you will get list of namespaces created. You can also view by navigating through UI under Kubernetes resources.

  2. To view the Cloud Scale Technology deployment environment, execute the below command and refer the table for output:

    kubectl get --namespace netbackup all,environments,primaryservers,mediaservers,msdpscaleouts,cpservers

  3. Output:

    NAME                                          READY   STATUS    RESTARTS  AGE
    pod/10-244-117-22.aks-nbux-medium-cfg-te-15902.internal   2/2     Running   0         11m
    pod/dedupe1-uss-agent-54j9t                               1/1     Running   0         11m
    pod/dedupe1-uss-agent-6jnff                               1/1     Running   0         11m
    pod/dedupe1-uss-agent-bbsmn                               1/1     Running   0         11m
    pod/dedupe1-uss-agent-lrktl                               1/1     Running   0         11m
    pod/dedupe1-uss-controller-0                              1/1     Running   0         11m
    pod/dedupe1-uss-mds-1                                     1/1     Running   0         12m
    pod/flexsnap-agent-59fb7f957b-5t5vj                       1/1     Running   0         2m20s
    pod/flexsnap-api-gateway-7b89c8957d-vlj5j                 1/1     Running   0         2m21s
    pod/flexsnap-certauth-65944c6797-vvspm                    1/1     Running   0         3m45s
    pod/flexsnap-coordinator-84ccfd95c5-59ztr                 1/1     Running   0         2m20s
    pod/flexsnap-fluentd-9b22l                                1/1     Running   0         3m8s
    pod/flexsnap-fluentd-collector-85fbc6677b-k2b56           1/1     Running   0         3m7s
    pod/flexsnap-fluentd-rqqkd                                1/1     Running   0         3m8s
    pod/flexsnap-listener-8654fb56d9-4ltrs                    1/1     Running   0         2m18s
    pod/flexsnap-nginx-787878dfb6-j6m6r                       1/1     Running   2         2m21s
    pod/flexsnap-notification-548bf5fdb6-tdwm6                1/1     Running   0         2m19s
    pod/flexsnap-rabbitmq-0                                   1/1     Running   0         2m57s
    pod/flexsnap-scheduler-578d4646fd-z8fcv                   1/1     Running   0         2m19s
    pod/flexsnap-workflow-general-1709012159-12c95675-tpnqw   1/1     Running   0         78s
    pod/media1-media-0                                        1/1     Running   0         6m58s
    pod/nb-postgresql-0                                       1/1     Running   0         39m
    pod/nucleus-env-primary-0                                 1/1     Running   0         34m 
    NAME                                      READY   AGE
    statefulset.apps/dedupe1-uss-controller   1/1     11m
    statefulset.apps/flexsnap-rabbitmq        1/1     2m58s
    statefulset.apps/media1-media             1/1     6m59s
    statefulset.apps/nb-postgresql            1/1     39m
    statefulset.apps/nucleus-env-primary      1/1     34m
    NAME                                                     COMPLETIONS   DURATION   AGE
    job.batch/flexsnap-workflow-general-1709012159-12c95675  0/1           79s        79s
     
    NAME                                                  TAG    AGE   STATUS
    primaryserver.netbackup.veritas.com/nucleus-env       10.4   38m   Success
     
    NAME                                     AGE   TAG    SIZE   READY
    msdpscaleout.msdp.veritas.com/dedupe1    12m   20.4   1      1
     
    NAME                                        TAG   AGE     PRIMARY SERVER                                        STATUS
    mediaserver.netbackup.veritas.com/media1   10.4   7m59s   <buildnumber>.aks-nbux-medium-cfg-te-15902.internal   Success
     
    NAME                                        TAG    AGE     STATUS
    cpserver.netbackup.veritas.com/cpserver-1   10.4   3m56s   Success
  4. Access theCloud Scale TechnologyWeb UI using the https://%3Cprimaryserver%3E/webui/login.

    The primaryserver is the host name or IP address of the NetBackup primary server that you want to sign in to.

Terraform scripts helps to quickly and easily build the infrastructure and deploy Veritas Cloud Scale Technology on desired cloud environment.

Feedback

Was this page helpful?
Previous

Accessing the Cloud Scale environment

Next

Troubleshooting and cleanup environment steps

Feedback

Was this page helpful?