K8s — Container File System

Container file system deep dive

Tony
Geek Culture
Published in
6 min readJan 13

--

Understand Container File System

If you run df command inside a container, you will find out that the root (/) file system type is overlay , not the usual ext4 or xfs file system type.

For example:

--

--