---
title: "In-place pod restarts: Boosting efficiency and workload reliability in Kubernetes v1.35"
url: https://daily.dev/posts/in-place-pod-restarts-boosting-efficiency-and-workload-reliability-in-kubernetes-v1-35-ufjluvvsx
source_url: http://opensource.googleblog.com/2026/06/in-place-pod-restarts-boosting-efficiency-and-workload-reliability-in-kubernetes-v135.html
type: article
source: "Google Open Source Blog"
published: 2026-06-21T06:07:51.174Z
updated: 2026-08-24T07:04:00.318Z
tags: ["kubernetes", "distributed-systems", "orchestration"]
reading_time: 5
upvotes: 11
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# In-place pod restarts: Boosting efficiency and workload reliability in Kubernetes v1.35

**[Google Open Source Blog](https://daily.dev/sources/googleoss)** · 5 min read · 11 upvotes · 0 comments

## Summary

Kubernetes v1.35 introduces the RestartAllContainers action (graduating to beta in v1.36), enabling in-place pod restarts without recreating the entire Pod object. By keeping the Pod sandbox intact — preserving network identity, GPU/TPU bindings, and storage mounts — containers can recover from failures while avoiding control plane churn, scheduling delays, and resource race conditions. This is especially valuable for large batch and AI/ML workloads where pod recreation at scale causes 'Thundering Herd' scheduling storms. The feature is configured via restartPolicyRules in the pod spec, introduces an AllContainersRestarting condition for observability, and requires applications to be idempotent and handle abrupt SIGKILL termination. Recovery times for JobSet workloads reportedly dropped from minutes to seconds.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <http://opensource.googleblog.com/2026/06/in-place-pod-restarts-boosting-efficiency-and-workload-reliability-in-kubernetes-v135.html>

## Similar posts on daily.dev

- [The Efficiency Era: How Kubernetes v1.35 Finally Solves the “Restart” Headache](https://daily.dev/posts/the-efficiency-era-how-kubernetes-v1-35-finally-solves-the-restart-headache-fjhms6zq4) · Cloud Native Now · 22 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#distributed-systems](https://daily.dev/tags/distributed-systems), [#orchestration](https://daily.dev/tags/orchestration)

[View this post on daily.dev](https://daily.dev/posts/in-place-pod-restarts-boosting-efficiency-and-workload-reliability-in-kubernetes-v1-35-ufjluvvsx)
