Infrastructure
Platform engineering
How internal developer platforms, golden paths, and Backstage are replacing ad-hoc DevOps with self-service infrastructure.
Platform engineering is the discipline of building an internal developer platform (IDP) — a curated, self-service layer over your infrastructure so product teams ship without filing tickets or learning Kubernetes internals. It emerged as the answer to DevOps's cognitive-load problem: pushing every concern leftward onto application developers didn't scale, so platform teams now productise the common path instead.
The core artifact is the golden path: an opinionated, paved route from new service to running in production with logging, CI, and on-call wired up. Notifire tracks the tooling that builds these platforms — Backstage and its competitors for the developer portal, Crossplane and the Kubernetes resource model for the control plane, and the rise of platform-as-a-product practices including the DORA metrics teams use to prove the platform is actually working.
Latest briefings on Platform engineering
Infra
DIY Developer Platforms Create Burnout
Many organizations build internal developer platforms (IDPs) to streamline workflows. While well-intentioned, these DIY systems often become a complex mountain of custom automation. The constant maintenance required to keep these platforms running is a hidden source of technical debt and a leading cause of engineering burnout.
Ashish Kale ·
Infra
Formae adds Kubernetes and Helm support
Platform Engineering Labs has updated its open-source Infrastructure-as-Code tool, formae. The update introduces full Kubernetes support, native Helm integration, and compatibility with Terraform's .tfvars files. A new public plugin hub was also launched to simplify cloud-native infrastructure management.
Ashish Kale ·
Infra
Platform Engineering Aligns Tech and Business
A new presentation outlines a strategic shift from DevOps to platform engineering within regulated industries. The approach focuses on aligning platform KPIs with board-level business goals, reducing developer cognitive load through custom team structures, and using open-source technology to ensure innovation sovereignty and efficiency.
Ashish Kale ·
Infra
Orphaned DNS Zones Block Netlify Setups
Developers using Netlify are reporting a DNS configuration issue where an 'already exists' error prevents them from setting up domains. The problem stems from orphaned DNS zones on Netlify's provider, NS1, left over from previous incomplete setups, requiring manual intervention from Netlify support to resolve.
Ashish Kale ·
Infra
Netlify auto-suspends site during debugging
A developer reported their Netlify site was automatically suspended while they were fixing a build error. The automated system flagged the site, preventing redeployment even after the code was fixed. The developer had to contact support to manually lift the suspension on their informational website.
Ashish Kale ·
Frequently asked questions
What is platform engineering?
The practice of building and running an internal developer platform — a self-service layer that gives product teams paved, opinionated ways to provision infrastructure, ship code, and operate services without deep infrastructure expertise. It treats the platform as an internal product with its own roadmap, users, and success metrics, rather than as a pile of one-off scripts.
How is platform engineering different from DevOps?
DevOps is a culture of shared ownership between dev and ops; platform engineering is a concrete way to make that scalable. Rather than expecting every developer to master Terraform, Kubernetes, and CI internals, a platform team abstracts that complexity behind self-service interfaces and golden paths. Platform engineering is best understood as DevOps operationalised, not a replacement for it.
What is a golden path?
A golden path is the supported, opinionated, well-documented route to doing a common task — scaffolding a new service, adding a database, deploying to production — with sensible defaults, observability, and security baked in. Developers can deviate when they have a real reason to, but the default path is fast and safe. Golden paths are how platforms reduce cognitive load without forcing rigid mandates.
Is Backstage the only developer portal option?
No. Backstage (open-sourced by Spotify, now a CNCF project) is the most widely adopted, but it requires real engineering investment to run. Alternatives include commercial portals like Port, Cortex, and OpsLevel, plus managed Backstage distributions such as Red Hat Developer Hub and Spotify's own Portal. The right choice depends on how much platform-team capacity you have to build versus buy.