How to do quick Kubernetes POCs using kind?

In this blog I will introduce kind. kind is a tool for running local Kubernetes clusters but this tool is different from other tools for running local Kubernetes cluster. The difference is in the fact that kind runs your whole kubernetes cluster inside a docker container. Yes…. It may seem strange but it is possible … Continue reading How to do quick Kubernetes POCs using kind?