5 ms·
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.
by Felmioytfr 4y 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.
- p_l 4y agoThere's separated kubernetes api-only server (to run just the control plane) and a virtual kubelet implementation that actually runs systemd services.
- Felmioytfr 4y agoDo you have a name or link?
- p_l 4y agoKCP (api-only server): https://github.com/kcp-dev/kcp https://github.com/kcp-dev/kcp SystemK (virtual kubelet): https://github.com/virtual-kubelet/systemk https://github.com/virtual-kubelet/systemk