A Kubernetes Job Created Nearly 30,000 Pods and Almost Caused a Serious Incident
· ☕ 5 min read
1. Background At 10:00 in the morning, a colleague asked me to run a task on the cluster, so I created a Kubernetes Job through a tool.
When the tool creates a Job, it first gets all the nodes on the cluster, then binds to each node one by one to create Jobs.