logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Greg Castle, Vinayak Goyal
2023-04-21

tldr - powered by Generative AI

The presentation discusses the importance of running containers as non-root for improved security and provides strategies for migrating to non-root containers.
  • Running containers as non-root provides significant security benefits
  • Migrating to non-root containers can be done through a programmatic approach
  • Stateless containers are easier to migrate than those with volume mounts
  • The host users feature in Kubernetes makes it easier to run containers as non-root
  • There are vulnerabilities in the Linux kernel that can be exploited to break out of containers
  • The presentation offers a demo of running an nginx container as non-root