#
admission-webhook
Here are 55 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
Mar 11, 2022 - Go
phenixblue
commented
Apr 15, 2022
Tracking issue for:
Generate certificate suitable for use with any Kubernetes Mutating Webhook.
-
Updated
May 20, 2021 - Shell
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
Apr 14, 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
Feb 24, 2022 - Go
A validating admission webhook to ensure compliant labels in your k8s cluster
-
Updated
Mar 2, 2022 - 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
Apr 11, 2022 - Python
Webhook server for kubernetes admission webhook to inject fluentd as sidecar
-
Updated
Apr 24, 2022 - Go
API server providing Webhook endpoints for Kubernetes admission controller to mutate objects
-
Updated
Dec 6, 2021 - 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
Mar 31, 2022 - Go
Kubernetes metadata injection for New Relic APM to make a linkage between APM and Infrastructure data.
-
Updated
May 3, 2022 - Go
-
Updated
Oct 14, 2019 - Go
This repository hosts the admission controller build on top of grype.
-
Updated
May 2, 2022 - Go
A simple boilerplate for an admission controller in Go.
-
Updated
May 26, 2021 - 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 kubernetes admission controller webhook server.
-
Updated
Oct 24, 2018 - Go
When you need to lock deployments. Monban(門番) can lock deployments in a namespace.
-
Updated
Dec 28, 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
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
Apr 4, 2022 - Go
Kubernetes configurable validating admission webhook server
-
Updated
Jul 17, 2019 - Go
Webhook to add annotations to ingress object
-
Updated
Apr 15, 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