Month January 2026

How to Setup a High Availability Pacemaker Cluster on CentOS

redhat cluster

A High Availability (HA) cluster ensures that your services remain online even if a server hardware failure occurs. This guide walks you through a production-ready setup using Pacemaker, Corosync, and Shared Storage. 1. Prerequisites & Environment You will need two…

Differrent Kubernetes Pod status

kubernetes pod status

Kubernetes Pod Status Reference In Kubernetes, pod health is tracked through a high-level Phase and more specific Container States. When you run kubectl get pods, the STATUS column provides a summary of these combined values. 1. The 5 Pod Phases…