Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 519 Bytes

NPF DNS on Kubernetes

This repos hold our unbound recursive, validating secure DNS resolver, and bind for local zones (.npf & .cluster.local)

Quickstart

kubectl create namespace dns
kubectl apply -f unbound.conf.yml
kubectl apply -f bind.conf.yml
kubectl apply -f unbound.yml
kubectl apply -f bind.yml

DNS Changes

Generate the zone with

python3 bind/generate_zone.py

Log into a bind pod, and check the zone syntax

named-checkzone -d npf /bind/config/npf.zone