DCA · Question #131
Is this a type of Linux kernel namespace that provides container isolation? Solution: Storage
The correct answer is B. No. Linux kernel namespaces provide isolation for containers, but "Storage" is not a direct namespace type for this purpose.
Question
Is this a type of Linux kernel namespace that provides container isolation? Solution: Storage
Options
- AYes
- BNo
How the community answered
(30 responses)- A10% (3)
- B90% (27)
Why each option
Linux kernel namespaces provide isolation for containers, but "Storage" is not a direct namespace type for this purpose.
"Storage" does not correspond to a defined Linux kernel namespace type that isolates resources for containers.
While containers interact with storage and mount namespaces provide filesystem isolation, there isn't a dedicated "Storage" Linux kernel namespace type that provides container isolation.
Concept tested: Linux kernel namespaces for container isolation
Source: https://man7.org/linux/man-pages/man7/namespaces.7.html
Topics
Community Discussion
No community discussion yet for this question.