Install KinD On Linux
Learn how to install KinD on Ubuntu.
We'll cover the following...
Kubernetes distribution
Due to high configurability of Kubernetes, it’s really hard to set it to compile and run code from its public repository. For this reason, many so-called distributions are making things easy for us.
Some of them are built to be production ready and some are aiming to be lightweight, to make local development easy. ...