Skip to content

Instantly share code, notes, and snippets.

View WesDowney's full-sized avatar
🦛
Let's go 🚀

Wes Downey WesDowney

🦛
Let's go 🚀
View GitHub Profile
@WesDowney
WesDowney / kubernetes-running-locally.md
Last active March 25, 2021 12:09
Run Kubernetes locally on Windows 10 via MiniKube

Install kubectl

choco install kubernetes-cli

Run kubectl version to verify that the version you’ve installed is sufficiently up-to-date.

Configure kubectl to use a remote Kubernetes cluster:

cd C:\users\yourusername (Or wherever your %HOME% directory is)
mkdir .kube