Day 33 Task: Working with Namespaces and Services in Kubernetes
UserNamespace:
A user namespace isolates the user running inside the container from the one in the host.
A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for ...
gajananb.hashnode.dev5 min read