SNShashwat Naikinbooting-to-cloud.hashnode.dev·1d ago · 7 min readRoute 53 — DNS, Routing Policies & Hybrid DNSRoute 53 Route 53 is AWS's DNS service — it manages DNS names and domain registration. Core areas: hosted zones, record types, health checks, record TTL, routing policies, resolver endpoints, and hybr00
HRHritik ranjaninblogs.hritikranjan.in·Jun 21 · 25 min read🚀 AWS Week 2 – Mastering AWS Networking & Security | VPC to Route 53 Complete Guide☁️ AWS VPC Deep Dive | Complete Beginner Guide to Virtual Private Cloud & Networking 🚀 📘 Introduction to AWS VPC (Virtual Private Cloud) AWS provides many cloud services like EC2, RDS, S3, Lambda,00
OIObinna Iheanachoindev-acho.hashnode.dev·May 30 · 14 min readFrom NGINX Ingress to Gateway API: How I Modernised My Homelab Kubernetes ClusterIf you've been following this series, you know I've been building a production-grade Kubernetes homelab on three Raspberry Pi 4s. In the previous posts, I covered the hardware setup, OS installation, 00
PMPuppala Manikanta Pavan Kumarindevopswithpmpk.hashnode.dev·May 30 · 6 min readUnderstanding DNS (Domain Name System) and AWS Route 53Have you ever wondered what happens behind the scenes when you type www.google.com into your browser and instantly land on Google's website? The magic behind this process is a system called DNS (Domai00
ANAnthony Nzukiintonynzuki.hashnode.dev·Apr 28 · 3 min readPart 4: Latency-Based Routing PolicyIntroduction There's one question that matters most when building globally distributed applications. The question is, how do you give users the fastest possible response without any lag?Latency-based 00
ANAnthony Nzukiintonynzuki.hashnode.dev·Apr 28 · 3 min readPart 2: Simple Routing PolicyIntroduction If you’ve configured DNS before, chances are you’ve already used a form of simple routing without realizing it.In this blogpost, we will use the most straightforward way to map a domain n00
ANAnthony Nzukiintonynzuki.hashnode.dev·Apr 28 · 2 min readPart 3: Geolocation Routing PolicyIntroduction In a globally distributed application, not all users should be treated the same. There are certain scenarios that would prompt you to block access to your web application: Regulatory & L00
RGRama Grandhiindevopswithkube.hashnode.dev·Apr 8 · 5 min readHow Traffic Flows in Kubernetes: A Beginner’s Guide to Routing 🧩What Happens When a User Clicks a URL? Generally, when a user clicks on a URL, the request goes through multiple stages in the background, and within seconds the user receives a response. Let’s walk t00
ADAayush Darangeinaayush-dev.hashnode.dev·Apr 7 · 5 min readAWS Route 53: DNS as a ServiceEvery application you've ever built on AWS has an IP address. Your EC2 instance has one. Your load balancer has one. None of those IP addresses are what your users type into a browser - and the gap be60
ANAnthony Nzukiintonynzuki.hashnode.dev·Mar 24 · 3 min readPart 1 : Weighted Routing Policy (step‑by‑step demo)Intro / when to use weighted routing Weighted routing lets you split traffic across multiple resources by assigning each record a numeric weight. Use it when you want: Gradual traffic shifts (canary 00