-
Notifications
You must be signed in to change notification settings - Fork 777
Updated name resolution docs #1576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
70b7c0f
Add consul references
AaronCrawfis 62b14a5
Fix typo
eluchsinger 8b0ed9d
Clarify state management examples
eluchsinger 27ce12c
Added table to show Kubernetes options
DarqueWarrior 2df1f5d
incorporating feedback
DarqueWarrior 99331f8
Update daprdocs/content/en/reference/components-reference/supported-s…
AaronCrawfis ba49789
Update daprdocs/content/en/reference/components-reference/supported-s…
AaronCrawfis e9cea7d
Fix self-hosted docs
AaronCrawfis 57fd28d
Remove name-resolution reference
AaronCrawfis ee77a3b
Fix merge conflicts
AaronCrawfis 212a1af
Merge branch 'v1.2' into aacrawfi/consul-selfhost-1-2
AaronCrawfis 198295b
Add other name resolution providers
AaronCrawfis 02e5558
Update service invocation docs
AaronCrawfis 92bc422
Remove whitespace
AaronCrawfis 600a634
Merge branch 'v1.2' into aacrawfi/consul-selfhost-1-2
AaronCrawfis d1bcc33
Merge branch 'v1.2' into aacrawfi/consul-selfhost-1-2
AaronCrawfis 256d98c
Update service-invocation-overview.md
a1fcc97
Update setup-nr-consul.md
7fefcf7
Address comments
5b06613
Fix code formatting
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...nt/en/reference/components-reference/supported-name-resolution/nr-kubernetes.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
type: docs | ||
title: "Kubernetes DNS name resolution provider spec" | ||
linkTitle: "Kubernetes DNS" | ||
description: Detailed information on the Kubernetes DNS name resolution component | ||
--- | ||
|
||
## Configuration format | ||
|
||
Kubernetes DNS name resolution is configured automatically in [Kubernetes mode]({{< ref kubernetes >}}) by Dapr. There is no configuration needed to use Kubernetes DNS as your name resolution provider. | ||
|
||
## Behaviour | ||
|
||
The component resolves target apps by using the Kubernetes cluster's DNS provider. You can learn more in the [Kubernetes docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/). | ||
|
||
## Spec configuration fields | ||
|
||
Not applicable, as Kubernetes DNS is configured by Dapr when running in Kubernetes mode. | ||
|
||
## Related links | ||
|
||
- [Service invocation building block]({{< ref service-invocation >}}) | ||
- [Kubernetes DNS docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) |
29 changes: 29 additions & 0 deletions
29
.../content/en/reference/components-reference/supported-name-resolution/nr-mdns.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
type: docs | ||
title: "mDNS name resolution provider spec" | ||
linkTitle: "mDNS" | ||
description: Detailed information on the mDNS name resolution component | ||
--- | ||
|
||
## Configuration format | ||
|
||
Multicast DNS (mDNS) is configured automatically in [self-hosted mode]({{< ref self-hosted >}}) by Dapr. There is no configuration needed to use mDNS as your name resolution provider. | ||
|
||
## Behaviour | ||
|
||
The component resolves target apps by using the host system's mDNS service. You can learn more about mDNS [here](https://en.wikipedia.org/wiki/Multicast_DNS). | ||
|
||
### Troubleshooting | ||
|
||
In some cloud provider virtual networks, such as Microsoft Azure, mDNS is not available. Use an alternate provider such as [HashiCorp Consul]({{< ref setup-nr-consul.md >}}) instead. | ||
|
||
On some enterprise-managed systems, mDNS may be disabled on macOS if a network filter/proxy is configured. Check with your IT department if mDNS is disabled and you are unable to use service invocation locally. | ||
AaronCrawfis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Spec configuration fields | ||
|
||
Not applicable, as mDNS is configured by Dapr when running in self-hosted mode. | ||
|
||
## Related links | ||
|
||
- [Service invocation building block]({{< ref service-invocation >}}) | ||
- [mDNS reference](https://en.wikipedia.org/wiki/Multicast_DNS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.