RepoJournal
Kubernetes

@kubernetes

Container orchestration - what platform teams ship on

Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

MINIKUBE PARALLELIZES VM STARTUP, KUBERNETES 1.33 REACHES END OF LIFE

By RepoJournal · Filed · About Kubernetes

Minikube eliminates serialization bottleneck for concurrent cluster creation, cutting multi-cluster setup times by 25 seconds per profile.

The minikube team shipped a fix [1] that removes the single driver lock preventing parallel VM startup for safe drivers like KVM2. Previously, even independent clusters using the same driver would serialize start commands due to VirtualBox's inability to handle concurrent calls, a constraint that doesn't apply to modern drivers where each profile gets its own isolated VM or container. This change unblocks tools like RamenDR that spin up multiple clusters in parallel. Supporting this fix are patches addressing the KVM driver's IP address handling under parallel stress [2], where GetIP() now correctly returns cached addresses instead of re-querying libvirt on every call. Meanwhile, Kubernetes 1.33 has hit end-of-life [3], triggering cleanup across the test infrastructure. The scheduler ecosystem continues optimization work with WAP logic decoupled from the scheduler struct [4] and a new HPASelectoreStore designed to reduce Read/Write lock contention [5], improving HPA performance under load.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] drivers: Start vm drivers in parallel ↗ kubernetes/minikube
  2. [2] kvm: Fix empty IP when starting profiles in parallel kubernetes/minikube
  3. [3] Kueue: drop CI job for 1.33 ↗ kubernetes/test-infra
  4. [4] Decouple WAP logic from scheduler struct ↗ kubernetes/kubernetes
  5. [5] Introduce new HPASelectoreStore which is optimized for Read/Write lock contention and helps improve performance. ↗ kubernetes/kubernetes

Quick answers

What shipped in Kubernetes on July 4, 2026?
Minikube eliminates serialization bottleneck for concurrent cluster creation, cutting multi-cluster setup times by 25 seconds per profile. In total, 31 commits and 17 pull requests landed.
Who contributed to Kubernetes on July 4, 2026?
4 developers shipped this update, including nirs, mimowo, antekjb, and hakuna-matatah.
What were the notable Kubernetes updates?
drivers: Start vm drivers in parallel, kvm: Fix empty IP when starting profiles in parallel, and Kueue: drop CI job for 1.33.

More from @kubernetes

Daily updates, in your inbox

Follow Kubernetes

Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.