Get Started
Get Started
The helm chart is the official way to install Phonebook in your cluster.
- Add helm repo
helm repo add phonebook https://pier-oliviert.github.io/phonebook/ --force-update
- Install Phonebook
helm upgrade --install phonebook phonebook/phonebook \
--namespace phonebook-system \
--create-namespace
- Create a DNSIntegration
Phonebook requires at least one DNSIntegration to work. These integrations can be seen as the glue between a DNS Provider (aws, cloudflare, azure, etc.) and a DNS Record created with Phonebook. Since each of the integration requires different settings and values, please refer to the integrations section to learn how to create a DNSIntegration based off the provider you want to use.