Skip to content

eyalkoren/k8s-tracing-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-tracing-webhook

This webhook project is based on https://github.com/stackrox/admission-controller-webhook-demo

An implementation of k8s admission control webhook, that enables atuomatic attachement of the Elastic APM Java agent to application pods. The registered MutatingAdmissionWebhook intercepts requests to the Kubernetes API server and executes the mutating admission control webhook prior to persistence of the object, but after the request is authenticated and authorized. This allows the mutation of the originally submitted request.

Screen Shot 2021-05-13 at 14 20 35

The mutation is done by applying JSON patches.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published