Kubernetes 1.29 ReadWriteOncePod Access Mode is in GA
Here's some backstory:
ReadWriteOnce PVC access mode has a problem.
A small one. Multiple pods on a node can access the PVC.
But some apps don't want this, so they are not happy.
The new ReadWriteOncePod mode (GA in 1.29) can be used to restrict access to a single pod.
This will:
1. Enable at-most-one-writer for stronger data consistency.
2. The happy Pod is Guaranteed stronger data safety.
That's it for today.
If this is useful, do a Repost. It really helps ♻️
PS: I'm