Workstation Logo
Products
AI LabsOpenAI AgentsCRMMarketingAll Products
AI Solutions
AI WorkstationsAI SME PackagesPrivate AIGPU ClustersEdge AIEnterprise AI LabAI by Industry
Services
Platform ModernisationDigital EngineeringData Foundations & AIAutonomous OperationsAI ConsultancyDevOps AutomationCyber SecuritySoftware DevelopmentAgent BuildingMLOps Setup
About Us
PartnersCustomer Stories
Articles
Documentation
WSL ProxyRing Promoter
Blog
Contact UsLogin
Workstation

AI workstations, AI Multi Agentic Software, GPU infrastructure, and intelligent agent solutions for modern businesses.

UK Office: 77-79 Marlowes, Hemel Hempstead HP1 1LF - Directions - Take Junction 20 off M25 Outer London
Company No: 11641870
Mon - Fri: 9:00 AM - 6:00 PM GMT
+44 7515 356 146

Belgium Office: Workstation SRL, Rue Vanderkindere 34, 1180 Uccle, Brussels
BE 0751.518.683
Mon - Fri: 9:00 AM - 6:00 PM CET
+32 492 45 67 46

India Office: #159 Sector 9, Pocket 1, DDA Flats, 110077 Dwarka, New Delhi
+91 98881 98841

Products

All ProductsWSL ProxyRing PromoterAI LabsOpenAI Agents

AI Solutions

AI SolutionsAI WorkstationsPrivate AIGPU ClustersEnterprise AI LabServices

Resources

ArticlesDocumentationBlogSearch

Company

About UsPartnersContact

© 2026 Workstation AI. All rights reserved.

PrivacyCookies

Loading blog...

Home / Blog
DevOpsKubernetesSecurityAI

NebulaDNS Complete Feature Guide: k3s, Route53, Observability, and Enterprise DNS

Every “battery included” feature, integrations, and enterprise DNS posture

Balinder WaliaApril 19, 20262 min read

Sources

This guide synthesises the public NebulaDNS site and repository github.com/bwalia/nebuladns. Milestones and GA items evolve—verify release notes for your version.

Architecture at a glance

NebulaDNS architecture stack

The stack separates control plane (REST/gRPC, authn/z), zone management (validation, DNSSEC signing, atomic commits), propagation verification (secondaries report SOA), content-addressed zone store, and the DNS data plane (UDP/TCP/DoT/DoH/DoQ, transfers, DNSSEC online signer).

Feature catalogue (“batteries included”)

The project markets twelve headline capabilities—summarised here from the landing page.

  • API-first: REST/gRPC for zones, records, TSIG rotation, rollback—CLI/UI as thin clients.
  • Observable by default: Prometheus /metrics, enum-typed labels, JSON logs, OTLP traces.
  • Verified propagation: Deploy completes only when declared secondaries acknowledge the new SOA serial.
  • Peer software fingerprinting: Records version.bind CHAOS-style signals so silent BIND upgrades cannot erode redundancy invisibly.
  • Safe Rust: No unsafe; continuous fuzzing on codec, parser, DNSSEC signer.
  • Zero-GC tail latency: Deterministic allocation; lock-free zone snapshots via arc-swap.
  • Atomic versioned configuration: Content-addressed zones; roll forward/rollback without partial reads.
  • Deterministic SOA serials: Monotonic serial strategy to avoid wedged recoveries.
  • Kubernetes-native: Helm chart, operator, CRDs (Zone, Record, Secondary, TsigKey, DeployGate); GitOps-friendly; CoreDNS cluster-DNS replacement path on roadmap.
  • Standards-conformant wire: Strict RFC coverage; explicit error types (e.g. QdCountMismatch).
  • Redundancy you can see: Dashboard intent for transfer visibility across zones.
  • Hardened defaults: systemd hardening, seccomp, non-root containers, small distroless images.

Comparison positioning (high level)

The site publishes a competitive matrix (TinyDNS, BIND 9, Knot, NSD, PowerDNS, CoreDNS, NebulaDNS). Differentiators called out include full REST API, always-on Prometheus, built-in propagation gate, Kubernetes operator + CRDs, peer fingerprinting, and memory-safe implementation. Use the upstream matrix for version-specific claims.

Metrics catalogue (sample)

Examples from the site include query counters, latency histograms, FORMERR tracking, AXFR attempts, per-peer last-success timestamps, propagation lag, and build info. Treat names as illustrative until you scrape a running build.

nebula_dns_queries_total{proto,qtype,rcode}
nebula_dns_query_duration_seconds_bucket{proto,qtype,le}
nebula_axfr_attempts_total{peer,zone,direction,result}
nebula_peer_version_info{peer,software,version}
nebula_zone_propagation_converged{zone}

k3s, CoreDNS, and AWS Route 53

Route53 and k3s integration workflow
  • Route 53: Keep public delegation and health checks in AWS; point NS records at NebulaDNS secondaries or run split-horizon patterns that match your security model.
  • k3s / RKE2: Deploy NebulaDNS via Helm with PDB + ServiceMonitor; align CoreDNS forward/stub to NebulaDNS for zones you authoritatively serve inside the estate.
  • ExternalDNS: Optional bridge from Ingress/LB objects to public records—coordinate with propagation gates so automation cannot mark “done” early.

Roadmap notes

The public roadmap lists milestones through GA (wire/zone completeness, transfers, DNSSEC, propagation verifier, HA/multi-region, operator). Check PROJECT_PROMPT.md and releases in the repo for dates.

Related launch article

For the “why now / AI era” narrative, read NebulaDNS: game changer in the AI era.

How Workstation can help

We help enterprises ship observable DNS and GitOps patterns around authoritative stacks—contact info@workstation.co.uk.