sloth icon indicating copy to clipboard operation
sloth copied to clipboard

Feature Request: Provision SLOs from Helm install

Open sarasensible opened this issue 1 year ago • 2 comments

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.

sarasensible avatar Jun 21 '23 19:06 sarasensible

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.

klubi avatar Jul 25 '23 14:07 klubi

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.

sarasensible avatar Aug 09 '23 12:08 sarasensible