Glossary · Term

Kubernetes

← all terms

Definition

Plain language

Software that runs many programs across many computers and automatically restarts, scales, and load-balances them.

As stated in the literature

An open-source container orchestration system for automating deployment, scaling, and management of containerized applications across clusters.

Also called: kubernetes, k8s

Why it matters: It's the dominant substrate for running ML inference and agent workloads in production, shaping how serving systems are designed.

For example, a web service deployed on Kubernetes can have ten copies running across a cluster, with new ones spun up automatically when traffic spikes.

Heard on the show

“Two AI agents, both pointed at the same live Kubernetes cluster — a real one, this actually happened when they ran it.”
Episode 150 — Don't Kill the Loser: A Different Way to Handle Two AI Agents Colliding

Mentioned in 4 episodes

  1. 150
    Don't Kill the Loser: A Different Way to Handle Two AI Agents Colliding
  2. 125
    AI Coding Agents Run a Marathon, and Fewer Than One in Three Finish
  3. 058
    Why Upgrading Your AI Auditor to a Smarter Model Can Make Your System Less Safe
  4. 047
    When Agent Benchmarks Lie: The Harness Problem in Open-Source AI