Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Containers Securely by Default #5

Open
CodeClinch opened this issue Aug 5, 2019 · 0 comments
Open

Running Containers Securely by Default #5

CodeClinch opened this issue Aug 5, 2019 · 0 comments

Comments

@CodeClinch
Copy link

CodeClinch commented Aug 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant