Y
Hacker News
new
|
ask
|
show
|
jobs
by
p_l
1228 days ago
There's separated kubernetes api-only server (to run just the control plane) and a virtual kubelet implementation that actually runs systemd services.
1 comments
Felmioytfr
1228 days ago
Do you have a name or link?
link
p_l
1228 days ago
KCP (api-only server):
https://github.com/kcp-dev/kcp
SystemK (virtual kubelet):
https://github.com/virtual-kubelet/systemk
link