Welcome to Hands-On with Kubernetes Admission Controllers! This course is designed to give you a better understanding of admission controllers and how you can implement them on a Kubernetes system. We will begin by diving deeper into the function that admission controllers provide and how they fit into the overall Kubernetes system. Then, we will take a look at some of the more notable admission controllers and discuss what they are used for and which are enabled by default. Once we have a basic understanding of admission controllers, we will cover some tools that we can use to gain information about admission controllers on the system and see how we can enable and disable them. Finally, we will go through the process of configuring and implementing an admission controller from start to finish and see how admission controller resources affect other objects in the system.