Kubernetes Security 101 - Best Practices

This workshop aims to give an overview about how Kubernetes works and provide some best practices to secure your cluster whenever you are deploying a new cluster on your own or via managed services such as GKE, EKS or AKS. We are going to cover everything from the Control Plane or the Master Node, starting with the API server, including etcd, RBAC and network policies. Then, we’ll cover the worker nodes, kubelet, audit logs and pods best practices. We’ll talk about the CIS Benchmarks for Kubernetes and the default configurations you need to worry about when deploying a new cluster. We’ll show how to use RBAC and assign roles and permissions to your cluster users. We’ll demonstrate how to enable audit logs for better visibility and later we’ll set up some network policies to avoid communication between pods and prevent any lateral movement from attackers. Are you starting to use Kubernetes for container orchestration? Do you need guidelines on how to start securing Kubernetes in your organizati
Back to Top