How Can a Kubernetes SLO Operator Handle Breaches?

0
8
Asked By CuriousCoder42 On

I'm developing a Kubernetes native operator focused on service level objectives (SLOs). I believe having a dedicated SLO operator could greatly benefit SREs working with Kubernetes. My question to you all is: what do you think about this operator taking actions when an SLO breach occurs? For instance, I have an example of a ServiceLevelObjective definition that specifies some basic actions, such as scaling a deployment if the availability target is not met. I'd love to hear your thoughts on this idea!

2 Answers

Answered By SloWiz On

This reminds me of Pyrra. What makes this operator's approach different? I’m curious about your take on that.

Answered By TechGuru99 On

What sets this apart from Horizontal Pod Autoscaling (HPA)? It seems like you're implementing similar functions for scaling due to SLO breaches.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.