ingress-dns-sync

command module
v0.0.0-...-915231e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 9 Imported by: 0

README

Install

helm install [MY_INSTALLATION_NAME] helm.chart -n [MY_NAMESPACE] --set providers.cloudFlare.apiToken=[CLOUD_FLARE_API_TOKEN]

How it works

This controller will update the DNS record by using the API provided from the DNS provider. It'll try to update the record when:

  • An ingress resources has been created ( kubectl apply -f ingress-conf.yaml )
  • A weekly cron job is triggered to sync weekly for deleted records
Generated DNS Record

It creates an A record that points to the LoadBalancer's external IP address. ( It'll use the first one if you have multiple LoadBalancer within the same cluster. )

Supported Providers

CloudFlare

An API Token is required for updating DNS Records. The following permissions are required for this to work. You can use the following link to create one after logging in:

Required permissions
  • All zones - Zone:Read, DNS:Edit

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL