mirror of https://github.com/dapr/docs.git
Remove name-resolution reference
This commit is contained in:
parent
046504660b
commit
7618bb92d9
|
@ -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 >}}).
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue