External-dns

From NovaOrdis Knowledge Base
Revision as of 21:05, 12 November 2020 by Ovidiu (talk | contribs) (→‎Installation)
Jump to navigation Jump to search

External

Internal

Overview

One single deployment can serve multiple services in different namespaces.

Installation

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -n default external-dns bitnami/external-dns -f ./overlay.yaml

Upon installation:

NAME                             READY   STATUS    RESTARTS   AGE
external-dns-5788c65f8c-7l7kd    1/1     Running   0          60m

Configuration

aws:
  region: us-west-2
registry: txt
policy: upsert-only
txtOwnerId: "Z0000000000000000000"
sources:
  - service
  - ingress
domainFilters:
  - example.com