Skip to main content

Setup Educates

As Educates is powered by Kubernetes, we will need a way to run a cluster locally - luckily, the Educates CLI wraps KinD and can do the heavy-lifting for us.

However, for this setup to work, we will need a container runtime. Our choice will be Docker Desktop, which is also the recommended runtime from KinD's/Educates' perspective.

We will also install kubectl, the official Kubernetes CLI, in order to interact with our cluster in a more fine-grained way than is possible with the Educates CLI.