DORSETRIGS
Home

load-balancing (35 post)


posts by category not found!

Load balancing with layer 7 or layer 4

Load Balancing Layer 4 vs Layer 7 Explained In today s world of web applications and online services ensuring that user requests are managed efficiently is cruc

3 min read 08-10-2024 91
Load balancing with layer 7 or layer 4
Load balancing with layer 7 or layer 4

Single haproxy instance running on http as well as tcp mode

Single HA Proxy Instance Serving HTTP and TCP Traffic with Grace HA Proxy is a powerful load balancer and proxy server known for its efficiency and versatility

2 min read 07-10-2024 87
Single haproxy instance running on http as well as tcp mode
Single haproxy instance running on http as well as tcp mode

HAProxy connect to backend with source IP

Preserving Source IP When Routing Traffic with HA Proxy Problem You re using HA Proxy as a load balancer but you need your backend servers to see the original c

3 min read 07-10-2024 85
HAProxy connect to backend with source IP
HAProxy connect to backend with source IP

Network Load Balancer to TCP Server in Private Subnet

Routing Traffic to a Private TCP Server with a Network Load Balancer The Challenge Securely Exposing a Private TCP Service Imagine you have a powerful TCP serve

2 min read 06-10-2024 92
Network Load Balancer to TCP Server in Private Subnet
Network Load Balancer to TCP Server in Private Subnet

Load balancer on Nginx give 502 Bad Gateway

Decoding the 502 Bad Gateway Error in Nginx Load Balancers The dreaded 502 Bad Gateway error is a common headache for anyone running a web application behind a

2 min read 06-10-2024 65
Load balancer on Nginx give 502 Bad Gateway
Load balancer on Nginx give 502 Bad Gateway

AWS Terraform target group for vpc endpoints

Leveraging AWS Terraform for Efficient VPC Endpoint Target Group Management Managing AWS services within a private network often achieved using VPC Endpoints ca

2 min read 06-10-2024 80
AWS Terraform target group for vpc endpoints
AWS Terraform target group for vpc endpoints

What is the difference between Reverse proxy and Load balancer?

Reverse Proxies vs Load Balancers Unveiling the Key Differences In the realm of web application architecture reverse proxies and load balancers are essential co

2 min read 06-10-2024 84
What is the difference between Reverse proxy and Load balancer?
What is the difference between Reverse proxy and Load balancer?

How to create a LoadBalancer on GCP with two instances?

Setting Up a Load Balancer on GCP with Two Instances A Step by Step Guide Introduction In todays world building reliable and scalable applications is crucial Lo

2 min read 05-10-2024 78
How to create a LoadBalancer on GCP with two instances?
How to create a LoadBalancer on GCP with two instances?

How to get visitors remote IP behind a load balancer and Cloudflare and have the remote IP also available to Apache

Unveiling the Mystery How to Get the True Remote IP Behind a Load Balancer and Cloudflare in Apache The Problem Many web applications rely on knowing the visito

2 min read 04-10-2024 85
How to get visitors remote IP behind a load balancer and Cloudflare and have the remote IP also available to Apache
How to get visitors remote IP behind a load balancer and Cloudflare and have the remote IP also available to Apache

How do I inquire into windows server about resources from a client java app

Querying Windows Server Resources from a Java Client Application Problem You re building a Java application that needs to gather information about resources ava

2 min read 04-10-2024 124
How do I inquire into windows server about resources from a client java app
How do I inquire into windows server about resources from a client java app

Traefik loadbalancer is sequential not parallel

Unmasking Traefiks Load Balancing Secrets Why Sequential Isnt Always Better Traefik a popular open source reverse proxy and load balancer is renowned for its ea

2 min read 04-10-2024 95
Traefik loadbalancer is sequential not parallel
Traefik loadbalancer is sequential not parallel

Is an Azure Global Load Balancer a single-point-of failure in a high availability scenario?

Understanding Azure Global Load Balancer in High Availability Scenarios When architecting solutions in Azure one critical consideration is how to ensure high av

3 min read 30-09-2024 82
Is an Azure Global Load Balancer a single-point-of failure in a high availability scenario?
Is an Azure Global Load Balancer a single-point-of failure in a high availability scenario?

Internal load balancing between replicas of a stateful app with consistent session based on HTTP request headers

Understanding Internal Load Balancing for Stateful Apps with Session Consistency Based on HTTP Request Headers In modern web application architecture maintainin

3 min read 30-09-2024 89
Internal load balancing between replicas of a stateful app with consistent session based on HTTP request headers
Internal load balancing between replicas of a stateful app with consistent session based on HTTP request headers

METIS fails to partition a 297 nodes graph into 64 parts : bisect a graph with 0 vertices

Understanding METIS and Graph Partitioning Challenges Graph partitioning is a crucial problem in computer science particularly in optimizing parallel computing

3 min read 25-09-2024 132
METIS fails to partition a 297 nodes graph into 64 parts : bisect a graph with 0 vertices
METIS fails to partition a 297 nodes graph into 64 parts : bisect a graph with 0 vertices

Optimizing solution for "Simple Load Balancing" problem on Codingame

Optimizing Solution for the Simple Load Balancing Problem on Codin Game In the world of programming challenges Codin Game offers various scenarios that test our

3 min read 24-09-2024 87
Optimizing solution for "Simple Load Balancing" problem on Codingame
Optimizing solution for "Simple Load Balancing" problem on Codingame

Setup reverse proxy to route requests to two alb's

Setting Up a Reverse Proxy to Route Requests to Two Application Load Balancers ALBs Configuring a reverse proxy can significantly enhance your applications perf

2 min read 24-09-2024 88
Setup reverse proxy to route requests to two alb's
Setup reverse proxy to route requests to two alb's

Dynamic discovery URL inside Openresty setup

Dynamic Discovery URL Inside Open Resty Setup Open Resty is a powerful web server that combines Nginx with Lua scripting enabling developers to build dynamic we

3 min read 17-09-2024 89
Dynamic discovery URL inside Openresty setup
Dynamic discovery URL inside Openresty setup

forward from ElasticLoadBalancingV2 to ElasticLoadBalancing

Forwarding from Elastic Load Balancing V2 to Elastic Load Balancing A Guide When managing cloud infrastructure especially on platforms like AWS understanding ho

2 min read 16-09-2024 91
forward from ElasticLoadBalancingV2 to ElasticLoadBalancing
forward from ElasticLoadBalancingV2 to ElasticLoadBalancing

How to access each Web Server Instance in a Load Balancer Setup Hosted in Cloud like AWS or similar

Accessing Each Web Server Instance in a Load Balancer Setup Hosted in the Cloud In todays cloud computing landscape using a load balancer to distribute traffic

3 min read 14-09-2024 90
How to access each Web Server Instance in a Load Balancer Setup Hosted in Cloud like AWS or similar
How to access each Web Server Instance in a Load Balancer Setup Hosted in Cloud like AWS or similar

nginx as a proxy to a load balancer

Nginx as a Proxy for Load Balancing Enhancing Performance and Reliability Load balancing is a crucial aspect of web application architecture distributing traffi

2 min read 13-09-2024 85
nginx as a proxy to a load balancer
nginx as a proxy to a load balancer

Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?

Trapped in a Loop Nginx Proxy Cloudflare Full SSL and Load Balancer Redirection Have you ever encountered the frustrating scenario where your website seems to b

3 min read 13-09-2024 88
Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?
Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?

WebSockets and HTTPS load balancers

Navigating Web Sockets and HTTPS Load Balancers A Practical Guide The rise of real time applications has made Web Sockets an essential technology for developers

2 min read 06-09-2024 103
WebSockets and HTTPS load balancers
WebSockets and HTTPS load balancers

How to achieve direct-server-return with HAProxy and app server?

Direct Server Return DSR with HA Proxy and Node js A Practical Guide Direct Server Return DSR is a powerful technique used in load balancing to improve performa

3 min read 06-09-2024 86
How to achieve direct-server-return with HAProxy and app server?
How to achieve direct-server-return with HAProxy and app server?

Changing the name of a Load Balancer on AWS Console

Renaming Your AWS Load Balancers A Practical Guide Have you ever inherited an AWS environment with load balancers named things like testing or temp You re not a

2 min read 06-09-2024 95
Changing the name of a Load Balancer on AWS Console
Changing the name of a Load Balancer on AWS Console

NGINX Unknown Directive Stream

NGINX unknown directive stream Error Troubleshooting and Configuration This article will delve into a common issue encountered when configuring NGINX for UDP lo

2 min read 05-09-2024 117
NGINX Unknown Directive Stream
NGINX Unknown Directive Stream