Exploring the Options
Learn different ways to set up a Kubernetes cluster and figure out how to set it up locally.
We'll cover the following...
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, ...