SRSREERAJ Rinsreeraj6.hashnode.dev·Dec 1, 2024 · 3 min readHow to Design a High-Availability Application in KubernetesDesigning a high-availability (HA) application in Kubernetes requires careful consideration of various factors to ensure the application is scalable, reliable, and resilient to failures. In this guide, we’ll walk through the key components needed to ...00
SRSREERAJ Rinsreeraj6.hashnode.dev·Sep 28, 2024 · 2 min readKafka | Publish/subscribe messagingApache Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale. Publish / Subscribe Model Before discussing the specifics of Apache Kafka, it is important for us to unde...00
SRSREERAJ Rinsreeraj6.hashnode.dev·Sep 13, 2024 · 4 min readCDNs Unveiled: How AWS CloudFront and Azure Front Door Enhance Content DeliveryA CDN (Content Delivery Network or Content Distribution Network) is a group of geographically distributed servers interconnected across the globe. These servers form an edge network, referred to as Points of Presence (POPs), which help deliver conten...00
SRSREERAJ Rinsreeraj6.hashnode.dev·Sep 8, 2024 · 3 min readUnderstanding Load Balancers: A Real-World ExampleLoad Balancer is a solution that distributes traffic to the number of servers. Load Balancers distribute traffic to multiple servers during peak traffic time and increase the reliability of the application. Let’s Break It Down with a Real-Life Exampl...00
SRSREERAJ Rinsreeraj6.hashnode.dev·Mar 12, 2023 · 4 min readVirtual Private Cloud (vpc)A virtual private cloud (VPC) is a secure, isolated private cloud hosted within a public cloud. VPC customers can run code, store data, host websites, and do anything else they could do in an ordinary private cloud, but the private cloud is hosted re...00