Hi fellow #Kubernetes friends, Im using #hetznerk3s; my masters and workers are #Ubuntu machines. How do you all deal with upgradable packages for those machines?
It does not feel very chill to just leave those as they also contain kernel upgrades etc.
@whyhankee you can try to setup unattended upgrades on Ubuntu and Kured on Kubernetes, but I tend to recommend to use an immutable OS (Flatcar, Kairos or MicroOS) because in case of failed upgrade it may be less problematic.
@OatPotato thanks for your reply.
Kured seems to be a good solution when I get tired of doing it manually for some time. Luckily I don’t have that many nodes. Yes, something like #microos would be nice but #hetzner does not seem to support it now
@whyhankee Hetzner doesn't provide the image but you can upload one with hcloud-upload-image (I use it to upload custom Kairos images, works great)
@OatPotato Actually I did not know that was possible. I wish I had known that sooner. For now Im gonna stick to Ubuntu for some time but I will definitely keep that in mind. Tyvm!