Skip to main content

2 posts tagged with "FinOps"

Attributing and controlling cloud spend

View All Tags

Kubernetes Standardized the Primitives. Nobody Standardized the Platform.

· 9 min read
Rajesh RC
Founder
The thesis

Kubernetes standardized infrastructure primitives. Nobody standardized the glue above them.

Every company needs a different platform blueprint. They should be able to compose it from shared capabilities, on a standard runtime and trust layer, inside infrastructure they own.

One continuous platform layer spanning a developer laptop, on-premises servers, and several cloud infrastructure environments

Different infrastructure underneath. One foundation for the blueprint you choose.

Here is a small thing that still delights me. Take the kind cluster running on your laptop, run one command, and it shows up in the same console as a production cluster on EKS: same deploy pipeline, same add-ons, same cost view. Not a simulation of production. The same blueprint running on the same foundation.

I want to explain why we built it that way, because behind that small trick sits our entire argument about how infrastructure should work for startups and mid-size companies. It starts with giving Kubernetes credit for what it actually standardized, and being honest about what it never did.

You Pay for Cluster Capacity, Not Average Usage

· 7 min read
Rajesh RC
Founder

Requests are not waste: teams use them to preserve schedulable capacity for bursts, startup spikes, and reliability. They also determine how workloads fit on nodes, so more headroom than a workload needs can block consolidation or occupy capacity another workload could use.

AstroPulse shows requests beside time-averaged usage for every cluster, namespace, and application. The gap starts an investigation; it does not prescribe a new request.

Four cluster capacity blocks with small illuminated cores representing the gap between reserved and used resources

Compare requested headroom with average use, then decide whether the gap is intentional.