mirror of https://github.com/dapr/docs.git
add cloudstate description (#340)
This commit is contained in:
parent
ac3057c86c
commit
fd48308bc6
|
@ -1,5 +1,9 @@
|
|||
# Setup Cloudstate
|
||||
|
||||
The Cloudstate-Dapr integration is unique in the sense that it enables developers to achieve high-throughput, low latency scenarios by leveraging Cloudstate running as a sidecar *next* to Dapr, keeping the state near the compute unit for optimal performance while providing replication between multiple instances that can be safely scaled up and down. This is due to Cloudstate forming an Akka cluster between its sidecars with replicated in-memory entities.
|
||||
|
||||
Dapr leverages Cloudstate's CRDT capabilities with last-write-wins semantics.
|
||||
|
||||
## Kubernetes
|
||||
|
||||
To install Cloudstate on your Kubernetes cluster, run the following commands:
|
||||
|
|
Loading…
Reference in New Issue