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 |
---|---|---|
| 0 | If true, recommendations and health scores heavily prioritize availability. This is the default tier if none is supplied. |
| 1 | Intended for production jobs that are not necessarily mission-critical. |
| 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.
Last updated