Skip to main content
Version: 4

Installing dependencies on client for deployment on AKS

This document discusses the steps to install the tools on the Windows system using which you will deploy the application on the cluster.

To installing the tools discussed here, run the following commands on the Powershell as an Administrator in the same order:

  1. Install Chocolatey Package Manager

    1. Run the following command to install Chocolatey:

    2. Close and reopen PowerShell to refresh the environment variables.

    3. Verify the installation by running:

  2. Install Azure CLI

  3. Install kubectl 

  4. Install Helm 

  5. Install kubelogin

  6. Install Lens (Kubernetes IDE)