Load Balancing with Axum #2807
Answered
by
dayvejones
chiefofsinners
asked this question in
Q&A
-
SummaryI'm just wondering whether I'm limited to running Axum on one server? Is it possible to spin up multiple containers that talk to a shared database? axum version0.9.3 |
Beta Was this translation helpful? Give feedback.
Answered by
dayvejones
Jun 26, 2024
Replies: 2 comments
-
You can replicate your app in any way you're used to. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can create any desired amount apps instances. And for balancing, use, for example, Nginx. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chiefofsinners
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create any desired amount apps instances. And for balancing, use, for example, Nginx. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/