Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

A load balancer distributes traffic across multiple servers, improving availability and scalability. It directs requests to healthy servers and can perform SSL termination, reducing server load. Examples include Nginx, HAProxy, and AWS ELB.

License

Notifications You must be signed in to change notification settings

natthasath/template-python-fastapi-load-balancer

Repository files navigation

🎉 Template Python FastAPI Load Balancer

A load balancer distributes traffic across multiple servers, improving availability and scalability. It directs requests to healthy servers and can perform SSL termination, reducing server load. Examples include Nginx, HAProxy, and AWS ELB.

version rating uptime

🏆 Run

docker-compose up -d --scale app=3

About

A load balancer distributes traffic across multiple servers, improving availability and scalability. It directs requests to healthy servers and can perform SSL termination, reducing server load. Examples include Nginx, HAProxy, and AWS ELB.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages