Muhamad Dani Ramandamdrdani.my.id·Nov 20, 2024Traefik as Reverse Proxy & Load Balancer LocallyTentang Traefik Traefik adalah reverse proxy dan load balancer modern yang dirancang untuk mengelola lalu lintas web di dalam infrastruktur berbasis microservices. Traefik mendukung integrasi langsung dengan berbagai sistem orkestrasi seperti Docker,...Discuss·32 readsDocker
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 11, 2024Load Balancer-BasicsA load balancer is a device that distributes network traffic across multiple servers to improve the performance and reliability of an application or service. It acts as a single point of contact for clients, sitting between the user and the server gr...DiscussKubernetes Basics: A Beginner’s GuideAWS
Chethana S Vchethanasv.hashnode.dev·Nov 9, 2024Understanding Load Balancers: The Backbone of Scalable SystemsIn today’s digital era, there is a need for high availability, scalability, and much efficient resource utilization. Being a DevOps or Cloud engineer, the most important and necessary component you'll encounter in building reliable systems is the loa...DiscussCloud
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 8, 2024Day 34 Working with Services in Kubernetes 🌐You've made it to Day 34 of your Kubernetes learning journey! Yesterday, you deployed an application in Kubernetes, and today, we’re taking things further by setting up Services to manage how our app can be accessed. Let's dive in! 🌟 What Are Servi...Discuss90Dayofdevopsservices
Niranjan A Sniranjan-as.hashnode.dev·Nov 5, 2024Load Balancing-Traffic Management Simplified 🔃In today's era of high-traffic websites, cloud applications, and massive data requests, load balancing plays a crucial role in ensuring that applications remain available, responsive, and secure. By distributing network traffic across multiple server...Discuss·27 readstraffic distribution
Prashant Katareprashantblog.hashnode.dev·Nov 3, 2024Using Rest Template for Microservices Communication | SpringBootIn this article we will learnt to make Http call using RestTemplate from one microservice to another microservice api and consume data. We have 3 microservices for our Hotel Rating Application → UserService - localhost:8081/users HotelService - loc...Discussmicroservices communication
Siddhartha Soxyprogrammer.com·Nov 2, 2024Navigating Networking Layers: The Journey of Data Through TCPIntroduction As backend engineers, we often take many things for granted without even realizing it, particularly what's happening beneath the surface. Although application programmers may not need to understand these underlying processes, architects ...Discuss·10 likes·56 readsNetworkingApplication Load
Hridhi Kumarikumari-hridhi.hashnode.dev·Nov 2, 2024Create an Internal Load BalancerTask 1. Configure HTTP and health check firewall rules Configure firewall rules to allow HTTP traffic to the backends and TCP traffic from the Google Cloud health checker. Explore the my-internal-app network The network my-internal-app with subnet-...DiscussLoad Balancing
Amulyaawscloudbasics.hashnode.dev·Oct 31, 2024Understanding AWS Load Balancers: ALB vs NLB vs GWLBLoad balancers are crucial components in modern cloud architecture, helping distribute traffic across multiple servers to ensure high availability and reliability. AWS offers three types of load balancers, each designed for specific use cases. In thi...DiscussAWSAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 25, 2024🚀 Day-12:Project Update: Configuring a Network Load Balancer on AWS 🚀Step-by-steps I recently completed a hands-on project where I configured a Network Load Balancer (NLB) on AWS with Linux and Windows instances as backends, enhancing my skills in load balancing, cross-platform setup, and network-level routing. 🔹 Ste...Discussnetwork application