Creating a Local Kubernetes Cluster with minikube
Learn how to run a Kubernetes cluster locally using Minikube.
Starting minikube to create a cluster
minikube has 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.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy