Deploying Sql Server on Kubernetes for High Availability and Disaster Recovery

Deploying Sql Server Always On Availability Group on Kubernetes

In this post we will deploy MS Sql Server in a kubernetes cluster. We will then configure it as an always on availability group.We will also look at synchronization and failover.

January 31, 2022 · (updated December 21, 2024) · 21 min · Pradeep Loganathan
Circuit Breaker pattern

Circuit Breaker Pattern

The Circuit Breaker pattern is a cornerstone of resilient systems, preventing a single component’s failure from causing a catastrophic system-wide outage. This deep dive explores its mechanics, the strategic benefits beyond simple failure handling, the nuances of configuration, and its crucial role in the modern microservices ecosystem.

September 21, 2018 · (updated June 25, 2025) · 7 min · Pradeep Loganathan