Unbound is a validating, recursive, caching DNS resolver.
- Kubernetes 1.21 or later
The chart can be installed as follows:
$ helm repo add unbound https://pixelfederation.github.io/unbound
$ helm --namespace=unbound install unbound unbound/unbound
To uninstall/delete the unbound
deployment:
$ helm uninstall unbound
The command removes all the Kubernetes components associated with the chart and deletes the release.
See values.yaml
for configuration notes. Specify each parameter using the --set key=value[,key=value]
argument to helm install
. For example,
See man and configmap for posible configuration options.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
$ helm install unbound pixelfederation/unbound -f values.yaml