Illustration of Kubernetes CPU millicores and memory binary/decimal units converting into each other

Kubernetes CPU/Memory Converter

Convert Kubernetes resource quantities live. Runs entirely in your browser.

CPU

Memory


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/k8s-resource-converter/api -H "Content-Type: application/json" -d '{"type":"cpu","value":"500m"}'
curl -sS -X POST https://devops.majbase.com/k8s-resource-converter/api -H "Content-Type: application/json" -d '{"type":"memory","value":"512Mi"}'

CPU returns {"millicores", "cores"}. Memory returns {"bytes", "binary", "decimal"}. Returns {"error": "..."} on malformed input.