misaelvf2 / cluster-scoped-cicd

Apache License 2.0
0 stars 0 forks source link

Create local Kubernetes cluster #10

Closed misaelvf2 closed 3 years ago

misaelvf2 commented 3 years ago

We need to instantiate a Kubernetes cluster on local infrastructure.

There are several ways to do this: Minikube, Kind, Rancher, etc..

misaelvf2 commented 3 years ago

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.