๐Š๐ฎ๐›๐ž๐ซ๐ง๐ž๐ญ๐ž๐ฌ 1.29 Some Exciting Features

Harsh Manvar
Google Cloud - Community
3 min readDec 20, 2023

--

A brief overview of the removals, deprecations, and modifications made to K8s 1.29

Overview

Kubernetes has become the de facto industry standard container orchestration technology for deploying and managing containerized applications at scale.

Kubernetes release 1.29

Kubernetes 1.29 Theme & logo โ€” Mandala (The Universe)

This release draws inspiration from the exquisite Mandala art style, which represents the cosmos in its ultimate form. K8s group of about 40 Release Team members has worked hard to solve obstacles and opportunities for millions of people globally, supported by hundreds of community contributors.

Letโ€™s Dive

Total enhancement in release 1.29 = 49

11 graduated to Stable, 19 to Beta & 19 to Alpha

Stable improvements

  • ReadWriteOncePod โ€” introduced in the 1.22 release as an Alpha feature for CSI driver now graduated to stable. Before 1.22 k8s had three volume access modes RWO, RWM, ROM

ReadWriteOncePod (RWOP)makes sure only the pod attached to the volume in the whole cluster can only read or write to that PV/PVC.

apiVersion: v1
kind: PersistentVolume
metadata:
name: pv
spec:
capacity:
storage: 5Giโ€ฆ

--

--

Harsh Manvar
Google Cloud - Community

Engineer @ Oracle | Docker Captain | CNCF Ambassador, Donโ€™t hesitate to contact on : https://www.linkedin.com/in/harsh-manvar-64a30aa3/