#kubeweek #day 6
Upgrading kubeadm clusters
Make sure to back up any important components, such as app-level state stored in a database.
Determine which version to upgrade to
apt update
apt-cache madison kubeadm
# find the latest 1.27 version in the list
# it should ...
goutamdevops.hashnode.dev2 min read