Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure the following parameters in the Helm Chart and name the file values.yaml.

  2. 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.

  3. 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
titleWhat constitutes the licensed node count for a Groundplex Kubernetes deployment?

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
titleWhich configuration would determine license compliance if a customer user is licensed for 4 8*32 nodes? Is it no of Nodes, Pods or Container?

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.

...