DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How We Upgrade Kubernetes on GKE

4 years ago blog.gojekengineering.com
How We Upgrade Kubernetes on GKE

Summary: This is a summary of an article originally published by the source. Read the full original article here →

If you’re running Kubernetes on GKE, chances are there’s already some form of upgrades for the Kubernetes clusters in place. The focus of this blog is how one can attempt to keep up with this release cycle.

The process of master node upgradation is very opaque in nature, as GKE manages the upgrade for you and not the cluster operator, which might not give you a lot of visibility on what exactly is happening.

Kubelet is the process, which actually listens to the api-server for incoming instructions to schedule/delete pods to the node in which it is running.

For stateless applications, the simplest thing to do is to increase the replicas to reflect the number of zones in which your nodes are present.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com