From 65201a5ce8888e43c2d2fcbcf16868b900e921e4 Mon Sep 17 00:00:00 2001 From: Ahmet Cetin Date: Sun, 3 Oct 2021 22:36:10 +0200 Subject: [PATCH] Kubernetes Deployment & Security Patterns added (#5721) * Kubernetes Deployment & Security Patterns added * Put the link under Containers section --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 41b4c64d..71e8512a 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -193,6 +193,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA ### Containers * [Docker Jumpstart](http://odewahn.github.io/docker-jumpstart/) - Andrew Odewahn +* [Kubernetes Deployment & Security Patterns](https://resources.linuxfoundation.org/LF+Projects/CNCF/TheNewStack_Book2_KubernetesDeploymentAndSecurityPatterns.pdf) - Alex Williams (PDF) ### Database -- GitLab