Updating DNS Resolver on PFSense
Add the host in host overrides which looks like the following:
Host | Parent domain of host | IP to return for host
knative | k8stest.jmoore53.com | 10.0.1.242
And in the Custom Options
within General Settings of the DNS Resolver
server:
local-zone: "knative.k8stest.jmoore53.com" redirect
local-data: "knative.k8stset.jmoore53.com 3600 IN A 10.0.1.242"
Now any request under *.knative.k8stest.jmoore53.com
can be directed to the LoadBalancer IP (assigned by K8s).