cloud-gov / cg-atlas

Repository hosting issues and artifacts related to operations of the cloud.gov platform
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Determine Diego sizing #101

Closed ghost closed 8 years ago

ghost commented 8 years ago

To ensure we can adequately service customers, as ops engineers we need to appropriately size our Diego deployment.

Acceptance Criteria

ghost commented 8 years ago

Diego cells initially sized to match DEAs. Future sizing/scaling should take into account a number of factors, including current and anticipated workloads, risk tolerance and recovery performance characteristics in the event a cell or AZ goes offline where containers will come up on surviving cells. See scaling notes at https://docs.cloudfoundry.org/concepts/high-availability.html#processes

ghost commented 8 years ago

Note that garden-linux has a default of 250 max_containers, and it is not recommended to increase beyond that.

https://github.com/cloudfoundry/garden-linux-release/blob/develop/jobs/garden/spec#L63