You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/networking/dns_framework.rst
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,6 @@ This framework is designed with extensibility in mind, allowing additional DNS p
26
26
27
27
As part of the initial implementation, PowerDNS is the supported DNS provider.
28
28
29
-
Architecture
30
-
^^^^^^^^^^^^
31
-
The DNS Framework consists of the following components:
32
-
33
-
- Core DNS service layer: Defines interfaces and orchestrates DNS operations
34
-
- Provider plugins: Implementations for specific DNS providers (e.g., PowerDNS)
35
-
- API layer: Exposes DNS functionality to users and administrators
36
-
- UI integration: Provides user interface components for DNS management
37
-
38
-
The framework abstracts provider-specific logic, enabling seamless integration of multiple DNS backends.
39
-
40
29
Terminology and Hierarchy
41
30
^^^^^^^^^^^^^^^^^^^^^^^^^
42
31
The DNS Framework introduces several new concepts and entities:
@@ -495,11 +484,6 @@ Automatic DNS registration operates at the Instance level and integrates with In
495
484
496
485
The feature ensures that DNS records reflect the current state of deployed Instances in real time or near real time, depending on the configured DNS provider behavior.
497
486
498
-
Behavior
499
-
--------
500
-
501
-
Automatic DNS registration is driven by instance lifecycle events and NIC-level changes within networks that have an associated DNS zone.
502
-
503
487
**Prerequisites**
504
488
505
489
Before automatic DNS registration can function, the following conditions must be met:
@@ -510,6 +494,11 @@ Before automatic DNS registration can function, the following conditions must be
510
494
511
495
If any of the above prerequisites are not met, no automatic DNS operations will be performed.
512
496
497
+
Behavior
498
+
--------
499
+
500
+
Automatic DNS registration is driven by instance lifecycle events and NIC-level changes within networks that have an associated DNS zone.
501
+
513
502
514
503
**Event Mapping**
515
504
@@ -642,4 +631,4 @@ Or use the API to disassociate:
642
631
Limitations
643
632
^^^^^^^^^^^
644
633
645
-
- Automatic DNS registration for Instances is limited to **Shared Networks**
634
+
- Automatic DNS registration for Instances is currently limited to **Shared Networks**
0 commit comments