October 2019
Intermediate to advanced
520 pages
13h 5m
English
Google Kubernetes allows us to simply upgrade cluster components without having to install anything manually. The master and the nodes are upgraded separately. Remember that masters can only work with nodes up to two minor versions older than their own version. Let's get started:
gcloud container get-server-config
gcloud container clusters upgrade $CLUSTER_NAME --master
Read now
Unlock full access