From c409c6997aae24e2227672e941dd4c73b2bd0bae Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 3 Oct 2019 05:09:17 -0500 Subject: [PATCH] Add kubecost blog post about requests and limits --- slides/k8s/resource-limits.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/slides/k8s/resource-limits.md b/slides/k8s/resource-limits.md index 2a03c000..d485c956 100644 --- a/slides/k8s/resource-limits.md +++ b/slides/k8s/resource-limits.md @@ -515,3 +515,17 @@ services.nodeports 0 0 (with `kubectl describe resourcequota ...`) - Rinse and repeat regularly + +--- + +## Additional resources + +[A Practical Guide to Setting Kubernetes Requests and Limits](http://blog.kubecost.com/blog/requests-and-limits/) + +- Explains what requests and limits are + +- Provides guidelines to set requests and limits + +- Gives PromQL expressions to compute good values + + (this implies that our app has been running for a while)