Hacker News new | ask | show | jobs
by Felmioytfr 1225 days ago
K8s doesn't need to do unlimited things.

Why run docker if you can push k8s further down with perhaps less features?

K8s could be as lightweight as nomad.

1 comments

There's separated kubernetes api-only server (to run just the control plane) and a virtual kubelet implementation that actually runs systemd services.
Do you have a name or link?
KCP (api-only server): https://github.com/kcp-dev/kcp

SystemK (virtual kubelet): https://github.com/virtual-kubelet/systemk