Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hardillb/k8s-add-annotations
- Owner: hardillb
- License: apache-2.0
- Created: 2022-12-09T22:10:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T22:41:01.000Z (about 2 years ago)
- Last Synced: 2024-10-13T16:11:36.753Z (3 months ago)
- Topics: kubernetes, webhook
- Language: JavaScript
- Homepage: https://www.hardill.me.uk/wordpress/2022/12/09/kubernetes-mutating-web-hooks-to-configure-ingress/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```