cyber-security-resources/docker-and-k8s-security
Omar Santos c2869bc132
organizing references
2023-08-08 18:35:50 -04:00
..
docker Create seccomp.md 2023-05-19 13:33:55 -04:00
kubernetes Update secrets.md 2023-05-19 15:53:05 -04:00
EKS-best-practices.md Create EKS-best-practices.md 2023-05-19 12:40:17 -04:00
GKE.md Create GKE.md 2023-05-19 12:46:10 -04:00
README.md Create README.md 2021-04-11 13:31:02 -04:00
container-ecosystem.webp organizing references 2023-08-08 18:35:50 -04:00
podman_vs_docker.md Update podman_vs_docker.md 2023-05-19 13:06:12 -04:00

README.md

Hands-On Kubernetes and Docker Security Training Resources

Docker, containers, and Kubernetes have transformed the way we create, deploy, and orchestrate applications on-premise and in the cloud. Yet as these solutions are prone to a number of vulnerabilities and secure misconfigurations that lead to significant breaches and security risks, it has become increasingly important that you know how to implement safeguards.

This fast-paced training will teach you the basics of Docker and Kubernetes security. You will learn the various concepts of container security, how to prevent issues related to container supply chain security, and best practices around application isolation and protection. You will also learn about different authentication schemes, key concepts for how to perform logging, and how to audit the Docker platform. This training also covers clear advice on securing Kubernetes deployment, including how to secure the k8s API server, controller manager, scheduler, kubelet, worker nodes, and running etcd safely. You will also learn details about role-based authentication (RBAC), securing service accounts, Kubernetes Pod security policies, network policies, and secret management.