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

SLIs/SLOs for cluster limits tests #138

Open
chaitanyaenr opened this issue May 26, 2020 · 3 comments
Open

SLIs/SLOs for cluster limits tests #138

chaitanyaenr opened this issue May 26, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@chaitanyaenr
Copy link
Member

The cluster limits tests today validate if we are able to reach the desired limit without much degradation in performance mainly around control plane stability and resource usage. We need to take into account the defined SLIs/SLOs in upstream Kubernetes when validating and pushing the limits. API server latency is one of the important things to consider to see how the server is responding when there are a large number of objects running on a large scale cluster. The tests need to take them into account for pass/fail.

Reference: https://github.com/kubernetes/community/blob/master/sig-scalability/slos/slos.md

@chaitanyaenr chaitanyaenr added the enhancement New feature or request label May 26, 2020
@chaitanyaenr
Copy link
Member Author

cc: @jtaleric @mffiedler

@jtaleric
Copy link
Contributor

@chaitanyaenr The idea here is to implement the Official k8s SLI/SLOs -- not the WIP ones?

@chaitanyaenr
Copy link
Member Author

@jtaleric Right, the idea is to find out the maximums with Official k8s SLI/SLOs taken into consideration and pass/fail the tests if the Official k8s SLI/SLOs are not met.

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

No branches or pull requests

2 participants