Kamal deploy multiple servers and multiple targets (replicas) per server #139
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
@OsamaHaikal the load balancing support has shipped on the proxy side, but we haven't added the Kamal side yet. Planning for that to be in the next Kamal release. If you want to load balance a deployment in the meantime you would have to set that part up manually. The way I'm doing it on my apps is to run a separate instance of Kamal Proxy as the load balancer, and use There is also an un-merged Kamal PR that you might find helpful, if you don't mind running a fork of Kamal. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I saw that there is #15 is already closed .. but can't find a docs in kamal deploy site how to do the setup and deploy multiple targets per server and to multiple servers ..
for example i have 3 nodes and each node 8 replicas .. is it achievable by kamal depoly and kamal proxy?
Beta Was this translation helpful? Give feedback.
All reactions