Search⌘ K

Exploring the Options

Explore different approaches to set up a local Kubernetes cluster, focusing on Minikube as a straightforward solution. Learn how to create and manage a single-node cluster on your machine to grasp Kubernetes fundamentals and prepare for more complex deployments.

Different ways to set up a cluster

One of the goals of this course is to limit the learning expense to a minimum. This is why we ran the Kubernetes cluster directly on the platform. In this chapter, you will learn how to create a local Kubernetes cluster on your local machine.

There are quite a few ways to set up a local Kubernetes cluster:

  • We can, for example, ...