From a2dd6a91cbafeb030001feb6d91f1e691b94ee88 Mon Sep 17 00:00:00 2001 From: Wes Widner Date: Fri, 5 Apr 2019 15:47:41 -0400 Subject: [PATCH] add kubeadm --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d3cb83..499fb6b 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,12 @@ A collection of container related security resources ## Networking/Runtime ------------------------------------------------------------------------------------------ -### [kiam](https://github.com/uswitch/kiam) +### [kubeadm](https://github.com/kubernetes/kubeadm) * Associating Amazon IAM roles to pods +### [kiam](https://github.com/uswitch/kiam) +* Also for associating Amazon IAM roles to pods + ### [Secure Container Isolation: Problem Statement & Solution Space](https://docs.google.com/document/d/1QQ5u1RBDLXWvC8K3pscTtTRThsOeBSts_imYEoRyw8A/edit#heading=h.ypyhxoaw8f95) * Comprehensive guide from Google engineers on securing and isolating containers