Star 0

Abstract

Kubernetes security discussions often focus on safe configurations and deployments. This talk will focus on a different aspect: runtime security. Runtime security mitigates damage done by a compromise. It includes an overview of runtime security, how it changes as you move to containers and Kubernetes, and a demo of features and tools that help you respond to these risks.Learning Objectives:1: Understand the security differences between VMs and containers.2: Grasp the importance of container specific run-time security.3: Gather a list of options for addressing this need, including free open source options.Pre-Requisites:Basic understanding of containers.