Update README.md

Added the OWASP cheat sheet for Kubernetes security. 

Without adding another section for cheat sheets, articles, etc. I modified the section for presentations and posts to include articles also. Could remove the articles part in the title and sit it under posts, felt the cheat sheet fit better under "article".
This commit is contained in:
Kaiber 2024-11-28 10:51:34 +11:00 committed by GitHub
parent 0a0a06ba63
commit 1ad85b2dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ A collection of container related security resources
* [**Honeypots**](#honeypots)
* [**Presentations/Posts**](#presentations/posts)
* [**Presentations/Posts/Articles**](#presentations/posts/articles)
------------------------------------------------------------------------------------------
@ -262,11 +262,13 @@ A collection of container related security resources
------------------------------------------------------------------------------------------
## Presentations/Posts
## Presentations/Posts/Articles
------------------------------------------------------------------------------------------
### [Pets, cattle and insects](https://hub.packtpub.com/pets-cattle-analogy-demonstrates-how-serverless-fits-software-infrastructure-landscape/)
* An extension of the helpful cattle and pets analogy
### [OWASP Kubernetes Security Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Kubernetes_Security_Cheat_Sheet.html)
* One of the many cheat sheets in the OWASP series, providing insight into the security of various components and capabilities of Kubernetes
### [Capability based sandboxing](https://archive.fosdem.org/2016/schedule/event/capsicum/)
* The author presents the intreaging notion of applying the microservices approach to containers where you divide an application apart by capabilities
* [Awesome Object Capabilities](https://github.com/dckc/awesome-ocap) - A language-level implementation of the capability based sandboxing methodology