Hacker News new | ask | show | jobs
by twic 1001 days ago
> The original Quadlet repository describes Quadlet this way:

> What do you get if you squash a Kubernetes kubelet?

> A quadlet

So it's based on reinterpreting the root "kuber-" which ultimately means something"to do with "turn", as "cube", and then metaphorically reducing a cube to a square.

1 comments

I thought it was half a K8s.
They squashed kubelet, not K8s. By that, they probably mean that they got rid of the kubelet and delegated its functionality to systemd (which is already there besides the kubelet if the node uses systemd based distro). Note that quadlet is also capable of creating services based on K8s manifest.
Your explanation makes sense. Thanks.