Any cluster
Any
The easiest way to run a cluster is by using kind if you already have Docker installed on your machine. This will run a docker container with kubernetes cluster running inside.
To start a single-node cluster:
kind create clusterThe easiest way to run a cluster is by using kind if you already have Docker installed on your machine. This will run a docker container with kubernetes cluster running inside.
To start a single-node cluster:
kind create cluster