Installation using werf and Helm

Install Helm

The kmdworkzone chart requires Helm 3.7+ for successful installation. Check your Helm release before installation.

  1. Open a PowerShell console as administrator and execute the following command:
    choco install kubernetes-helm

    The copy image is missing

  2. Verify the Helm version by executing the following command:
    helm version --short

    The copy image is missing

Install werf

Use werf to deploy WorkZone with a single command and ensure that the deployment happens in a specific order. Only when the first container in a repo is deployed successfully, the remaining containers in the repo will be deployed according to a specific order. See Order of containers. In case of any error while deploying the container, werf will stop deploying the containers. The werf tool provides a deployment status (In Progress, Completion, or Error) with a color code.

Werf is a wrapper of Helm, so please refer both to helm.sh and werf.io for reference. Refer to werf.io for installation guidance.

Tip: Set the target OS in the werf.io guide to get the right instructions for installation.