Author: Kevin Klinger
July 26, 2021 12:59 pm
7,146 viewsLive patching Kubernetes nodes
Kernel live patching Kubernetes nodes using Rancher's system-upgrade-controller
Rancher's system-upgrade-controller allows to upgrade Kubernetes nodes using privileged pods within that Kubernetes cluster. This can be very helpful to install latest updates to fix CVE or to upgrade used software to a later version. But sometimes those updates require the system to reboot to take effect.
[…]