add cloudstate description (#340)

This commit is contained in:
Yaron Schneider 2020-02-10 15:07:19 -08:00 committed by GitHub
parent ac3057c86c
commit fd48308bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: