Get a Single-Node Kubernetes Cluster with Docker Desktop
Learn how to install a Kubernetes cluster using Docker Desktop.
We'll cover the following...
Setting up Docker Desktop
Docker Desktop ships with a built-in single-node Kubernetes cluster. All you have to do is enable it, and you’ll be able to use it for most of the examples in the course. However, You won’t be able to use it for the examples that require multiple nodes.
Skip to the next lesson if you plan to use a multi-node cluster on the Civo Cloud. ...