<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kubernetes v1.33 Archives - Linuxcent</title>
	<atom:link href="https://linuxcent.com/tag/kubernetes-v1-33/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxcent.com/tag/kubernetes-v1-33/</link>
	<description>Infrastructure security, from the kernel up.</description>
	<lastBuildDate>Sat, 09 May 2026 18:40:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://linuxcent.com/wp-content/uploads/2026/04/favicon-512x512-1-150x150.png</url>
	<title>Kubernetes v1.33 Archives - Linuxcent</title>
	<link>https://linuxcent.com/tag/kubernetes-v1-33/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">211632295</site>	<item>
		<title>Kubernetes Today: v1.33 to v1.35, In-Place Resize GA, and What Comes Next</title>
		<link>https://linuxcent.com/kubernetes-v1-33-whats-new/</link>
					<comments>https://linuxcent.com/kubernetes-v1-33-whats-new/#respond</comments>
		
		<dc:creator><![CDATA[Vamshi Krishna Santhapuri]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 19:31:44 +0000</pubDate>
				<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Cloud Native]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Kubernetes Security]]></category>
		<category><![CDATA[Kubernetes v1.33]]></category>
		<category><![CDATA[Kubernetes v1.35]]></category>
		<category><![CDATA[Platform Engineering]]></category>
		<guid isPermaLink="false">https://linuxcent.com/kubernetes-v1-33-whats-new/</guid>

					<description><![CDATA[<p><span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>In-place pod resize GA, sidecar containers stable, structured logging mature. Trace what v1.33–v1.35 shipped and where Kubernetes is heading in 2025 and beyond.</p>
<p>The post <a href="https://linuxcent.com/kubernetes-v1-33-whats-new/">Kubernetes Today: v1.33 to v1.35, In-Place Resize GA, and What Comes Next</a> appeared first on <a href="https://linuxcent.com">Linuxcent</a>.</p>
]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span><style>
pre{position:relative;background:#1e1e1e;color:#d4d4d4;
    padding:16px 16px 16px 20px;border-radius:6px;overflow-x:auto;
    font-family:'JetBrains Mono','Fira Code','Cascadia Code',Consolas,'Courier New',monospace;
    font-size:.88em;line-height:1.6;border-left:4px solid #555}
code{background:#f4f4f4;padding:2px 5px;border-radius:3px;font-size:.9em}
pre code{background:transparent;padding:0;color:inherit}
pre[data-lang="bash"],pre[data-lang="sh"],
pre[data-lang="shell"],pre[data-lang="zsh"]{border-left-color:#4ec9b0}
pre[data-lang="yaml"],pre[data-lang="json"],
pre[data-lang="toml"],pre[data-lang="xml"]{border-left-color:#569cd6}
pre[data-lang="python"],pre[data-lang="go"],pre[data-lang="rust"],
pre[data-lang="java"],pre[data-lang="c"],pre[data-lang="cpp"]{border-left-color:#c586c0}
pre[data-lang="text"],pre[data-lang="output"],
pre[data-lang="console"]{border-left-color:#888}
.lc-copy-btn{position:absolute;top:8px;right:8px;background:#2d2d2d;color:#ccc;
    border:1px solid #444;border-radius:4px;padding:3px 9px;font-size:.75em;
    font-family:system-ui,sans-serif;cursor:pointer;opacity:0;
    transition:opacity .15s,background .15s;line-height:1.6}
pre:hover .lc-copy-btn{opacity:1}
.lc-copy-btn:hover{background:#3a3a3a;color:#fff}
.lc-copy-btn.copied{color:#4ec9b0;border-color:#4ec9b0}
.lc-lang-badge{position:absolute;top:8px;left:20px;font-family:system-ui,sans-serif;
    font-size:.7em;color:#666;text-transform:uppercase;letter-spacing:.04em;
    line-height:1;pointer-events:none;opacity:0;transition:opacity .15s}
pre:hover .lc-lang-badge{opacity:1}
table{border-collapse:collapse;width:100%;margin:16px 0}
th,td{border:1px solid #ddd;padding:10px 14px;text-align:left}
th{background:#f0f0f0;font-weight:600}
tr:nth-child(even){background:#fafafa}
</style>
<p><script>
(function(){
  if(window.__lcCodeEnhanced)return;
  window.__lcCodeEnhanced=true;
  function enhance(){
    document.querySelectorAll('pre').forEach(function(pre){
      var code=pre.querySelector('code');
      var lang='';
      if(code){var m=(code.className||'').match(/language-(\S+)/);if(m)lang=m[1].toLowerCase();}
      if(lang)pre.setAttribute('data-lang',lang);
      if(lang){var badge=document.createElement('span');badge.className='lc-lang-badge';badge.textContent=lang;pre.insertBefore(badge,pre.firstChild);}
      var btn=document.createElement('button');
      btn.className='lc-copy-btn';btn.textContent='Copy';btn.setAttribute('aria-label','Copy code to clipboard');
      pre.appendChild(btn);
      btn.addEventListener('click',function(){
        var text=code?code.innerText:pre.innerText;
        if(navigator.clipboard&&window.isSecureContext){
          navigator.clipboard.writeText(text).then(function(){ok(btn);}).catch(function(){fb(text,btn);});
        }else{fb(text,btn);}
      });
    });
  }
  function ok(btn){btn.textContent='Copied!';btn.classList.add('copied');setTimeout(function(){btn.textContent='Copy';btn.classList.remove('copied');},2000);}
  function fb(text,btn){
    try{var ta=document.createElement('textarea');ta.value=text;ta.style.cssText='position:fixed;left:-9999px;top:-9999px;opacity:0';document.body.appendChild(ta);ta.select();document.execCommand('copy');document.body.removeChild(ta);ok(btn);}
    catch(e){btn.textContent='✗ Failed';setTimeout(function(){btn.textContent='Copy';},2000);}
  }
  if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',enhance);}else{enhance();}
})();
</script></p>
<hr />
<h2 id="introduction">Introduction</h2>
<p>Ten years after the first commit, Kubernetes is not exciting in the way it was in 2015. That&#8217;s a compliment. The system is stable. The APIs are mature. The migrations — dockershim, PSP, cloud provider code — are behind us.</p>
<p>What the 1.33–1.35 cycle shows is a project focused on precision: removing edge cases, promoting long-running alpha features to stable, and making the scheduler, storage, and security model more correct rather than more powerful. That&#8217;s what a mature infrastructure platform looks like.</p>
<p>Here&#8217;s what happened and where the project is headed.</p>
<hr />
<h2 id="kubernetes-133-sidecar-resize-in-place-resize-beta-april-2025">Kubernetes 1.33 — Sidecar Resize, In-Place Resize Beta (April 2025)</h2>
<p>Code name: <strong>Octarine</strong></p>
<h3 id="in-place-pod-vertical-scaling-reaches-beta">In-Place Pod Vertical Scaling reaches Beta</h3>
<p>After landing as alpha in 1.27, in-place pod resource resizing became beta in 1.33 — enabled by default via the <code class="" data-line="">InPlacePodVerticalScaling</code> feature gate.</p>
<p>The capability: change CPU and memory requests/limits on a running container without terminating and restarting the pod.</p>
<pre><code class="" data-line=""># Resize a running container&#039;s CPU limit without restart
kubectl patch pod api-pod-xyz --type=&#039;json&#039; -p=&#039;[
  {
    &quot;op&quot;: &quot;replace&quot;,
    &quot;path&quot;: &quot;/spec/containers/0/resources/requests/cpu&quot;,
    &quot;value&quot;: &quot;2&quot;
  },
  {
    &quot;op&quot;: &quot;replace&quot;,
    &quot;path&quot;: &quot;/spec/containers/0/resources/limits/cpu&quot;,
    &quot;value&quot;: &quot;4&quot;
  }
]&#039;

# Verify the resize was applied
kubectl get pod api-pod-xyz -o jsonpath=&#039;{.status.containerStatuses[0].resources}&#039;
</code></pre>
<p><strong>Why this matters operationally</strong>: Before in-place resize, vertical scaling meant terminating the pod, losing in-memory state, waiting for a new pod to become ready. For databases with warm buffer pools, JVM applications with loaded heap caches, or any workload where startup cost is significant, this was a serious limitation. Vertical Pod Autoscaler (VPA) worked around it by restarting pods — acceptable for stateless workloads, problematic for stateful ones.</p>
<p>In 1.33, resizing also works for sidecar containers, combining two 1.32-stable features.</p>
<h3 id="sidecar-containers-full-maturity">Sidecar Containers — Full Maturity</h3>
<p>The first feature to formally combine sidecar and in-place resize: you can now vertically scale a service mesh proxy (Envoy sidecar) without restarting the application pod. For high-traffic services where the proxy itself becomes the CPU bottleneck, this is directly actionable.</p>
<hr />
<h2 id="gateway-api-v14-october-2025">Gateway API v1.4 (October 2025)</h2>
<p>Gateway API continued its rapid iteration with v1.4:</p>
<p><strong>BackendTLSPolicy</strong> (Standard channel): Configure TLS between the gateway and the backend service — not just TLS termination at the gateway, but end-to-end encryption:</p>
<pre><code class="" data-line="">apiVersion: gateway.networking.k8s.io/v1alpha3
kind: BackendTLSPolicy
metadata:
  name: api-backend-tls
spec:
  targetRefs:
  - group: &quot;&quot;
    kind: Service
    name: api-service
  validation:
    caCertificateRefs:
    - name: internal-ca
      group: &quot;&quot;
      kind: ConfigMap
    hostname: api.internal.corp
</code></pre>
<p><strong>Gateway Client Certificate Validation</strong>: The gateway can now validate client certificates — mutual TLS for ingress traffic, not just between services.</p>
<p><strong>TLSRoute to Standard</strong>: TLS routing (based on SNI, not HTTP host headers) graduated to the standard channel — enabling TCP workloads with TLS passthrough through the Gateway API model.</p>
<p><strong>ListenerSet</strong>: Group multiple Gateway listeners — useful for shared infrastructure where multiple teams need to attach routes to the same gateway without managing separate Gateway resources.</p>
<hr />
<h2 id="kubernetes-134-scheduler-improvements-dra-continues-august-2025">Kubernetes 1.34 — Scheduler Improvements, DRA Continues (August 2025)</h2>
<p>The 1.34 release focused on the scheduler and Dynamic Resource Allocation:</p>
<p><strong>DRA structured parameters</strong> stabilization: The Dynamic Resource Allocation API matured its parameter model — resource drivers can expose structured claims that the scheduler understands, enabling topology-aware placement of GPU workloads:</p>
<pre><code class="" data-line="">apiVersion: resource.k8s.io/v1alpha3
kind: ResourceClaim
metadata:
  name: gpu-claim
spec:
  devices:
    requests:
    - name: gpu
      deviceClassName: gpu.nvidia.com
      selectors:
      - cel:
          expression: device.attributes[&quot;nvidia.com/gpu-product&quot;].string() == &quot;A100-SXM4-80GB&quot;
      count: 2
</code></pre>
<p><strong>Scheduler QueueingHint</strong> stable: Plugins can now tell the scheduler when to re-queue a pod for scheduling — instead of the scheduler periodically retrying all unschedulable pods, plugins signal when relevant cluster state has changed. This significantly reduces scheduler CPU consumption in large clusters with many unschedulable pods.</p>
<p><strong>Fine-grained node authorization improvements</strong>: Kubelets can now be restricted from accessing Service resources they don&#8217;t need — further reducing the blast radius of a compromised kubelet.</p>
<hr />
<h2 id="kubernetes-135-in-place-resize-ga-memory-limits-unlocked-december-2025">Kubernetes 1.35 — In-Place Resize GA, Memory Limits Unlocked (December 2025)</h2>
<h3 id="in-place-pod-vertical-scaling-graduates-to-stable">In-Place Pod Vertical Scaling Graduates to Stable</h3>
<p>After landing in alpha (1.27), beta (1.33), in-place resize graduated to GA in 1.35. Two significant improvements accompanied GA:</p>
<p><strong>Memory limit decreases now permitted</strong>: Previously, you could increase memory limits in-place but not decrease them. The restriction existed because the kernel doesn&#8217;t immediately reclaim memory when the limit is lowered — the OOM killer would need to run. 1.35 lifts this restriction with proper handling: the kernel is instructed to reclaim, and the pod status reflects the resize progress.</p>
<p><strong>Pod-Level Resources</strong> (alpha in 1.35): Specify resource requests and limits at the pod level rather than per-container — with in-place resize support. Useful for init containers and sidecar patterns where total pod resources matter more than per-container allocation.</p>
<pre><code class="" data-line="">spec:
  # Pod-level resources (alpha) — total budget for all containers
  resources:
    requests:
      cpu: &quot;4&quot;
      memory: &quot;8Gi&quot;
  containers:
  - name: application
    image: myapp:latest
    # No per-container resources; pod-level applies
  - name: log-collector
    image: fluentbit:latest
    restartPolicy: Always  # sidecar
</code></pre>
<h3 id="other-135-highlights">Other 1.35 Highlights</h3>
<p><strong>Topology Spread Constraints improvements</strong>: Better handling of unschedulable scenarios — <code class="" data-line="">whenUnsatisfiable: ScheduleAnyway</code> now has smarter fallback behavior.</p>
<p><strong>VolumeAttributesClass</strong> stable: Change storage performance characteristics (IOPS, throughput) of a PersistentVolume without re-provisioning — the storage equivalent of in-place pod resize.</p>
<pre><code class="" data-line=""># Change volume IOPS without re-provisioning
kubectl patch pvc database-pvc --type=&#039;merge&#039; -p=&#039;
  {&quot;spec&quot;: {&quot;volumeAttributesClassName&quot;: &quot;high-performance&quot;}}&#039;
</code></pre>
<p><strong>Job success policy improvements</strong>: Declare a Job successful when a subset of pods complete successfully — for distributed training jobs where not all workers need to finish.</p>
<hr />
<h2 id="whats-in-kubernetes-136-april-22-2026">What&#8217;s in Kubernetes 1.36 (April 22, 2026)</h2>
<p>Kubernetes 1.36 is on track for April 22, 2026 release. Based on the enhancement tracking and KEP (Kubernetes Enhancement Proposal) pipeline, expected highlights include:</p>
<ul>
<li><strong>DRA</strong> continuing toward stable</li>
<li><strong>Pod-level resources</strong> moving to beta</li>
<li><strong>Scheduler improvements</strong> for AI/ML workload placement</li>
<li><strong>Further Gateway API integration</strong> as core networking model</li>
</ul>
<p>The project has reached a rhythm: four releases per year, each focused on advancing a predictable set of features through alpha → beta → stable. The drama of the 2019–2022 period (PSP, dockershim, API removals) is behind it.</p>
<hr />
<h2 id="the-state-of-the-ecosystem-in-2026">The State of the Ecosystem in 2026</h2>
<h3 id="control-plane-deployment-models">Control Plane Deployment Models</h3>
<table>
<thead>
<tr>
<th>Model</th>
<th>Examples</th>
<th>Best For</th>
</tr>
</thead>
<tbody>
<tr>
<td>Managed (cloud provider)</td>
<td>GKE, EKS, AKS</td>
<td>Most organizations; no control plane ops</td>
</tr>
<tr>
<td>Self-managed</td>
<td>kubeadm, k3s, Talos</td>
<td>Air-gapped, on-prem, specific compliance requirements</td>
</tr>
<tr>
<td>Managed (platform)</td>
<td>Rancher, OpenShift</td>
<td>Enterprises that need multi-cluster management + vendor support</td>
</tr>
</tbody>
</table>
<h3 id="cni-landscape">CNI Landscape</h3>
<table>
<thead>
<tr>
<th>CNI</th>
<th>Model</th>
<th>Notable Feature</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cilium</td>
<td>eBPF</td>
<td>kube-proxy replacement, network policy at kernel, Hubble observability</td>
</tr>
<tr>
<td>Calico</td>
<td>eBPF or iptables</td>
<td>BGP-based networking, hybrid cloud routing</td>
</tr>
<tr>
<td>Flannel</td>
<td>VXLAN/host-gw</td>
<td>Simple, low overhead, no network policy</td>
</tr>
<tr>
<td>Weave</td>
<td>Mesh overlay</td>
<td>Easy multi-host setup</td>
</tr>
</tbody>
</table>
<p>eBPF-based CNIs (Cilium, Calico in eBPF mode) are now the default recommendation for production clusters. The iptables era of Kubernetes networking is ending.</p>
<h3 id="security-stack-in-2026">Security Stack in 2026</h3>
<p>A hardened Kubernetes cluster in 2026 runs:</p>
<pre><code class="" data-line="">Cluster provisioning:    Cluster API + GitOps (Flux/ArgoCD)
Admission control:       Pod Security Admission (restricted) + Kyverno or OPA/Gatekeeper
Runtime security:        Falco (eBPF-based syscall monitoring)
Network security:        Cilium NetworkPolicy + Cilium Cluster Mesh for multi-cluster
Image security:          Cosign signing in CI + admission webhook for signature verification
Secret management:       External Secrets Operator → HashiCorp Vault or cloud KMS
Observability:           Prometheus + Grafana + Hubble (network flows) + OpenTelemetry
</code></pre>
<hr />
<h2 id="the-permanent-principles-that-havent-changed">The Permanent Principles That Haven&#8217;t Changed</h2>
<p>Looking across twelve years and 35 minor versions, some things have not changed:</p>
<p><strong>The API as the universal interface</strong>: Everything in Kubernetes is a resource. This remains the most important architectural decision — it makes every tool, every controller, every GitOps system work with the same model.</p>
<p><strong>Reconciliation loops</strong>: Every Kubernetes controller watches actual state and drives it toward desired state. The controller pattern from 2014 is unchanged. CRDs and Operators are just more instances of it.</p>
<p><strong>Labels and selectors</strong>: The flexible grouping mechanism from 1.0 is still the primary way Kubernetes components find each other. Services find pods. HPA finds Deployments. Operators find their managed resources.</p>
<p><strong>Declarative, not imperative</strong>: You describe what you want. Kubernetes figures out how to achieve and maintain it. This principle, inherited from Borg&#8217;s BCL configuration, underlies everything from Deployments to Crossplane&#8217;s cloud resource management.</p>
<hr />
<h2 id="whats-coming-the-next-five-years">What&#8217;s Coming: The Next Five Years</h2>
<p><strong>WebAssembly on Kubernetes</strong>: The Wasm ecosystem (wasmCloud, SpinKube) is building toward running WebAssembly workloads as first-class Kubernetes pods — near-native performance, smaller images, stronger isolation than containers. Still early, but gaining real adoption.</p>
<p><strong>AI inference as infrastructure</strong>: LLM serving is becoming a cluster primitive. Tools like KServe and vLLM on Kubernetes are moving from research to production. The scheduler, resource model, and networking will continue adapting to inference workload patterns.</p>
<p><strong>Confidential computing</strong>: AMD SEV, Intel TDX, and ARM CCA provide hardware-level memory encryption for pods. The RuntimeClass mechanism and ongoing kernel work are making confidential Kubernetes workloads operational rather than experimental.</p>
<p><strong>Leaner distributions</strong>: k3s, k0s, Talos, and Flatcar-based minimal Kubernetes distributions are growing in adoption for edge, IoT, and resource-constrained environments. The pressure is toward smaller, more auditable control planes.</p>
<hr />
<h2 id="key-takeaways">Key Takeaways</h2>
<ul>
<li>In-place pod vertical scaling went from alpha (1.27) to stable (1.35) — live CPU and memory resize without pod restart changes the economics of stateful workload management</li>
<li>Gateway API v1.4 completes the ingress replacement story: BackendTLSPolicy, client certificate validation, and TLSRoute in standard channel</li>
<li>VolumeAttributesClass stable (1.35): Change storage performance in-place — the storage parallel to pod resource resize</li>
<li>The eBPF era of Kubernetes networking is established: Cilium as default CNI in GKE, growing in EKS/AKS, replacing iptables-based kube-proxy</li>
<li>The Kubernetes project in 2026 is focused on precision — promoting mature features to stable, reducing edge cases, improving scheduler efficiency — not adding new abstractions</li>
<li>WebAssembly, confidential computing, and AI inference scheduling are the frontiers to watch</li>
</ul>
<hr />
<h2 id="series-wrap-up">Series Wrap-Up</h2>
<table>
<thead>
<tr>
<th>Era</th>
<th>Defining Change</th>
</tr>
</thead>
<tbody>
<tr>
<td>2003–2014</td>
<td>Borg and Omega build the playbook internally at Google</td>
</tr>
<tr>
<td>2014–2016</td>
<td>Kubernetes 1.0, CNCF, and winning the container orchestration wars</td>
</tr>
<tr>
<td>2016–2018</td>
<td>RBAC stable, CRDs, cloud providers all-in on managed K8s</td>
</tr>
<tr>
<td>2018–2020</td>
<td>Operators, service mesh, OPA/Gatekeeper — the extensibility era</td>
</tr>
<tr>
<td>2020–2022</td>
<td>Supply chain crisis, PSP deprecated, API removals, dockershim exit</td>
</tr>
<tr>
<td>2022–2023</td>
<td>Dockershim and PSP removed, eBPF networking takes over</td>
</tr>
<tr>
<td>2023–2025</td>
<td>GitOps standard, sidecar stable, DRA, AI/ML workloads</td>
</tr>
<tr>
<td>2025–2026</td>
<td>In-place resize GA, VolumeAttributesClass, Gateway API complete</td>
</tr>
</tbody>
</table>
<p>From 47,501 lines of Go in a 250-file GitHub commit to the operating system of the cloud — and still reconciling.</p>
<hr />
<p><a href="ep07-platform-engineering.md">← EP07: Platform Engineering Era</a></p>
<p><em>Series: Kubernetes: From Borg to Platform Engineering | linuxcent.com</em></p>
<p><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&amp;linkname=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Flinuxcent.com%2Fkubernetes-v1-33-whats-new%2F&#038;title=Kubernetes%20Today%3A%20v1.33%20to%20v1.35%2C%20In-Place%20Resize%20GA%2C%20and%20What%20Comes%20Next" data-a2a-url="https://linuxcent.com/kubernetes-v1-33-whats-new/" data-a2a-title="Kubernetes Today: v1.33 to v1.35, In-Place Resize GA, and What Comes Next"></a></p><p>The post <a href="https://linuxcent.com/kubernetes-v1-33-whats-new/">Kubernetes Today: v1.33 to v1.35, In-Place Resize GA, and What Comes Next</a> appeared first on <a href="https://linuxcent.com">Linuxcent</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxcent.com/kubernetes-v1-33-whats-new/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1662</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: linuxcent.com @ 2026-09-01 14:39:05 by W3 Total Cache
-->