I found one post that suggested I use
HostNetwork: true
in the spec: section on my bind9-deployment.yaml file but I'm not sure whether it goes in the spec: under
kind: Service
or
kind: Deployment
section of my file.
I am hoping eventually to make my on-prem bind9 service available to my local network.
See here for more info about DNS policy when using hostNetwork.