Process' namespace information
Modern replacement of chroot
Child Inherit Parent namespace
/proc/{pid}/ns/proc/{pid}/ns/mnt
컨테이너 파일 시스템이나 네트워킹과 같은 시스템 리소스를 가상화할 수 있게하는 근간기술
두개의 다른 프로세스가 한 호스트에서 동일한 PID를 가질 수 있다는 것을 의미
Creating new namespaces
- clone() creates (forks) a new process with optional flags to specify new namespace
CLONE_NEWUTSCLONE_NEWIPCCLONE_NEWNS (mount)CLONE_NEWPIDCLONE_NEWCGROUPCLONE_NEWNET (network)CLONE_NEWUSER
Linux Namespaces
Linux Namespace Usages


Seonglae Cho![[번역]쿠버네티스 패킷의 삶 - #1](https://www.notion.so/image/https%3A%2F%2Fcoffeewhale.com%2Fassets%2Fimages%2Fpacket-life%2Flanding01.png?table=block&id=675023b8-0450-4a60-8f44-a9da488c8317&cache=v2)