Install and Configure HELM

IntelliService uses Helm charts for installing the release build on K8s cluster. Helm chart is a package that includes all the resources needed to deploy an application to a Kubernetes cluster. This includes YAML configuration files for deployments, services, secrets, and config maps that define your application's desired state. Before you start deploying the IntelliService, install and configure HELM in your local machine and deploy the helm charts.

As a first step, install the helm in your local machine, and configure the system environments. To install the Helm, follow the steps below:

  1. Download the HELM package for Windows OS from the HELM release page.
  2. Extract the downloaded package into your local machine.
  3. In the control panel of the local machine, open Advanced System Settings > System properties.
  4. Click Environment Variables, and in the System Variables, select Path and click Edit.
  5. In the Edit environment variable popup, click New and enter the HELM extracted path.
  6. Click OK to update the path and close the other windows.