Convert Kubernetes resource quantities live. Runs entirely in your browser.
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.