Get Started

Get Started

The helm chart is the official way to install Phonebook in your cluster.

  1. Add helm repo
helm repo add phonebook https://pier-oliviert.github.io/phonebook/ --force-update
  1. Configure values.yaml to your provider

Phonebook requires some user values about the DNS provider you want to use to successfully run. Refer to the providers page to learn how to configure your values.yaml file.

  1. Install Phonebook
helm upgrade --install phonebook phonebook/phonebook \
  --namespace phonebook-system \
  --create-namespace \
  --values values.yaml