What's New With Kubernetes v1.26 ????
It's only been 10 days since we entered 2023 but there are a few recent updates with Kubernetes v1.26 and today we'll talk about those updates.
Update 1: Alpha support for cross-namespace storage data sources
In Kubernetes v1.26, an alpha feature was added that allows you to specify a data source for a persistent volume claim even if the source data is in a different namespace. Once Kubernetes checks that access is OK, the PersistentVolume can populate its data from that other storage source.
Update 2:Retroactive Default StorageClass
The v1.25 release of Kubernetes introduced an alpha feature to change how a default StorageClass was assigned to a PersistentVolumeClaim (PVC). With the feature enabled, you no longer need to create a default storage class and PVC class to assign the class.
Update 3: Eviction policy for unhealthy pods guarded by PodDisruptionBudgets
You can specify an unhealthy pod eviction policy for PodDisruptionBudgets (PDBs) in Kubernetes v1.26. PDBs are designed to give application owners greater flexibility in managing disruptions. In this article, we will dive deeper into what modifications were introduced for PDBs.
These were the latest Kubernetes v1.26 updates from 2023. Did you already know about these updates? Let us know in the comments.
Tutorials & Guides
Top Reading Recommendations
Upcoming Events
DevOps Jobs
Sponsored
PS: If you enjoyed reading our newsletter do?#like ?and?#share ?it. Also, click on the?#subscribe ?button so that you get notified every time a fresh edition is released??