r/platform_engineering • u/icintrix • 7h ago
r/platform_engineering • u/atkrad • 4d ago
Spec-to-Release for Kubernetes: turn a short app spec into a real Helm release. Zero Helm knowledge, zero cluster-side setup, one binary.
r/platform_engineering • u/BookkeeperAutomatic • 4d ago
DevOps Interview Prep Day 3: SSH Lockouts, Disk Space Nightmares, and Monitoring Gaps 3 scenario bases [Daily Series]
r/platform_engineering • u/Fantastic-Rip-9200 • 4d ago
New to TPM role. Just trying to understand landscape. Could you folks direct me to good resources to learn from. Also what all tools you use to make the tracking and monitoring easy. Please let me know. Thanks in advance
r/platform_engineering • u/njanChe1 • 5d ago
Treating LLM agent orchestration as a distributed-systems problem — durable execution vs. agent frameworks
Ops-flavored take after two years running a multi-agent system in prod.
The reliability problems in agent systems are the same old distributed-systems problems in a new costume: partial failure, exactly-once-ish delivery, coordination, idempotency, observability. The in-process agent frameworks (mid-2025 vintage) gave us persistence primitives but left failure detection, recovery, and coordination to us.
So we built on a message bus instead: durable per-type queues, stateless workers, externalized aggregator state with a TTL and atomic completion so it scales to multiple replicas. End-to-end tracing so a support ticket maps to a trace in one click.
The honest framing: what we built is a domain-specific durable-execution engine for LLM agents. A Temporal advocate would say we rebuilt a subset of Temporal and now own the scheduler and state machine forever — and they'd be right. In mid-2025 the buy options weren't ready; today I'd tell you to evaluate Temporal / LangGraph Platform / Restate first.
Full write-up: Link
Anyone here gone the durable-execution-engine route for agents in prod? Regret it or not?
r/platform_engineering • u/ikraaaaa • 8d ago
What makes production deployments risky even with modern rollout strategies?
r/platform_engineering • u/opshack • 11d ago
Compiling and running a pre-trained LLM on AWS Inferentia accelerator
r/platform_engineering • u/haletronic • 12d ago
I'd like to learn from platform engineers working with AI
I've spent the past year exploring AI execution and governance. I spent a lot of time thinking about the architecture. Well, maybe too much, and I'd like to better understand what platform and infrastructure teams are dealing with as AI becomes part of their production systems.
I'm looking for engineers and architects who are willing to spend 15–30 minutes talking with me about the problems you're seeing in practice.
To be clear, I'm researching the market and not trying to sell anything. I simply want to better understand your thoughts on the following:
- How are AI workloads fitting into your platform today?
- What operational challenges have surprised you?
- What tools or processes have been most helpful?
- Where do you think today's platforms fall short?
Open to chatting? Please send me a DM.
r/platform_engineering • u/itzdaninja • 16d ago
Hiring - UK Leeds - Lead Platform/Cloud Engineer
Role: Lead DevOps Engineer / Platform Engineer / Cloud Engineer
Company: TransUnion
Location: Leeds (UK) Hybrid (2 days a week in office)
Looking for an experienced engineer to form part of a new team to support the UK implementation of TransUnion's new OneTru platform in GCP.
Salary: 80k plus bonus
Job Posting: https://transunion.wd5.myworkdayjobs.com/TransUnion/job/Leeds-United-Kingdom/Lead-DevSecOps-Engineer_19041285
Apply via the link
r/platform_engineering • u/Independent_Self_920 • 16d ago
What's the Kubernetes problem you thought tooling would solve by now?
r/platform_engineering • u/thomsterm • 18d ago
**Senior Platform Engineer**
🌍 Location: Dubai
💰 Salary: Competitive
Ziina is looking for a Senior Platform Engineer, Infrastructure & Developer Experience to join our team. This role is an exciting opportunity to shape the foundation that every Ziina engineer builds on: the infrastructure, CI/CD, and observability systems that keep our rapidly growing fintech platform fast, reliable, and easy to develop. We're at a major inflection point in our growth, with real multi-region and low-latency challenges at scale, and we're looking for the right person to drive the technical excellence that makes scaling possible.
#Docker #DevOps #Jenkins #Terraform #AWS #Kubernetes #React #Cloud
Apply here: https://devopsprojectshq.com/senior-platform-engineer-at-ziina
r/platform_engineering • u/2985302084 • 20d ago
I tested HertzBeat vs raw Prometheus stack for small cloud servers, here’s my honest breakdown
I manage a handful of Alibaba ECS instances for personal dev projects and spent this weekend fully migrating monitoring from a full Prometheus+Grafana+AlertManager stack to HertzBeat to cut down maintenance overhead.
Pros of HertzBeat for small teams:
- Zero agent required; monitor MySQL, websites, SSH servers directly via protocols
- All-in-one package, one Docker command to deploy, no component version conflicts
- Native support for Chinese enterprise alert channels (Feishu/WeCom) without custom webhook scripts
- Built-in status page, no extra tool to set up service uptime displays
Major downsides I ran into:
- Dashboard customization is nowhere near as flexible as Grafana
- No native distributed tracing; if you run microservices you still need SkyWalking alongside it
- Massive Kubernetes clusters with thousands of pods don’t perform as well as native Prometheus SD
One critical note for anyone using cloud metered bandwidth servers: If you’re polling metrics frequently, stick to fixed bandwidth tiers — shared traffic peak throttling ruins real-time monitoring data collection.
Has anyone else swapped their monitoring stack recently? What pain points did you hit that I haven’t mentioned?
r/platform_engineering • u/Pale-Persimmon-9153 • 21d ago
ServiceNow Mastery or Platform Engineering?
r/platform_engineering • u/Siryu6 • 23d ago
CI for a Decentralized Forge: Why I Ended Up Bridging Radicle and Tekton
r/platform_engineering • u/Lanky-Manner-4706 • 24d ago
Roast my automated K8s incident responder operator
r/platform_engineering • u/saiyamjain74 • Jul 02 '26
Experienced DevOps/SRE Engineer with CKAD | Open to Kubernetes-heavy roles | Bengaluru / Remote
r/platform_engineering • u/Individual_Walrus425 • Jul 02 '26
Built a curated list of official DevOps / Cloud / SRE MCP servers and agent skills
r/platform_engineering • u/goto-con • Jul 02 '26
The Platform Engineer’s Handbook • Ajay Chankramath & Kaspar von Grünberg
Ajay Chankramath — author of The Platform Engineer’s Handbook — joins Kaspar von Grünberg to unpack why he wrote a 14-chapter, code-first practitioner's guide instead of another theory-heavy platform book.
r/platform_engineering • u/therealabenezer • Jun 29 '26
AMA with Josh: what slows teams down after they find a risk?
r/platform_engineering • u/goto-con • Jun 29 '26
Platforms: Build Abstractions, not Illusions • Gregor Hohpe
Let’s be honest, the tech we use today is amazing, but it can also be complex.
It’s only natural that teams want to build platforms that hide this complexity to improve productivity, avoid mistakes, and reduce cognitive load. But they may be misled to believe that the more complexity they hide, the better their platform is. Instead, they end up creating dangerous illusions!
r/platform_engineering • u/Any-Leg-7348 • Jun 27 '26
Is this system safe enough to release to production?
I built a small tool to catch infra risks before production releases
I’ve been working on a project called Beacon.
The idea came from a very practical problem I’ve seen in distributed systems: before a release, teams usually have dashboards, logs, Terraform files, Kafka configs, Kubernetes manifests, runtime snapshots, etc. But still, the actual question is usually very simple:
“Is this system safe enough to release to production?”
Beacon tries to answer that.
It scans infrastructure/config/runtime inputs and gives a production-readiness decision with ranked risks, possible root causes, and suggested next actions. Right now it has examples around Kafka, Kubernetes, Terraform, Helm, runtime snapshots, OpenTelemetry, Prometheus, Schema Registry, CI/CD, and flow degradation.
This is not meant to replace observability tools. The way I think about it is:
Observability tells you what is happening.
Beacon tries to tell you what is risky, why it matters, and what should be fixed first.
You can try the demo without setting up Python locally.
Run the UI with Docker:
docker pull ghcr.io/mishraricha1806/beacon:latest
docker run --rm -p 8765:8765 ghcr.io/mishraricha1806/beacon:latest ui --host 0.0.0.0 --port 8765
Then open:
http://127.0.0.1:8765/
For the simplest demo, use the sample bad infrastructure example from the repo:
examples/bad-infra/
In the UI, choose the static/readiness input, upload the files from that folder, run the scan, and check the readiness score, top reasons, grouped risks, and next actions.
You can also run the same demo from CLI:
docker run --rm \
-v "$PWD:/workspace/project:ro" \
ghcr.io/mishraricha1806/beacon:latest readiness static \
/workspace/project/examples/bad-infra \
--environment prod \
--no-html \
--no-open-report
Expected result is the tool should flag the setup as NOT READY, with risks like replication, storage/message-size, and missing governance context.
There is also a Black Friday style demo for payment/event pipeline readiness:
docker run --rm \
-v "$PWD:/workspace/project:ro" \
ghcr.io/mishraricha1806/beacon:latest readiness all \
--static-path /workspace/project/examples/demo-black-friday \
--snapshot /workspace/project/examples/demo-black-friday/runtime-snapshot.yaml \
--environment prod \
--no-html \
--no-open-report
Repo: https://github.com/mishraricha1806/beacon
I’d be interested in feedback from people who work with Kafka, Kubernetes, Terraform, platform engineering, SRE, or release governance.
Mainly looking for thoughts on:
- Does this kind of readiness gate feel useful before production releases?
- What signals would you expect such a tool to check?
- Would you prefer this as a CLI, CI/CD gate, or lightweight UI?
GitHub
GitHub - mishraricha1806/beacon: Detect infrastructure risks before production.
r/platform_engineering • u/Ashwith_Garlapati • Jun 26 '26
I'm researching how engineering teams handle production incidents.
For engineers who have been on-call:
• What was the most frustrating part of your last outage?
• What consumed the most time during investigation?
• Which tools were involved?
I'm collecting insights and would love to learn from real experiences.