Kubernetes Cluster Maintenance
Upgrading kubeadm clusters
apt update
apt-cache madison kubeadm
# find the latest 1.27 version in the list
# it should look like 1.27.x-00, where x is the latest patch
upgrading in ubuntu
# replace x in 1.27.x-00 with the latest patch version
apt-...
gauri1504.hashnode.dev7 min read