HackerTrans
トップ新着トレンドコメント過去質問紹介求人

chmod-777

no profile record

投稿

Kubernetes Network Security effect, tech tutorial

thenewstack.io
1 ポイント·投稿者 chmod-777·5 年前·0 コメント

Open Source Tool for Checking K8s Configuration for NSA Hardening Guidance

2 ポイント·投稿者 chmod-777·5 年前·0 コメント

コメント

chmod-777
·5 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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.