Distroless container images

151

Distroless container images are container images that have just your application and its runtime dependencies.

Stuff you wanna know:

  1. Kubernetes supports distroless images since v1.15.
  2. Distroless images enable you to deploy minimal container images that reduce attack surface and exposure to bugs and vulnerabilities.
  3. Distroless images do not include a shell or any debugging utilities.

More stuff: