Skip to content

jauntywunderkind/helm-external-dns-power

Repository files navigation

helm-external-dns-power

External DNS, powered by PowerDNS, installed via Helm

Steps

  1. kubectl apply -f external-dns-namespace.yaml to create an external-dns namespace (you can use another namespace & adjust -n below)
  2. Install "persistent" resources:
    1. cd persist
    2. helm install edp-persist . -n external-dns
    3. cd ..
  3. Install powerdns resources:
    1. cd powerdns
    2. helm install edp-pdns . -n external-dns
    3. cd ..
  4. Install ext resources:
    1. cd ext
    2. helm install edp-ext -n external-dns
    3. cd ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published