Category
Kubernetes tools.
Size and reason about Kubernetes workloads without leaving the browser.
Kubernetes tools
- Kubernetes Live
Kubernetes Resource Calculator
Total CPU and memory requests and limits across pods and replicas.
Enter container CPU and memory requests and limits with replica counts to total the resources a workload reserves, and convert millicores and Mi/Gi units. Pure client-side.
Open tool - Kubernetes Live
Kubernetes Label Selector Tester
See which pods a label selector matches — and why each one does or doesn’t.
Paste your pods and a selector — a kubectl -l string or a matchLabels/matchExpressions block — and get a per-resource MATCH or NO MATCH with the exact clause that decided, including the case everyone answers backwards: NotIn and != match a resource that has no such label at all. Pure client-side, no cluster.
Open tool