Remove name-resolution reference

This commit is contained in:
Aaron Crawfis 2021-04-28 12:05:26 -07:00
parent 046504660b
commit 7618bb92d9
2 changed files with 0 additions and 9 deletions

View File

@ -25,8 +25,3 @@ The `dapr-placement` service is responsible for managing the actor distribution
You can use the [`dapr run` CLI command]({{< ref dapr-run.md >}}) to a Dapr sidecar process along with your application.
## Name resolution
Dapr uses a [name resolution component]({{< ref supported-name-resolution >}}) for service discovery within the [service invocation]({{< ref service-invocation >}}) building block. By default Dapr uses mDNS when in self-hosted mode.
If you are running Dapr on virtual machines or across multiple machines you can use [HashiCorp Consul]({{< ref setup-nr-consul.md >}}).

View File

@ -149,10 +149,6 @@ To further learn how to run Dapr with Docker Compose, see the [Docker-Compose Sa
If your deployment target is Kubernetes please use Dapr's first-class integration. Refer to the
[Dapr on Kubernetes docs]({{< ref "kubernetes-overview.md" >}}).
## Name resolution
Dapr by default uses mDNS as the name resolution component in self-hosted mode for service invocation. If running on multiple machines and/or VMs, visit the [supported name resolution providers page]({{< ref supported-name-resolution. >}}) to pick an alternate provider.
## Docker images
Dapr provides a number of prebuilt Docker images for different components, you should select the relevant image for your desired binary, architecture, and tag/version.