External DNS Integration
Integrate Bindy with external DNS management systems.
Use Cases
- Hybrid Cloud - Internal DNS in Bindy, external in cloud provider
- Public/Private Split - Public zones external, private in Bindy
- Migration - Gradual migration from external to Bindy
Integration with external-dns
External-dns manages external providers (Route53, CloudDNS), Bindy manages internal BIND9.
Separate Domains
# external-dns manages example.com (public)
# Bindy manages internal.example.com (private)
Forwarding
Configure external DNS to forward to Bindy for internal zones.
Best Practices
- Clear boundaries - Document which system owns which zones
- Consistent records - Synchronize where needed
- Separate responsibilities - External for public, Bindy for internal
Next Steps
- Integration - Integration overview
- Service Discovery - Kubernetes service discovery