Quidest?

Linux Namespaces

· Lorenzo Drumond

Namespaces are a feature of the Linux kernel that partitions kernel resources such that one set of processes sees one set of resources while another set of processes sees a different set of resources.

In other words, they isolate processes from each other, providing an isolation layer between system resources.

Types of Namespaces

The command for creating new namespaces id unshare.

Namespaces are one of the technologies that containers are built on, used to enforce segregation of resources.

References

Next -> cgroups

Next -> cgroups-vs-namespaces

#virtualization #container #computer_science #virtual_machine #vm #linux #kernel