|
|
|
|
|
by m_mueller
2751 days ago
|
|
Don't understand why you're being downvoted. Install Kubernetes and make your own cloud. It really depends on your workload whether that's better than managed cloud services with elastic scaling: * your software has a startup time that takes too long - cannot scale down easily * you have a constant base load with only moderate peaks * you'd rather run other background tasks at times with low load than scaling down - this way you get a bunch of "free" compute power you can use for other things |
|