Admission controllers are a powerful feature of Kubernetes that allow you to enhance the security of the cluster. Admission controllers are the final stage of the Kubernetes API request processing pipeline before being accepted into the cluster. Kubernetes ships with several admission controllers are enabled by default, and additional ones can be enabled as needed. Examples of functionality that can be implemented with admission controllers include:
You will explore two admission controllers in depth in this lab as case studies in Kubernetes admission control:
NamespaceAutoProvision
admission controller automatically creates Namespaces when resources are attempted to be created in Namespaces that do not exist.EventRateLimit
admission controller can reduce the impact of new Events flooding the API server.Upon completion of this intermediate-level lab, you will be able to:
vi
to edit Kubernetes API server manifestsFamiliarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisites:
Logan has been involved in software development and research since 2007 and has been in the cloud since 2012. He is an AWS Certified DevOps Engineer - Professional, AWS Certified Solutions Architect - Professional, Microsoft Certified Azure Solutions Architect Expert, MCSE: Cloud Platform and Infrastructure, Google Cloud Certified Associate Cloud Engineer, Certified Kubernetes Security Specialist (CKS), Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD), and Certified OpenStack Administrator (COA). He earned his Ph.D. studying design automation and enjoys all things tech.