how to find the uid in host mapped to uid of container run with k8s
As we know that k8s does not isolate user namespace from the host of k8s node.So my question is that If a new uid/gid is defined/created in my Dockerfile,which a image is built from,finally this image is used to run as a pod which is deployed in a k8s worker node.How can I know what is the uid/gid mapped to uid/gid inside the running container?