_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

DNS konfigurace — BIND a CoreDNS

01. 10. 2021 1 min read intermediate

Vlastní DNS server = plná kontrola nad resolverem.

BIND

/etc/bind/zones/db.example.local

$TTL 3600 @ IN SOA ns1.example.local. admin.example.local. ( 2024010101 3600 900 604800 86400) @ IN NS ns1.example.local. ns1 IN A 10.0.1.1 web IN A 10.0.1.10 db IN A 10.0.1.20

CoreDNS

.:53 { forward . 8.8.8.8 8.8.4.4 cache 30 log } example.local:53 { file /etc/coredns/db.example.local }

Kdy co

  • BIND — enterprise, autoritativní, DNSSEC
  • CoreDNS — Kubernetes, mikroslužby
  • dnsmasq — malé sítě, DHCP + DNS

DNS server = kontrola

Interní resolver, service discovery, split-horizon DNS.

dnsbindcoredns
Share:

CORE SYSTEMS tým

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