24 points
When that happened our DevOps teams migrated all our prod k8’s to podman, with zero issues. Docker who?
21 points
Why would anybody use podman for k8s…containerd is the default for years.
6 points
Maybe you can run containerd with podman… I haven’t checked. I just run k3s myself.
8 points
Yeah, but you don’t need anything besides the runtime with kubernetes. Podman is completely unnecessary since kubelet does the container orchestration based on Kubernetes control plane. Running podman is like running docker, unnecessary attack surface for an API that is not used by anybody (in Kubernetes).
I run k0s at home, FWIW, tried k3s too :)
5 points