Hacker News new | ask | show | jobs
by techntoke 2528 days ago
Sort of but it uses the Docker daemon in the Minikube VM currently, but Minikube currently supports a --vm-driver=none option to deploy Minikube Kubernetes without using a VM (which is currently not recommended due to security issues of sharing the Docker daemon). However, deploying Kubernetes in a container (or containers) would greatly speed up the deployment and make it a lot easier to manage than a VM.

Since Podman supports rootless containers it should mitigate this security risk. Really there needs to be an easy way to deploy Kubernetes to Podman on Linux. It would make things a lot easier overall and make Podman the ideal option for local Kubernetes on Linux.

1 comments

I'm down to work on this. Do you want to team up and give it a shot?
Very kind of you to ask, but unfortunately I don't have time to work on this right now. Here are some resources to help get started though and maybe a community that can help:

https://github.com/kubernetes/minikube/blob/master/docs/vmdr...

https://rootlesscontaine.rs/

https://github.com/rootless-containers

https://github.com/containers/libpod/blob/master/rootless.md