Skip to content

Commit

Permalink
Add kubecost blog post about requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Oct 3, 2019
1 parent eb2e74f commit c409c69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions slides/k8s/resource-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c409c69

Please sign in to comment.