...

/

Creating a Local Kubernetes Cluster with Minikube

Creating a Local Kubernetes Cluster with Minikube

In this lesson, we will run a Kubernetes cluster locally using Minikube.

Starting Minikube to Create a Cluster

The folks behind Minikube made creating a cluster as easy as it can get. All we need to do is to execute a single command. Minikube will start a virtual machine locally and deploy the necessary Kubernetes components into it. The VM will get configured with Docker and Kubernetes via a single binary called localkube.

Press + to interact
minikube start --vm-driver=virtualbox

📝 A Note to Windows Users

You might experience problems with VirtualBox. If that’s the case, you might want to use Hyper-V instead.

  • Open a Powershell Admin Window and execute the Get-NetAdapter command, noting the name of your network ...

Access this course and 1400+ top-rated courses and projects.