IKA SAKIBikasakib.hashnode.dev·Aug 9, 2024Layer 4 Load Balancing Using NginxWhat is load balancing? Load balancing lets us distribute incoming network traffic across multiple resources ensuring high availability and reliability by sending requests only to resources that are online. This provides the flexibility to add or sub...56 readslayer-4-load-balancing
Aniket Purohitaniketpurohit.hashnode.dev·Aug 7, 2024Understanding Nginx: The Web Server and BeyondWritten by Aniket Purohit By the end of this blog, you'll understand what Nginx is, why it was created, and how it is used in the real world. We’ll cover features like load balancing, caching, security, and how Nginx works with Kubernetes. What is ...10 likesNginx Tutorial