Hardening Docker and Kubernetes with seccomp

Your containers might not be as secure as you’d think, but seccomp profiles can help you fix that…

Martin Heinz
ITNEXT
Published in
9 min readJan 15, 2021

--

There are a lot of misconceptions about container security — A lot of people assume that containers are secure by default, which is unfortunately not true. There are quite a few tools that can help you improve security of your containers and therefore also security of Docker and Kubernetes. One of the ways to harden them is to apply proper seccomp profiles. If you have no idea what seccomp

--

--