logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Chris Hein, Eric Ernst
2022-10-26

tldr - powered by Generative AI

The presentation discusses the use of Kata containers for stronger workload isolation in a multi-tenant environment.
  • Multi-tenancy in a single interface can pose security risks
  • Options for stronger isolation include sandboxed runtimes like Kata containers
  • Kata containers use a virtual machine monitor to launch a minimally configured virtual machine for each container
  • Networking is simplified with a v eth dropped into a network name space
  • Per-tenant iptable rules are synced to the tenant control plane for added security