From 656486d26d4ef40c8ffc80a3f3a2c418590e0430 Mon Sep 17 00:00:00 2001 From: Peter Benjamin Date: Mon, 1 Oct 2018 21:41:38 -0700 Subject: [PATCH] Add kubernetes security best practices --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f12e7e8..9819d65 100644 --- a/README.md +++ b/README.md @@ -288,3 +288,4 @@ A collection of container related security resources ### [Making Security Invisible - Jessica Frazelle - JOTB17](https://www.youtube.com/watch?v=BuFTHOgsgAY) * Great presentation on sandboxing containers ### [Vulnerability Exploitation In Docker Container Environments](https://www.youtube.com/watch?v=77-jaeUKH7c) +### [Kubernetes Security Best Practices](https://dev.to/petermbenjamin/kubernetes-security-best-practices-hlk)