In this course, Deploying Custom Admission Controllers with Terraform, you’ll learn how to create a custom admission controller with Terraform. First, you’ll explore what a Kubernetes admission controller does and how to use Terraform to deploy and manage an admission controller. Next, you’ll learn how to use the built-in validating and mutating admission webhooks to create your own webhooks that are triggered by certain Kubernetes events. This will demonstrate how to use Terraform to implement the controller and related resources to give you better control over provisioning resources in your Kubernetes cluster.