Containers have become the backbone of modern infrastructure, whether its running microservices or through kubernetes, yet many developers treat them as blackbox. At its core, a container isn't magic - it is just a bunch of Linux features stiched together working in harmony. This is exactly what this talk demystifies - how containers work internally and how linux namespaces have become the foundation of container technology.
Exploring Linux namepaces - user, process, network, mount, etc
Preparing a mental model of container internals
Troubleshooting container issues
Appreciation for the beauty of Linux