Skip to content

phosae/kube-admission-webhook-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Admission Webhook Template

This scaffold helps in building a Kubernetes Admission Webhook.

make

Running make will install a webhook server in the cluster, which:

  • validates any verbs on Pod resources. If any container in the Pod contains the environment variable DENY, the action will be rejected.
  • mutates the CREATE verb on Pod resources by appending the environment variable APPEND_BY_MUTATING_WEBHOOK=yes to all containers in the Pod.

Fork (and star) the code to start your journey!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages