Local Kubernetes Cluster
Learn how we can create a Kubernetes cluster on the local machine.
We'll cover the following...
This lesson will walk us through building a single-node Kubernetes cluster with Docker Desktop.
We’ll need to complete the following steps to build the cluster:
Install Docker Desktop.
Enable Docker Desktop’s built-in Kubernetes cluster.
Test our cluster.
Install Docker Desktop
Docker Desktop is the easiest way to get Docker, Kubernetes, ...