Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hardillb/k8s-add-annotations

A Kubernetes Mutating Webhook
https://github.com/hardillb/k8s-add-annotations

kubernetes webhook

Last synced: about 2 months ago
JSON representation

A Kubernetes Mutating Webhook

Awesome Lists containing this project

README

        

# K8s Ingress Annotation Webhook

A Kubernetes Mutating Webhook that adds annotations to Ingress objects in a given namespace.

## BUILD

```
./crete-cert.sh
docker build . -t containers.hardill.me.uk/testing/web-hook:latest
docker push
```

## Deploy

```
kubectl apply -f template/k8s-webhook.yml
```