Upgrading Kubernetes Nodes without disruptions
Upgrading your kubernetes cluster is a process not to be taken lightly. In this article we will shine a light on a recent outage we experienced while doing so and what we have learned from this.…
Upgrading your kubernetes cluster is a process not to be taken lightly. In this article we will shine a light on a recent outage we experienced while doing so and what we have learned from this.…
For my current customer i'm in the process of migrating their application from Google App Engine Flexible (former Managed VMs) toward Kubernetes running on GKE. During extensive tests I concluded that although pod readinessProbes are optional, they should in fact be mandatory when having a Service connected. What is a…