Reading up on Kubernetes
14 deep · digging since nov 26, 25
- I ported Kubernetes to the browser
Sam rebuilt a subset of Kubernetes in Rust, compiled to WebAssembly, to run entirely in the browser for hands-on cluster education.
- How OpenAI Delivers Low-Latency Voice AI for 900M Users
OpenAI splits WebRTC into a stateless relay and a stateful transceiver, using the ICE ufrag for routing to serve 900M voice AI users with low latency.
- What job interviews taught me about Kubernetes
Kubernetes is overly complex for small teams, requiring numerous add-ons and frequent upgrades that outweigh its benefits.
- GitHub - kubernetes-sigs/agent-sandbox: agent-sandbox enables easy management of isolated, stateful, singleton workloads, ideal for use cases like AI agent runtimes.
Kubernetes SIG Apps introduces agent-sandbox, a CRD and controller for managing isolated, stateful, singleton workloads like AI agent runtimes.
- How OpenAI delivers low-latency voice AI at scale
OpenAI rebuilt its WebRTC stack with a relay-transceiver architecture to reduce latency and manage scale for real-time voice AI across 900 million users.
- What are your programming "hunches" you haven't yet investigated?
Lobsters commenters share uninvestigated programming hunches, including accessibility-first GUI toolkits, 32-bit pointers on 64-bit systems, property-based infrastructure, MUD-style chat, and user-controlled theming.
- When does MCP make sense vs CLI?
The Hacker News discussion weighs the trade-offs between MCP and CLI for AI agent tool calling, finding that each has valid use cases depending on context.
- The future of software engineering is SRE
As AI makes coding cheaper, operational excellence and reliability engineering become the key differentiator, shifting software engineering's focus from writing code to keeping it running.
- A field guide to sandboxes for AI
Sandboxing tools for AI agents differ fundamentally by boundary (containers, gVisor, microVMs, Wasm), not just by policy, and picking the wrong one creates either leaks or excessive cost.
- AddyOsmani.com - The Next Two Years of Software Engineering
The next two years of software engineering hinge on how AI affects junior hiring, skill atrophy, role evolution, specialist vs generalist, and education pathways.
- Clopus-Watcher: An autonomous monitoring agent
The author demonstrates Claude Code running in a Kubernetes cronjob as an autonomous on-call agent that monitors pods, applies hotfixes, and documents incidents.
- How I think about Kubernetes
Kubernetes is best understood as a runtime for declarative infrastructure with a type system, rather than just a container orchestrator.
- ADD / XOR / ROL: The missing OS
Large-scale distributed infrastructure lacks a complete datacenter OS analogous to a single-machine OS, with only fragmented proto-OS components existing today.
- What They Don't Tell You About Maintaining an Open Source Project ~ andrej acevski
Maintaining an open-source self-hosted kanban board involves relentless documentation, user support, scary database migrations, and careful scope management far beyond building the initial product.