Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.18 KB

availability-tiers.md

File metadata and controls

21 lines (13 loc) · 1.18 KB

Availability Tiers

Availability Tiers impact capacity recommendations, health ratings and more in the Kubecost product. As an example, production jobs receive higher resource request recommendations than dev workloads. Another example is health scores for high availability workloads are heavily penalized for not having multiple replicas available.

Today our product supports the following tiers:

Tier Priority Default
Highly Available or Critical 0 If true, recommendations and health scores heavily prioritize availability. This is the default tier if none is supplied.
Production 1 Intended for production jobs that are not necessarily mission-critical.
Staging or Dev 2 Meant for experimental or development resources. Redundancy or availability is not a high priority.

To apply a namespace tier, add a tier namespace label to reflect the desired value.

Have questions or feedback? Contact us at [email protected].

Edit this doc on GitHub