Create a folder under user’s home
mkdir ~/k8s
Go to k8s folder
cd ~/k8s
Get the Kubectl executable run in gitbash:
curl.exe -LO "https://dl.k8s.io/release/v1.28.4/bin/windows/amd64/kubectl.exe"
Append or prepend the kubectl binary folder (k8s) to your PATH environment variable. Use System Variables section:


To get HELM, download the HELM binary from:
curl -LO https://get.helm.sh/helm-v3.13.2-windows-amd64.zip
Unzip folder
unzip helm-v3.13.2-windows-amd64.zip
Move HELM binary to upper folder
mv windows-amd64/helm.exe .
Releases ยท helm/helm (github.com): Install Kubectl and HELM in Windows