Source: faun.pub

From Minikube to Kind

Category: Kubernetes, Ubuntu, Docker, automation

Be kind to all”, - everybody has their own stories. Kubernetes in Docker” aka Kind is changing the way one can setup k8s cluster locally.

This is ideal for local development and testing of kubernetes based applications.

With this setup, one can log in to the container using docker exec and view what is happening inside the cluster as seen below in usage.

The kind binary helps to perform every action related to kind, like creating clusters, deleting clusters, viewing clusters, pushing images to clusters etc.

Related Articles