From d88ee4f862e49022737e84724836d7f912478044 Mon Sep 17 00:00:00 2001 From: Peter Benjamin Date: Fri, 24 Jan 2020 09:25:02 -0800 Subject: [PATCH] Updates --- .prettierrc.yaml | 1 + README.md | 41 ++++++++++++++++++++++++++++++++++------- 2 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 .prettierrc.yaml diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 0000000..54b2a53 --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1 @@ +proseWrap: preserve diff --git a/README.md b/README.md index 22203ab..a21b8ed 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,49 @@ A curated list of awesome Kubernetes security resources. Can you dig it? +## Open Source Projects + - [audit2rbac](https://github.com/liggitt/audit2rbac) - Autogenerate RBAC policies based on Kubernetes audit logs -- [Falco](https://github.com/falcosecurity/falco) - Container Native Runtime Security -- [GKE Security Bulletins](https://cloud.google.com/kubernetes-engine/docs/security-bulletins) - GKE Security Bulletins and Advisories +- [falco](https://github.com/falcosecurity/falco) - Container Native Runtime Security - [kiam](https://github.com/uswitch/kiam) - Integrate AWS IAM with Kubernetes - [kube-bench](https://github.com/aquasecurity/kube-bench) - Check whether Kubernetes is deployed according to security best practics - [kube-hunter](https://github.com/aquasecurity/kube-hunter) - Hunt for security weaknesses in Kubernetes clusters - [kube-psp-advisor](https://github.com/sysdiglabs/kube-psp-advisor) - Help building an adaptive and fine-grained pod security policy +- [kube-scan](https://github.com/octarinesec/kube-scan) - k8s cluster risk assessment tool - [kube2iam](https://github.com/jtblin/kube2iam) - Provide different AWS IAM roles for pods running on Kubernetes - [kubeaudit](https://github.com/Shopify/kubeaudit) - Audit your Kubernetes clusters against common security controls - [kubectl-bindrole](https://github.com/Ladicle/kubectl-bindrole) - Find Kubernetes roles bound to a specified ServiceAccount, Group or User - [kubectl-dig](https://github.com/sysdiglabs/kubectl-dig) - Deep Kubernetes visibility from the kubectl - [kubectl-kubesec](https://github.com/stefanprodan/kubectl-kubesec) - Scan Kubernetes pods, deployments, daemonsets and statefulsets with kubesec.io -- [kubectl-who-can](https://github.com/aquasecurity/kubectl-who-can) - Show who has permissions to in Kubernetes +- [kubectl-who-can](https://github.com/aquasecurity/kubectl-who-can) - Show who has permissions to \\ \ in Kubernetes - [rakkess](https://github.com/corneliusweig/rakkess) - Review access matrix for Kubernetes server resources - [rback](https://github.com/mhausenblas/rback) - RBAC in Kubernetes visualizer - -### Twitter Accounts -- [Ian Coldwater](https://twitter.com/iancoldwater) - Ian Coldwater: K8s breaker -- [learnk8s](https://twitter.com/learnk8s) - learnk8s Twitter feed + +## General Resources + +- [Kubernetes Security and Disclosure Information](https://kubernetes.io/docs/reference/issues-security/security/) +- [Kubernetes Security](https://kubernetes-security.info/) +- [GKE Security Bulletins](https://cloud.google.com/kubernetes-engine/docs/security-bulletins) + +## Twitter Accounts + +- [Ann N Wallace](https://twitter.com/annnwallace) +- [Annabelle Bertucio](https://twitter.com/WhyHiAnnabelle) +- [Brad Geessaman](https://twitter.com/bradgeesaman) +- [Duffie Cooley](https://twitter.com/mauilion) +- [Erik St. Martin](https://twitter.com/erikstmartin) +- [Greg Castle](https://twitter.com/mrgcastle) +- [Ian Coldwater](https://twitter.com/iancoldwater) +- [Jimmy Mesta](https://twitter.com/jimmesta) +- [Jordan Liggitt](https://twitter.com/liggitt) +- [learnk8s](https://twitter.com/learnk8s) +- [Liz Rice](https://twitter.com/lizrice) +- [Mark Manning](https://twitter.com/antitree) +- [Maya Kaczorowski](https://twitter.com/MayaKaczorowski) +- [Michael Ducy](https://twitter.com/mfdii) +- [Michael Hausenblas](https://twitter.com/mhausenblas) +- [Peter Benjamin](https://twitter.com/petermbenjamin) +- [Rory McCune](https://twitter.com/raesene) +- [Tabitha Sable](https://twitter.com/TabbySable) +- [Tim Allclair](https://twitter.com/tallclair) +- [Timothy St. Clair](https://twitter.com/timothysc)