Skip to content

Commit 0dbe28e

Browse files
Merge pull request #15947 from MikeRayMSFT/20200710-bdc-ad-art
Stage image
2 parents b78202f + 379d176 commit 0dbe28e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/big-data-cluster/active-directory-dns-reconciliation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ However, when Active Directory mode is enabled, a new domain comes into the pict
3232

3333
To get around aforementioned challenges, the solution implemented in BDC involves a new internal CoreDNS service that is managed inside BDC namespace. This is the only DNS service the pods in the BDC namespace will reach out to for name resolutions. The complexity of multiple domains is hidden behind the new CoreDNS service.
3434

35+
For example, in the following diagram the pods use the BDC CoreDNS server to resolve names. The pods do not interact directly with the Kubernetes CoreDNS server or the AD DNS Server.
36+
37+
:::image type="content" source="media/active-directory-dns-reconciliation/bdc-ad-dns-reconciliation.png" alt-text="Pods connect to CoreDNS server in their own namespace":::
38+
3539
Here are some of the implementation details that clarify how this design works in BDC:
3640

3741
### Centralized management of multiple domains
17.5 KB
Loading

0 commit comments

Comments
 (0)