cloud-gov / kubernetes-broker

Broker for kubernetes based services
Apache License 2.0
5 stars 6 forks source link

Profile managed services and pin services to specific node types #24

Closed cnelson closed 7 years ago

cnelson commented 7 years ago

In order to run managed services as cheaply as possible, as an SRE/dev I want each service to run on the type of node that can most efficiently support it.

Acceptance Criteria

Implementation Sketch Profile each of our offered managed services and determine their characteristics and what instance types are most suited to running the workload.

Update plans as needed to allow for efficient scheduling

After https://github.com/18F/kubernetes-release/issues/28 is completed, add nodeSelectors to each service manifest targeting the appropriate instance types.

cnelson commented 7 years ago

This is probably related to https://github.com/18F/cg-atlas/issues/155