Curated articles, resources, tips and trends from the DevOps World.
Summary: This is a summary of an article originally published by the source. Read the full original article here →
Changes are part of all software life cycles but how do we make sure changes are made safely in Kubernetes (k8s)? We will tackle changes to the application, pods, and the underlying infrastructure by leverage k8s’ RollingUpdate property and Pod Disruption Budgets respectively.
Deployments provide a feature for defining how to perform rolling updates on pods.
Since replica is 10, at most you will see 14 pods and at least you will see 6 pods.
When a readiness probe is failing, k8s will not send traffic to the pod and will mark the pod as Unready.
Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com