HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chmod-777

no profile record

Submissions

Kubernetes Network Security effect, tech tutorial

thenewstack.io
1 points·by chmod-777·5 anni fa·0 comments

Open Source Tool for Checking K8s Configuration for NSA Hardening Guidance

2 points·by chmod-777·5 anni fa·0 comments

comments

chmod-777
·5 anni fa·discuss
I see you can also download it from Git and try it out, probably just tried to make it easier for people.
chmod-777
·5 anni fa·discuss
Hi, you do not have to use the curl | bash options, completely understand the concern (I am also like that), but we wanted to make it easy for those who like it easy :-)

It is completely open source, you can take the executables and run it yourself, compile it, change it, however you feel like :-)

If you do try it, let us know how it is, happy to get feedback!
chmod-777
·5 anni fa·discuss
Thanks for sharing, we created an open source that takes any cluster and checks it against these guidelines, check it out, hope you find it useful: https://github.com/armosec/kubescape
chmod-777
·5 anni fa·discuss
I see a lot of questions here about CIS and other frameworks, Kubescape put out a survey to ask what framework would be most beneficial next, you can impact it here: https://docs.google.com/forms/d/1ZitQztCQ3xHFQnywUerPj3LmjmX...
chmod-777
·5 anni fa·discuss
There is also an implementation difference between the two, while KubeBench requires installation within the cluster, Kubescape runs as CLI from any computer using Kube API, so it can be added to any CI/CD pipeline very easily, also the latest version enables you to scan YAML files before you deploy them so you know early on whether you are compliant.