...
Configure the following parameters in the Helm Chart and name the file values.yaml.
In the Helm Chart console, run the following command:
$ helm install snaplogic <helm_chart_folder>
Where <helm_chart_folder> is the Helm Chart zip file, which you can download from this document.Run the
helm list
command to determine the status of the deployment.
The following sample output shows a successful deployment:If you deploy the Snaplex JCC nodes but resources in the Kubernetes environment are not available to fulfill the Helm Chart, then your deployment goes into a pending state until sufficient resources are available. The The following sample output shows the pending status of resources:
...
Expand | ||
---|---|---|
| ||
You can split the license volume across multiple Nodes and Pods as long as if you do not exceed the allocated CPU and memory (for a 4-container configuration). |
Expand | ||
---|---|---|
| ||
If a customer user is licensed for four 8*32 nodes, then they should deploy not more than four Kubernetes containers, each assigned no more than 8vCPU and 32GB RAM. |
...