How can I easily create a kubernetes cluster on KVM? How can I easily create a kubernetes cluster on KVM? kubernetes kubernetes

How can I easily create a kubernetes cluster on KVM?


I have tried a lot of tools to train for the CKAD certification. For my usage, the better option for a local cluster was k3s and multipass (for online clusters, I have used Civo). Both are very fast to proceed their respective tasks, so it allows me to create clusters at will and dispose them to be able to work on clean environments.

  • multipass to create VM quickly
  • k3s which is nothing else than a lightweight kubernetes

You can find easily some tutorials to automate the creation of clusters for example: