inercia / k3x

A UI for local Kubernetes clusters created with k3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podman support?

garrett opened this issue · comments

Fedora, CentOS, and Red Hat Enterprise Linux have dropped Docker (Moby) and switched to Podman, which doesn't require a daemon. It does have API support (which is what we're using in cockpit-podman) We're specifically the new Podman 2.0 API, not the deprecated varlink API.

The new API has a podman-specific API and a Docker-compatible version.

Podman's API is documented at https://docs.podman.io/en/latest/_static/api.html and there's a simple overview @ https://www.redhat.com/sysadmin/podmans-new-rest-api

Additionally, Podman is used in SUSE distros (openSUSE Tumbleweed and Leap, and also SUSE Linux Enterprise). It's also made its way into Debian recently and should be in Ubuntu soon as well.

Supporting podman would be a very nice feature, but k3x does not interact with docker directly: all the heavy work is done by k3d. k3d is currently using the Docker API so, until k3d supports podman is some other way, this will not be possible. There is an open issue in the k3d repo about this though.

Cool, thanks!

I see that k3d 3.4.0 and Podman 2.2.1 are now sufficiently compatible with each other to start the k3s container.

The k3x flatpak still bundles k3d 1.7.0, however.

commented

https://k3d.io/v5.4.0/usage/advanced/podman/ suggests that this should be fairly easy to configure, but I cannot get it working as described with symlinks :( Any chance this issue can get a bump up in priority? 🙏 ❤️

Especially considering that k3d-io/k3d#84 seems to be resolved.