sloth
sloth copied to clipboard
Feature Request: Provision SLOs from Helm install
I am using Helm to install sloth and it would make my life 10000% better if I could specify an SLO inline in the Helm template that would be rendered and applied by Helm.
I took a bit different approach to this. I deploy sloth independently to SLIs/SLOs. Instead I created helm chart with service default SLIs, and I add it as a dependency to microservice helm chart. This way I know what SLIs are defined for given service, as soon as I lookup values file.
What I ended up going with is since I am wrapping Helm with Terraform I used Terraform kubectl_manifest to apply SLO templates. Leaving this open though as it is still an unsolved problem IMO.