slo-generator
can be deployed in Kubernetes using:
-
A k8s
CronJob
resource to run theslo-generator
package on a schedule. -
A
ConfigMap
generated from a folder containing SLOs and mounted to theCronJob
container. -
A
ConfigMap
generated from theerror_budget_policy.yaml
file and mounted to theCronJob
container.
For a working example, please see this example repo.