Tagged articles
5 articles
Page 1 of 1
DevOps Cloud Academy
DevOps Cloud Academy
May 6, 2024 · Cloud Native

How to Deploy a Highly Available Application on Kubernetes

This article explains key Kubernetes configurations—such as pod replicas, pod anti‑affinity, deployment strategies, graceful termination, probes, resource allocation, scaling, and disruption budgets—to achieve high availability and zero‑downtime deployments for containerized applications in production.

Cloud NativeKubernetesProbes
0 likes · 20 min read
How to Deploy a Highly Available Application on Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Aug 31, 2023 · Cloud Native

How to Achieve Zero‑Downtime Deployments with Kubernetes

Learn how to configure Kubernetes for zero‑downtime applications by syncing container images, ensuring multiple pod replicas, using PodDisruptionBudgets, selecting appropriate deployment strategies, setting up liveness/readiness probes, handling graceful termination, applying pod anti‑affinity, and enabling autoscaling and proper resource limits.

KubernetesProbesZero Downtime
0 likes · 12 min read
How to Achieve Zero‑Downtime Deployments with Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2023 · Cloud Native

Achieving Zero‑Downtime Applications with Kubernetes

This article explains why and how to use Kubernetes features such as multiple pod replicas, PodDisruptionBudgets, deployment strategies, health probes, graceful termination, anti‑affinity, resource limits, and autoscaling to build zero‑downtime, highly available applications.

Deployment StrategiesHealth probesKubernetes
0 likes · 12 min read
Achieving Zero‑Downtime Applications with Kubernetes
Programmer DD
Programmer DD
Mar 12, 2020 · Cloud Native

Achieve Zero‑Downtime Updates in Your Kubernetes Cluster

This article explains how to perform zero‑downtime updates on a Kubernetes cluster by using native tools such as pod lifecycle hooks, graceful termination, and PodDisruptionBudgets, guiding you through a step‑by‑step series that covers draining nodes, graceful pod shutdown, and avoiding service interruptions.

Cluster MaintenanceKubernetesZero Downtime
0 likes · 7 min read
Achieve Zero‑Downtime Updates in Your Kubernetes Cluster