k8s Security
Over the past few months I’ve collected a few good resources regarding Kubernetes security. I will add more as I learn. Reference Securing a Cluster This document covers topics related to protecting a cluster from accidental or malicious access and provides recommendations on overall security. CIS Kubernetes Benchmark version 1.6.1 Released in October 2020, it provides prescriptive guidance for establishing a secure configuration posture for Kubernetes. Kubernetes security best practices It covers a few suggestions on what can you do to make your Kubernetes workloads more secure....