Summary
Hello,
Having a kubernetes operator could be nice to leverage the already defined SLO crd that are defined in this repo.
Particularly to :
- get an updated status inside the ServiceLevelObjective CR directly ( deployed, error ... ).
- Leverage mutating/validation webhook feature for some usecases.
Is it something already existing from your knowledge ?
I can do it if needed by creating a new repository, wdyt ?
Basic Example
- Users leverage the already existing CRD to define SLO.
- The operator can validate some minimal SLO threshold policy.
- The operator create the SLO.
- The operator update the status in the SLO CR.
Screenshots
No response
Drawbacks
more code than just using kubernetes cronjob.
Unresolved questions
Do you have recommendations of doing the operator in golang versus python?
Code of Conduct
Summary
Hello,
Having a kubernetes operator could be nice to leverage the already defined SLO crd that are defined in this repo.
Particularly to :
Is it something already existing from your knowledge ?
I can do it if needed by creating a new repository, wdyt ?
Basic Example
Screenshots
No response
Drawbacks
more code than just using kubernetes cronjob.
Unresolved questions
Do you have recommendations of doing the operator in golang versus python?
Code of Conduct