DEV Community

Cover image for Understanding Kubernetes: part 48 – Kubernetes 1.27 Changelog
Aurélie Vache
Aurélie Vache

Posted on • Edited on

17 2 2 1 1

Understanding Kubernetes: part 48 – Kubernetes 1.27 Changelog

Understanding Kubernetes can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Kubernetes. I think it could be a good way, more visual, to explain Kubernetes (and others technologies).

We continue the serie of Sketchnotes about Kubernetes, with a focus on what's new in the new version of Kubernetes: v1.27.

Kubernetes 1.27
Kubernetes 1.27
Kubernetes 1.27
Kubernetes 1.27
Kubernetes 1.27

Kubernetes 1.27 Complete changelog

If you are interested, I published an entire illustrated book about Kubernetes, available in paperback on Amazon and in digital version on GumRoad: "Understanding Kubernetes in a visual way".

As usual, if you like theses sketchnotes, you can follow me, and tell me what do you think. I will publish others sketchs shortly :-).

Image of Timescale

Timescale – the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

Top comments (2)

Collapse
 
julienlau profile image
Julien Laurenceau

ReadWriteOnce -> single NODE access
ReadWriteOncePod -> single POD access

From doc:

How ReadWriteOncePod is different than the ReadWriteOnce access mode?

The ReadWriteOnce access mode restricts volume access to a single node, which means it is possible for multiple pods on the same node to read from and write to the same volume. This could potentially be a major problem for some applications, especially if they require at most one writer for data safety guarantees.

With ReadWriteOncePod these issues go away. Set the access mode on your PVC, and Kubernetes guarantees that only a single pod has access.

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks for the documentation.
So, should I edit something in my sketchnote? ;-)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →