diff --git a/slides/k8s/resource-limits.md b/slides/k8s/resource-limits.md index d485c956..25e86406 100644 --- a/slides/k8s/resource-limits.md +++ b/slides/k8s/resource-limits.md @@ -520,12 +520,19 @@ services.nodeports 0 0 ## Additional resources -[A Practical Guide to Setting Kubernetes Requests and Limits](http://blog.kubecost.com/blog/requests-and-limits/) +- [A Practical Guide to Setting Kubernetes Requests and Limits](http://blog.kubecost.com/blog/requests-and-limits/) -- Explains what requests and limits are + - explains what requests and limits are -- Provides guidelines to set requests and limits + - provides guidelines to set requests and limits -- Gives PromQL expressions to compute good values + - gives PromQL expressions to compute good values +
(our app needs to be running for a while) - (this implies that our app has been running for a while) +- [Kube Resource Report](https://github.com/hjacobs/kube-resource-report/) + + - generates web reports on resource usage + + - [static demo](https://hjacobs.github.io/kube-resource-report/sample-report/output/index.html) + | + [live demo](https://kube-resource-report.demo.j-serv.de/applications.html)