k8s-sec.github.io icon indicating copy to clipboard operation
k8s-sec.github.io copied to clipboard

Running Containers Securely by Default

Open CodeClinch opened this issue 6 years ago • 0 comments

I have a further option for the chapter "Running Containers Securely". On the one hand, you can guarantee a certain level of security with pod security policy and on the other you can invert the defaults.

Karydia is a security add-on to Kubernetes to help with good security practices by inverting insecure Kubernetes defaults. Defaults are not enough!

Karydia inverts the following insecure defaults:

  • Unmount service account token
  • Restrict system calls by adding a seccomp profile
  • Run with minimal privileges by adding a none root user

https://github.com/karydia/karydia

CodeClinch avatar Aug 05 '19 07:08 CodeClinch