Skip to content

pixelfederation/unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbound

Unbound is a validating, recursive, caching DNS resolver.

Prerequisites

  • Kubernetes 1.21 or later

Installing the Chart

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.

Configuration

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