Challenges of Using User Namespaces at Big Scale

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Presenters: Mauricio Vásquez, Kinvolk
    Running a process as root inside containers is a security risk: if such a process is able to break out of the container into the host, it can cause considerable damage as it will be running as a privileged user there.
    User namespaces are a solution for this problem as they isolate user and group IDs, a process running as root in a container runs as non-root in the host. The OCI specification and projects like runc, containerd and cri-o support them, but Kubernetes doesn’t.

Комментарии •