DEV Community

Cover image for Understanding Kubernetes: part 58 – EndpointSlice
Aurélie Vache
Aurélie Vache

Posted on

Understanding Kubernetes: part 58 – EndpointSlice

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 EndpointSlice, which is a useful list of Pods endpoints that is used by Services Kubernetes resources.

In Kubernetes there are resources that you can deploy but also resources that are created by another resources, it's the case of EndpointSlice :).

EndpointSlice
EndpointSlice
EndpointSlice

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 :-).

Top comments (0)