From 1ad85b2dbafb363491e880214109c626df64edb7 Mon Sep 17 00:00:00 2001 From: Kaiber <89855993+Khadinxc@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:51:34 +1100 Subject: [PATCH] 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". --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b243b..6ea7af5 100644 --- a/README.md +++ b/README.md @@ -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