I want to use tool running k8s in single node for devlopment. But without using VM. I could find tools using vm. But I could not find tools without vm. Microk8s is only tool satisfing my condition.
Is there any other options?
Thank you.
Checkout K3s : Lightweight Kubernetes. Easy to install, half the memory, all in a binary less than 50mb.
You can use kind https://github.com/kubernetes-sigs/kind
and minikube without VM by minikube start --vm-driver=none