What this is and why it exists

About

Platform Ops is a newsletter about running Kubernetes, OpenShift and the Linux underneath them in production — written from systems that broke, not from vendor documentation.

21 issues 685 topics 45 categories free, no signup
What this is

A newsletter about running things in production

Platform Ops is written by one engineer, from production systems rather than from vendor documentation. Every issue starts with something that broke, something that was slower than it should have been, or something whose official explanation turned out to be incomplete.

The subject is the operational half of platform engineering: Kubernetes and OpenShift, the Linux underneath them, the networking and storage they depend on, and the observability that tells you which of those is lying to you. It assumes you already know what a Pod is. It does not assume the default settings are correct.

There is no sponsorship, no tracking beyond page counts, and nothing is behind a signup wall — every page is readable without an account. The archive stays up; issues are corrected in place rather than silently replaced.

Scope

What it covers

685 topics, grouped into 45 categories under 13 pillars. The table is generated from the same file the site's knowledge map and every category page read, so these numbers cannot disagree with the ones you see elsewhere.

PillarCategoriesLivePipelinePlanned
Foundation1703
Roadmaps10018
Infrastructure31829
Networking11426
Cloud10413
Delivery6122242
Kubernetes & OpenShift35800
Reliability7272564
Security201828
Data & Applications411247
System Design10046
Commands10443422
Modern Ops532145
Total45154148383
What the three columns mean

Live means a published page covers it and the topic links straight there. Pipeline means it sits next to a series already running, so it is queued rather than hypothetical. Planned means it is on the backlog with no date attached — it moves up when the series in front of it lands.

Publishing the planned list is deliberate. A coverage map that only shows what is finished tells you nothing about what the project is actually trying to be.

Where to start

Four ways in

Depending on whether you came here to read something, to look something up, or to find out whether a subject is covered at all.

Start hereIf you want
Issue #067 — Service Mesh OperationsThe newest issue. There are 21 in the archive, all linked from the homepage.
Category hubsTo browse by subject. Each of the 45 categories has its own page with a generated architecture diagram and its full topic list.
The Kubernetes & OpenShift topic mapTo check whether something specific is covered, queued or planned before you spend time looking.
Command referencesTo look something up fast. 4 references covering 362 commands, searchable and filterable by group.

There is also a practice terminal — a Unix shell simulated over an in-memory filesystem, so you can try the commands without a cluster and without consequences.

How it's made

One source of truth, and assertions that stop the build

Every page here is static HTML generated by a Python build from a single taxonomy file. No framework, no client-side rendering, no build-time JavaScript.

That choice is not nostalgia. It means the counts on the homepage, in the category hubs, in the topic map and on this page are all computed from one file at build time — so they cannot drift apart, and a stage that would make them disagree fails the build instead of shipping. Pages load without waiting for a bundle, and they keep working with JavaScript off.

The colophon has the full account: the build stages in order, what each one reads and writes, and the checks that gate a deploy.

Who writes it

Vishal Abhinav

A platform engineer who spends his working days on the systems this newsletter is about.

The writing is first-hand. Where an issue describes a failure, it is a failure that happened; where it gives a number, the number was measured rather than quoted. When something here turns out to be wrong, the page is corrected and the correction is visible.

Platform Ops is published by Srivan Technologies. You can reach the author through the author section on the homepage.

Licence

What you may do with this

Two licences, because the code and the writing are different things.

WhatLicenceIn practice
The build system and code samplesMITUse them, change them, ship them commercially. Attribution appreciated, not required.
The writing and the diagramsCC BY-NC-ND 4.0Quote it with credit and a link. Don't republish it wholesale, don't sell it, and don't publish an edited version as though it were the original.

If you want to do something the second licence doesn't allow — translate an issue, use a diagram in training material, reprint a piece internally — ask. The answer is usually yes.

On machine-generated summaries

Several issues here describe failure modes where a confident but wrong answer costs real downtime. If you are feeding this site to a model and publishing what comes out, link the source page so a reader can check it against the original.