mirror of https://github.com/dapr/docs.git
images for placement service
This commit is contained in:
parent
9fa8cf007c
commit
8a50ddb6a0
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 65 KiB |
|
@ -60,13 +60,16 @@ You can use the [Dapr CLI](https://github.com/dapr/cli) to run services locally.
|
|||
|
||||

|
||||
|
||||
For more information on the actor *Placement* service see [actor overview](/concepts/actor/actor-overview.md#distribution-and-failover)
|
||||
|
||||
## Running Dapr in Kubernetes mode
|
||||
|
||||
Dapr can be configured to run on any [Kubernetes cluster](https://github.com/dapr/samples/tree/master/2.hello-kubernetes). In Kubernetes the *dapr-sidecar-injector* and *dapr-operator* services provide first class integration to launch Dapr as a sidecar container in the same pod as the service and provides notifications of Dapr component updates provisioned into the cluster.
|
||||
|
||||
|
||||

|
||||
|
||||
For more information on the actor *Placement* service see [actor overview](/concepts/actor/actor-overview.md#distribution-and-failover)
|
||||
|
||||
In order to give your service an id and port known to Dapr and launch the Dapr sidecar container, you simply annotate your deployment like this.
|
||||
|
||||
annotations:
|
||||
|
|
Loading…
Reference in New Issue