Kubernetes Security – Best Practice Guide
1–10 of 45 posts
Re: Kubernetes Security – Best Practice Guide
#2I'm not saying it's wrong to do those things, but it would help to prioritize changes if you can understand the severity of the security vulnerabilities you're exposed to.
Re: Kubernetes Security – Best Practice Guide
#3Re: Kubernetes Security – Best Practice Guide
#4They take care of providing, among others, a secure default configuration.
Re: Kubernetes Security – Best Practice Guide
#5Re: Kubernetes Security – Best Practice Guide
#6Re: Kubernetes Security – Best Practice Guide
#7Definitely suggest adding more RBAC examples to this. And things like ETCD w/SSL, etc.
Re: Kubernetes Security – Best Practice Guide
#8Another tool that can help here: https://github.com/aquasecurity/kube-bench
There appear to be several of these worth investigating. Ordered by highest to lowest apparent activity level and update frequency:
https://github.com/aquasecurity/kube-bench (Go)
https://github.com/neuvector/kubernetes-cis-benchmark (Bash)
Re: Kubernetes Security – Best Practice Guide
#9Another tool that can help here: https://github.com/aquasecurity/kube-bench
Re: Kubernetes Security – Best Practice Guide
#10Not included, but I would like to see how to inject secrets when running an image.