Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 745 Bytes

File metadata and controls

15 lines (13 loc) · 745 Bytes

Kubernetes Deployment for DDNS updates

Creates a new Kubernetes Deployment for managing dynamic DNS updates.

Uses the alcol/tiny-godaddy-ddns Docker image. Please refer to the documentation of the Docker image for configuration and setup.

Setup

Edit the following:

Deployment

cd ddns-update
kubectl -n services apply -f godaddy-api-secret.yaml
kubectl -n services apply -f ddns-update-deployment.yaml