Interesting articles#
Kubernetes#
Primer on Linux Container Filesystems by Michal Pitr is an educational article that explores how Linux containers, such as those managed by Docker, create and manage their own isolated filesystems using OverlayFS
Understanding etcd in Kubernetes from Learnk8s offers a practical guide to etcd, the distributed key-value store that serves as the backing store for all cluster data in Kubernetes. The article explains how etcd works, its role in Kubernetes architecture, and best practices for maintaining a reliable and secure etcd cluster.
Networking#
What is IPv6? – A comprehensive overview of IPv6, its history, advantages over IPv4, and deployment challenges on NetworkAcademy.io