Lemig:
I am preparing for CKAD but cannot use cloud based k8s clusters. Which of the laptop-based (k3s, kind, minikube, …) would be the most compatible with the upstream k8s ?
Ravan Nannapaneni:
I use Docker Dekstop with K8s. Its works too
Tej_Singh_Rana:
Hello, @Lemig
You can go with kind. It’s a developer cert so not needed to configured HA cluster.
If you are not familiar with kind
, then go with vagrant + VB
Tej_Singh_Rana:
You can find vagrantfile in this repo.
https://github.com/kodekloudhub/certified-kubernetes-administrator-course
Lemig:
I have kind installed on my laptop but actually have never used it - will give it a try.