Closed lfrancke closed 1 month ago
Kubernetes v1.27: Chill Vibes
Link: https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release/
No obvious immediate actions that I see.
For production deployments, the following features might be interesting:
k8s.gcr.io
frozen. use registry.k8s.io
instead.SeccompDefault
is now RuntimeDefault
instead of Unconfined
.requests.hugepages-<pagesize>
and limits.hugepages-<pagesize>
are now supported.PodTopologySpread
after rolling upgradesReadWriteOncePod
PersistentVolume access mode - ensures that only one pod can write to a volume at a time..spec.schedulingGates
LGTM
I would like to know if there are any changes in Kubernetes 1.27 that the SDP could potentially make use of (e.g. sidecars), will require changes or will break things on our end.
This should be timeboxed and take up at most 4h of research and reading. The result of this should be a comment on this issue or follow-up issues listing the high level points of things we could, should and should not do.
Must read:
And the Kubernetes blog has dedicated blog post for certain topics: https://kubernetes.io/blog/ (they are in the archives but can be found).
This is relevant as we can now support these things in SDP 24.11