Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Provision SLOs from Helm install #514

Open
sarasensible opened this issue Jun 21, 2023 · 2 comments
Open

Feature Request: Provision SLOs from Helm install #514

sarasensible opened this issue Jun 21, 2023 · 2 comments

Comments

@sarasensible
Copy link

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.

@klubi
Copy link

klubi commented Jul 25, 2023

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.

@sarasensible
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants