_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

external-dns — automatické DNS záznamy

14. 10. 2022 1 min read intermediate

Cloud Intermediate

external-dns — automatické DNS záznamy

external-dnsDNSKubernetes 3 min read

Automatická synchronizace DNS záznamů z Kubernetes Services a Ingress.

Principle

external-dns sleduje Kubernetes Ingress/Service resources a automaticky vytváří DNS záznamy v CloudFlare, Route53, Azure DNS…

Deployment

apiVersion: apps/v1
kind: Deployment
metadata:
  name: external-dns
spec:
  template:
    spec:
      containers:
        - name: external-dns
          image: registry.k8s.io/external-dns/external-dns:v0.14
          args:
            - --source=ingress
            - --domain-filter=example.com
            - --provider=cloudflare

Usage

Stačí vytvořit Ingress s hostname — external-dns automaticky vytvoří A/CNAME záznam.

Summary

external-dns eliminuje ruční správu DNS. Vytvořte Ingress, DNS se postará samo.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.