Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active September 11, 2023 06:28
Show Gist options
  • Save atulkamble/055a1f609e4ec4db78b8bf51a3d36e62 to your computer and use it in GitHub Desktop.
Save atulkamble/055a1f609e4ec4db78b8bf51a3d36e62 to your computer and use it in GitHub Desktop.
Azure AD

Minikube Installation and dependencies

Install Powershell on Windows https://github.com/PowerShell/PowerShell

Install Scoop on windows powershell

iwr -useb get.scoop.sh | iex

Then install kubectl using scoop

scoop install kubectl

Start Minikube

minikube start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment