You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current deployment model, all systems are deployed on the same server and using the same scalability configs as set in Azkfile.js. It isn't possible to deploy systems in different servers nor scale them in runtime (except by running azk scale command from inside the server).
We need to create a new model to relate systems to servers and rearrange and scale them even after deployed.
The text was updated successfully, but these errors were encountered:
fearenales
changed the title
Support distributed deploy
Support multiple-servers deploy
Aug 14, 2015
Is this still on the table, anybody working on that? I would be interested in such a solution - in particular having a AWS EC2 multi-server deployment solution with autoscaling :)
In the current deployment model, all systems are deployed on the same server and using the same scalability configs as set in Azkfile.js. It isn't possible to deploy systems in different servers nor scale them in runtime (except by running
azk scale
command from inside the server).We need to create a new model to relate systems to servers and rearrange and scale them even after deployed.
The text was updated successfully, but these errors were encountered: