SLOs as Code
Reading time: 0 minute(s) (0 words)
Nobl9 is designed to solve business problems but crafted for engineers. We pride ourselves on our developer experience, and we’ve gotten great reviews from our users. We are happy to support the SLO as Code approach with different tools:
- sloctl—Nobl9 SLOs are declared as YAML files that can be applied in our CLI tool. If you want to take advantage of CI/CD pipelines, you might consider using our GitHub Actions or GitLab integration.
- Terraform provider—if you use Terraform to manage infrastructure as a code, Nobl9 got you covered with our official Terraform provider.
- OpenSLO—if you prefer defining your SLOs in an open source format, OpenSLO is the standard. You can easily convert OpenSLO SLOs to Nobl9 format through sloctl. You can find more details in this article.
- Nobl9 SDK for Go—use the SDK to define and manage Nobl9 resources programmatically using Go programming language.
Useful links
Check out these related guides and references: