FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
OpenCost Has a Free API: Track Your Kubernetes Spending in Real-Time
How-ToDevOps

OpenCost Has a Free API: Track Your Kubernetes Spending in Real-Time

via Dev.to DevOpsAlex Spinov3h ago

What is OpenCost? OpenCost is an open-source CNCF project that provides real-time cost monitoring for Kubernetes clusters. It breaks down your cloud bill by namespace, deployment, pod, and even container — showing exactly where your money goes. Why OpenCost? 100% free and open-source — CNCF sandbox project Real-time cost allocation — not monthly bills, but live spending Multi-cloud — AWS, GCP, Azure, on-prem pricing Namespace-level — chargeback per team/service Prometheus integration — export cost metrics alongside performance data No vendor lock-in — unlike Kubecost Pro or CloudHealth Quick Start # Install via Helm helm install opencost opencost/opencost \ --namespace opencost --create-namespace \ --set opencost.prometheus.internal.enabled = true # Port forward to UI kubectl port-forward -n opencost svc/opencost 9090:9090 # Open http://localhost:9090 Query Costs via API # Get cost allocation by namespace (last 24h) curl -s 'http://localhost:9090/allocation/compute?window=24h&aggregate

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
2 views

Related Articles

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 5h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 6h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 8h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 9h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 16h ago

Discover More Articles