Hi, I am looking for a simple kubernetes distribution which will run on vanilla tumbleweed with btrfs and will not require a VM. I intend to edit live container/pod code via vscode's docker integration. Seems like minikube does not like btrfs and would require a VM which I don't like on a dev laptop. In Windows and Mac scenarios I just run the kubernetes options of Docker Desktop. This is obviously nothing to expose to the internet or run live workloads, just an easy dev setup. Which option would you suggest? Regards Ralf -- Ralf Lang Linux Consultant / Developer Tel.: +49-170-6381563 Mail: lang@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
On 24/01/2021, at 10:30, Ralf Lang wrote:
I am looking for a simple kubernetes distribution which will run on vanilla tumbleweed with btrfs and will not require a VM. I intend to edit live container/pod code via vscode's docker integration.
Seems like minikube does not like btrfs and would require a VM which I don't like on a dev laptop.
You can use the minikube podman (experimental) or docker driver that doe not require a separte VM: https://minikube.sigs.k8s.io/docs/drivers/docker/
This is obviously nothing to expose to the internet or run live workloads, just an easy dev setup.
Which option would you suggest?
I had the same question some time ago and I went with k3s. Two notable features of k3s that are missing in minikube: - network policy provisioned upon install - possibility of adding more nodes to the cluster -- Michele Bologna <michele.bologna@suse.com> SUSE Software Solutions Italy srl - https://www.suse.com
participants (2)
-
Michele Bologna
-
Ralf Lang