Tag: #high-availability
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Ingress Controller High Availability and Scaling
An operations guide to running an Ingress controller with zero downtime: HA topologies (DaemonSet vs Deployment+HPA), HA per exposure method, graceful drain and zero-downtime deploys, minimizing reload impact, leader ele
2026-06-14 · 11 min read #ingress#kubernetes#nginx#high-availability#networkingRedis Cluster High Availability and Failover Guide
A practical guide to Redis Cluster high availability architecture, failover mechanisms, and production operations.
2026-03-14 · 20 min read #redis#database#high-availability#cluster#sentinelRedis Cluster Architecture and High Availability Operations Guide: Sentinel, Cluster Mode, Memory Optimization, and Disaster Recovery
Compare Redis Standalone, Sentinel, and Cluster deployment modes. Cover Sentinel quorum-based failure detection and automatic failover, Cluster hash slots and resharding, PSYNC replication, maxmemory policies and LRU/LFU
2026-03-12 · 14 min read #database#redis#cluster#sentinel#high-availabilityCockroachDB Distributed SQL and NewSQL Operations Guide
A practical operations guide for CockroachDB distributed SQL database, covering cluster management, performance tuning, and disaster recovery.
2026-03-08 · 22 min read #database#cockroachdb#distributed-sql#newsql#high-availabilityPractical Guide to Redis Cluster Setup and Operations — Sharding, Replication, and Failover
Covers everything needed for Redis Cluster operations — from architecture to 6-node cluster setup, hash slots, automatic failover, and resharding — with practical code examples.
2026-03-03 · 31 min read #database#redis#redis-cluster#sharding#high-availabilityThe Complete Guide to Redundancy — The Secret Behind 99.999% Availability
From dual redundancy to triple redundancy, Active-Standby, Active-Active, N+1, split brain, and quorum. We explain why the difference between 99.9% and 99.999% translates to 8 hours vs. 5 minutes of annual downtime, with
2026-03-02 · 8 min read #architecture#high-availability#redundancy#failover#load-balancing