Skip to content

Instantly share code, notes, and snippets.

View alexbegg's full-sized avatar

Alex Begg alexbegg

View GitHub Profile
@alexbegg
alexbegg / Install-Kubectl-and-Helm-on-Windows.md
Created August 25, 2022 23:01
Install Kubectl and Helm on Windows

Install Kubectl and Helm on Windows

To make it easier to install and manage kubectl and helm on Windows I recommend using Chocolatey:

  1. Start a PowerShell terminal running as Administrator (this is needed for all Chocolatey commands).

  2. Install Chocolatey by following the directions on https://docs.chocolatey.org/en-us/choco/setup.

  3. Install the kubernetes-cli Chocolatey package to install kubectl:

@alexbegg
alexbegg / gist:ad86671084e9b76b12851b5fd37e775b
Created August 25, 2022 18:48
Install Helm Diff on Windows (PowerShell)
tar -C $env:APPDATA\helm\plugins -xzf <download path of helm-diff-windows-amd64.tgz>