Kubernetes Pod and Container Security: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= * Kubernetes Security Concepts =Overview=") |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Containers instantiated from container images and running in pods in a Kubernetes cluster are executing by default using container image configuration. This applies to the user and the group various container processes run under, which is by default specified with the [[Dockerfile#USER|USER directive]] in the container image. |
Revision as of 01:04, 20 February 2021
External
Internal
Overview
Containers instantiated from container images and running in pods in a Kubernetes cluster are executing by default using container image configuration. This applies to the user and the group various container processes run under, which is by default specified with the USER directive in the container image.