Add reference to resource monitoring tools

This commit is contained in:
Jerome Petazzoni
2020-02-17 04:56:43 -06:00
parent 8ba9c2e41b
commit c03f199023

View File

@@ -64,3 +64,19 @@ If it shows our nodes and their CPU and memory load, we're good!
]
- We can also use selectors (`-l app=...`)
---
## Other tools
- kube-capacity is a great CLI tool to view resources
(https://github.com/robscott/kube-capacity)
- It can show resource and limits, and compare them with usage
- It can show utilization per node, or per pod
- kube-resource-report can generate HTML reports
(https://github.com/hjacobs/kube-resource-report)