Skip to content

Felixlx/kubernetes-mutating-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Mutating Webhook example

This shows a basic implementation of a mutating webhook.

Setup

Note: This relies on TLS certificates to function correctly. Soon that will be added to this repo for a full end-to-end working example.

This example utilizes a local kind cluster.

$ make build
$ make build-image-kind
$ make push-kind
$ make deploy

Cleanup

$ make cleanup

About

Example showing how to implement a basic mutating webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.6%
  • Makefile 10.1%
  • Dockerfile 2.3%