NVNaveenKumar VRinclaybrainer.com·Jun 7 · 15 min readKubernetes Networking : Part 2 : Guide to Kubernetes Service TypeIn the previous blog, we explored the fundamentals of Kubernetes Services, where we discussed how Pods communicate with each other, the role Services play, and how the communication actually works beh00
SBSwastisunder Badatyainswasti.hashnode.dev·May 31 · 7 min readUnderstanding Network DevicesEvery time you open YouTube, Instagram, Netflix, or any website… your request travels through many different network devices before reaching server. Most beginners thinks internet is just: Laptop → In00
FGFrances Georgeinvirtualmachineapache.hashnode.dev·May 30 · 11 min readAzure VMSS & Apache2 SetupIntroduction Microsoft Azure Virtual Machine Scale Sets (VMSS) is a service that allows you to deploy and manage a group of identical virtual machines as a single unit, enabling automatic scaling of t00
HBHimanshu Balaniinblog.himanshubalani.com·May 10 · 7 min readNetwork Devices: Understanding the Hardware That Powers the WebWe write an API, deploy it to "the cloud," and trust that when a user types a URL, HTTP requests will just magically find their way to our servers. But the cloud is not an abstract entity. The cloud i00
SCSammed Chouguleinaws-saa-journey.hashnode.dev·May 6 · 16 min readScaling Compute on AWS: EC2, Load Balancers, and Auto ScalingIt was a Tuesday morning launch. The marketing team had prepared a product announcement for weeks, and the engineering team had manually resized the web server from a t3.small to a t3.xlarge the night00
ACAdarsh Choubeyinnetworking--basics.hashnode.dev·Apr 25 · 2 min read🌐 Networking Basics Explained: Router, Modem, Firewall, Load Balancer, Switch & Hub🔌 1. Router A router connects different networks together. 👉 It connects your home network to the internet 👉 It decides where data should go Example: When you open a website, the router sends your 00
MSMuhammad Sajid Bashirincloud-sajidbashir24h.hashnode.dev·Apr 25 · 6 min readBuilding a Scalable AWS Web Application: A Step-by-Step Architecture RunbookWhen you are first getting started with cloud infrastructure, clicking through the AWS Management Console is a great way to learn. However, transitioning from manual clicks to a documented, repeatable00
BBGyaniinblog.bgyani.co.in·Apr 11 · 5 min readSession Persistence Explained1. Problem Statement Imagine this: A user logs into your application, adds items to their cart...Everything works fine. Then suddenly — they get logged out or their cart is empty. Why? Because their n22A
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
4404voidin404void.hashnode.dev·Apr 4 · 13 min readOCI Networking Demystified — Part 2: How the Flexible Load Balancer Really Communicates with Backend ServersIn Part 1, we established the most important mental model for OCI networking: The VNIC is the unit of security control. We also introduced two approaches for controlling backend VM ingress from a Lo00