Skip to content

Kubernetes Dynamic Admission Webhook to add an envoy container to new pods

Notifications You must be signed in to change notification settings

dnivra26/envoy_admission_webhook_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Admission Webhook

Steps

  1. Create a google cloud function to process the requests
    gcloud beta functions deploy addenvoy --trigger-http
  2. Add MutatingWebhookConfiguration to your k8s cluster
    kubectl apply -f mutate.yaml
  3. Create any new deployment to see envoy container automatically being added

References

https://github.com/kelseyhightower/denyenv-validating-admission-webhook

About

Kubernetes Dynamic Admission Webhook to add an envoy container to new pods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published