The mutating admission webhook component of the Keeper Kubernetes Secrets Injector.
This webhook intercepts Kubernetes pod creation requests and automatically injects:
keeper/injector-sidecar) to fetch secretsThis image is deployed automatically when you install the Keeper Injector via Helm. You don't typically pull this image directly.
helm repo add keeper https://keeper-security.github.io/keeper-k8s-injector
helm install keeper-injector keeper/keeper-injector --namespace keeper-system --create-namespace
kubectl apply -f https://github.com/Keeper-Security/keeper-k8s-injector/releases/latest/download/install.yaml
Pod Creation Request
│
▼
┌───────────────────┐
│ injector-webhook │ ◄── This image
│ (admission ctrl) │
└───────────────────┘
│
▼
Mutated Pod with
injector-sidecar
The webhook is configured via the Helm chart. See values.yaml for options.
latest - Latest stable releaseX.Y.Z - Specific version (e.g., 0.1.2)MIT License - [Keeper Security, Inc.] https://www.keepersecurity.com)
Content type
Image
Digest
sha256:3eb609f3e…
Size
11.4 MB
Last updated
21 days ago
docker pull keeper/injector-webhook