DEV Community

Cover image for Implementing a simple K8s admission controller in Go

Implementing a simple K8s admission controller in Go

Douglas Makey Mendez Molero on March 01, 2021

What is an admission controller? In a nutshell, Kubernetes admission controllers are plugins that govern and enforce how the cluster is...
Collapse
 
agniasstratagem profile image
Andy Gnias

The pods/pods.go file shown here differs from the one in your repository, so running kubectl apply -f pods/01_fail_pod_creation_test.yaml doesn't actually fail.