Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 462 Bytes

DuckDNS operator

A kubernetes operator to sync kubernetes ingress Loadbalancer IP addresses to duckdns

DuckDNS official website

Usage

Deploy using kustomize

Clone this repo

git clone https://github.com/kmjayadeep/duckdns-operator.git; cd duckdns-operator

Edit the file kustomize/duckdns.env and add your domain names and duckdns token there

Apply kustomize on kubernetes

kubectl apply -k kustomize/