Closed misaelvf2 closed 3 years ago
We need to instantiate a Kubernetes cluster on local infrastructure.
There are several ways to do this: Minikube, Kind, Rancher, etc..
I was able to create a local Kubernetes cluster using Kind. This is a quick and easy way to bootstrap a local Kubernetes cluster. In the background, it uses Docker containers to emulate the nodes in the cluster.
We need to instantiate a Kubernetes cluster on local infrastructure.
There are several ways to do this: Minikube, Kind, Rancher, etc..