This DNS provider allows you to create and manage DNS entries with PowerDNS.
There are no special permissions for the apiToken
.
You need to have an apiToken
and the url of your PowerDNS server
in place.
Create a Secret
resource. All credentials need to be base64 encoded.
apiVersion: v1
kind: Secret
metadata:
name: powerdns-credentials
namespace: default
type: Opaque
data:
# replace '...' with values encoded as base64
apiToken: ... # your PowerDNS token
server: ... # your PowerDNS server url