-
Book Overview & Buying
-
Table Of Contents
Learning Kubernetes Security - Second Edition
By :
This chapter discussed the basic principles and tools for building a secure Kubernetes environment, focusing on the concept of defense in depth. We highlighted the importance of ensuring high availability to minimize the risk of downtime and provide redundancy. We also explained how Vault, a secret management tool, can be used to securely store and access sensitive information such as API keys, tokens, and credentials. We introduced Tetragon, a runtime protection agent that leverages eBPF to monitor and enforce security policies. Finally, we discussed Falco, an open source runtime security tool that provides real-time detection of anomalous activities by monitoring system calls and Kubernetes events. You gained an understanding of these concepts by following some practical step-by-step exercises.
In Chapter 13, Kubernetes Vulnerabilities and Container Escapes, you’ll explore common vulnerabilities and learn how threat actors can exploit them, using advanced tactics...