|
|
|
|
|
by figmert
416 days ago
|
|
> What I really wish for is a lightweight alternative offering a Kubernetes-compatible API that runs well on inexpensive VPS instances. The gap between enterprise-grade container orchestration and affordable hobby hosting remains frustratingly wide. Depending on how much of the Kube API you need, Podman is that. It can generate containers and pods from Kubernetes manifests [0]. Kind of works like docker compose but with Kubernetes manifests. This even works with systemd units, similar to how it's outlined in the article. Podman also supports most (all?) of the Docker api, thus docker compose, works, but also, you can connect to remote sockets through ssh etc to do things. [0] https://docs.podman.io/en/latest/markdown/podman-kube-play.1... [1] https://docs.podman.io/en/latest/markdown/podman-systemd.uni... |
|