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.
Edit the following:
godaddy-api-secret.yaml: set a valid secret.ddns-update-deployment.yaml: set correct environmental variables for the GoDaddy domain.
cd ddns-update
kubectl -n services apply -f godaddy-api-secret.yaml
kubectl -n services apply -f ddns-update-deployment.yaml