Skip to content

Instantly share code, notes, and snippets.

View anelshaer's full-sized avatar

Ahmed Elshaer anelshaer

View GitHub Profile
@anelshaer
anelshaer / passivedns-daemonset.yaml
Created February 27, 2023 15:46 — forked from jonpulsifer/passivedns-daemonset.yaml
Kubernetes Daemonset for PassiveDNS
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: passivedns
spec:
selector:
matchLabels:
name: passivedns
template:
metadata: