Sarthak ShyngleforKeploy Tech Blogkeploy-blog.hashnode.dev·Dec 16, 2024How to Test Traffic with a Custom Kubernetes ControllerK8s controllers and operators In k8s world every resource created via controller. Like there are inbuilt controllers for pods, deployments , replica set etc. So basically, Controllers are nothing but a control loop that continuously monitor the state...Kubernetes
Muhammad Talhadata-driven-traffic-management.hashnode.dev·Dec 13, 2024Data Driven Traffic Prediction and Smart SignalingAbstract In an era where urbanization is rapidly increasing, managing traffic efficiently has become a critical challenge for city planners and transportation authorities. This project aims to harness the power of data analytics and machine learning ...Data Science
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...34 readstraffic distribution
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...AWSAWS
Aaditya Goenkagoenka.dev·Sep 6, 2024Network Traffic Monitor DocumentationNetwork Traffic Monitor: My Journey in Real-Time Traffic Monitoring Introduction: The Problem As a cybersecurity enthusiast and network administrator, I often found myself wondering what was happening on my network in real-time. I wanted to see which...27 readsGitHub
Christopher Wilsontechshopper.hashnode.dev·Aug 12, 2024Advanced network protocols: understanding multiprotocol label switching (MPLS) for optimized traffic managementIn the rapidly evolving landscape of digital communication, the demand for efficient, scalable, and reliable network solutions is more critical than ever. As enterprises and service providers strive to meet the growing needs of data traffic, there is...Multiprotocol Label Switching (MPLS)
Sahil Patelblog.spatel.dev·Mar 16, 2024Traefik 101: What It Is and Why You Should Consider ItIn the ever-evolving landscape of cloud-native applications and microservices architectures, managing traffic efficiently is paramount for optimal performance and scalability. Traefik (pronounced "traffic") emerges as a game-changer, offering a light...Traefik
Yilia LinforApache APISIXapisix.hashnode.dev·Jan 29, 2024API7 Enterprise's Canary Traffic Shifting Strategy for Precise Traffic ControlIn a modern microservices architecture, the API gateway serves as the traffic entry of systems, handling crucial tasks such as request routing, identity authentication, rate limiting, and circuit breaker. API7 Enterprise, as a robust API management p...1 likeAPI basics
Sumit Mondalsumit007.hashnode.dev·Jan 9, 2024Magic of Azure Load Balancer: A Symphony of Scalability and ReliabilityIntroduction: In the ever-evolving landscape of cloud computing, the demand for high availability and seamless scalability has become the cornerstone of modern applications. Azure Load Balancer emerges as a beacon of efficiency, orchestrating the tra...Azure - TheoryAzure
Aboobaker Siddiq Rcloud-guy.hashnode.dev·Feb 19, 2023Deploying multiple micro-frontends/UI-apps on a single subdomain in kubernetes service and navigating traffic based on the sub-path (istio)Recently we have faced the challenge of deploying multiple UI applications/micro-frontends on a single subdomain in azure kubernetes service and exposing it via istio ingress. We need to manage the traffic to the application pod using the sub-path in...34 readsKubernetes