|
|
|
|
|
by Moto7451
869 days ago
|
|
Can’t speak for everyone but I have worked in this environment. It can work fine if you allocate a sub slice of CPU time (.1 CPU for example) and small amounts of (overcommitted) memory, and explicitly avoid using it for things that are more easily managed by cloud provider sub accounts and managed services. IE don’t force your devs to manage owncloud or a similar stand in for S3 - use something first party to stand in or S3 itself. This doesn’t always work and the failure mode of committing to this can be doubling your hosting bill if it won’t run locally and densely packed small instances can’t handle your app. |
|