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
- In the
operators-values.yaml file, do the following changes:Set 'replicas' to 1 in
msdp-operator.Set value to
examplepoolfor everynode_selector_valuein the nodeSelector section.Set value to
agentpoolfor everynode_selector_keyin the nodeSelector section.To deploy the operators, refer to the section See Deploying the operators.
- Do the following in the
cloudscale-values.yamlfile 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_keyandlabelKeyin the nodeSelector section.Set 'replicas' to 1 for
mediaServersandmsdpScaleoutssection.Add the section in the
msdpScaleoutssection:
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>