#
admission-webhook
Here are 52 public repositories matching this topic...
A helpful micro-framework for writing Kubernetes Admission Controllers 🔎 🎟
-
Updated
Aug 20, 2021 - Go
-
Updated
Jan 18, 2021 - Go
Kubernetes mutating webhook for `secrets-init` injection
kubernetes
aws
gcp
google-cloud
secret-management
iam-role
aws-parameter-store
secrets-management
aws-secrets-manager
admission-webhook
google-secret-manager
kubernetes-mutating-webhook
google-secret
-
Updated
Dec 14, 2021 - Go
phenixblue
commented
Jan 10, 2022
What would you like to be added:
Need to add a compatibility matrix to the README.
Why is this needed:
To show which versions of ImageSwap Webhook align to specific Kubernetes versions and which Kubernetes versions are supported overall.
Generate certificate suitable for use with any Kubernetes Mutating Webhook.
-
Updated
May 20, 2021 - Shell
A validating admission webhook to ensure compliant labels in your k8s cluster
-
Updated
Jan 1, 2022 - Go
Kubernetes admission webhook for secure, seamless and dynamic handling of secrets in your applications
kubernetes
security
vault
talend
secrets
kubernetes-secrets
k8s
injection-container
sidecar
kubernetes-controller
sidecar-container
secrets-management
admission-controller
admission-webhook
vault-agent
mutating-webhook
vault-proxy
sidecar-inject
-
Updated
Sep 21, 2021 - Go
A playground to build a very crude k8s mutating webhook in Go
-
Updated
Jul 16, 2021 - Go
Kapitan Admission Controller Webhook
kubernetes
webhook
secret-management
kubernetes-secrets
kubernetes-manifests
kapitan
tesoro
admission-controller
admission-webhook
kapitan-secret
mutating-webhooks
-
Updated
Dec 14, 2021 - Python
Webhook server for kubernetes admission webhook to inject fluentd as sidecar
-
Updated
Jan 27, 2022 - Go
Use OpenFaaS functions as Kubernetes Validating Admission Webhook
kubernetes-cluster
kubectl
kind
faas-cli
openfaas
openfaas-function
admission-webhook
arkade
openfaas-functions
validating-webhook
openfaas-cli
-
Updated
Nov 25, 2020 - Go
API server providing Webhook endpoints for Kubernetes admission controller to mutate objects
-
Updated
Dec 6, 2021 - Go
-
Updated
Oct 14, 2019 - Go
Kubernetes metadata injection for New Relic APM to make a linkage between APM and Infrastructure data.
-
Updated
Jan 24, 2022 - Go
Create Kubernetes AdmissionReview requests from Kubernetes resources
kubernetes
opa
k8s
kubectl
admission-controller
open-policy-agent
admission-webhook
policy-as-code
mutating-admission-webhook
validating-admission-webhook
kube-review
admission-review
-
Updated
Jan 9, 2022 - Go
-
Updated
Feb 18, 2020 - Go
Kubernetes webhook development (validating admission webhook) tutorial using kubewebhook
-
Updated
Aug 13, 2021 - Go
Block deletion of CRDs if there are still some of the resources in the cluster
-
Updated
Apr 29, 2020 - Go
A simple boilerplate for an admission controller in Go.
-
Updated
May 26, 2021 - Go
A simple kubernetes admission controller webhook server.
-
Updated
Oct 24, 2018 - Go
Admission controller to run untrusted code as a Job in Kubernetes
-
Updated
Apr 11, 2021 - Go
Create Kubernetes Admission Webhooks in Haskell
kubernetes
haskell
k8s
dhall
admission-webhook
mutatingwebhookconfiguration
validatingwebhookconfiguration
-
Updated
Aug 14, 2020 - Haskell
Kubernetes configurable validating admission webhook server
-
Updated
Jul 17, 2019 - Go
Webhook to add annotations to ingress object
-
Updated
Apr 15, 2020 - Go
-
Updated
Mar 4, 2020 - Go
When you need to lock deployments. Monban(門番) can lock deployments in a namespace.
-
Updated
Dec 28, 2018 - Go
The k8s-generic-webhook is a library to simplify the implementation of webhooks for arbitrary customer resources (CR) in the operator-sdk or controller-runtime.
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 10, 2020 - Go
Improve this page
Add a description, image, and links to the admission-webhook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admission-webhook topic, visit your repo's landing page and select "manage topics."
Problem
K8s-event posting can fail to post an event (
kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object
loggermessages (logger.info(...)from the