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
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Read about Fenzo in netflix blog. Auto scaling concept sounds interesting. I'm yet to try my hands on Fenzo. Can you please let me know context of auto scaling here? Is it like Fenzo will shutdown/bring up VMs based on the demand ?
Thanks in advance,
Mani
The text was updated successfully, but these errors were encountered:
Fenzo provides the logic/smarts to shutdown or bring up VMs based on demand. It provides a callback mechanism. You provide the implementation of the callback inside which you will use your preferred way to bring up the VMs or terminate them. See here.
Read about Fenzo in netflix blog. Auto scaling concept sounds interesting. I'm yet to try my hands on Fenzo. Can you please let me know context of auto scaling here? Is it like Fenzo will shutdown/bring up VMs based on the demand ?
Thanks in advance,
Mani
The text was updated successfully, but these errors were encountered: