Cloudstate
To setup Cloudstate state store create a component of type . See this guide on how to create and apply a state store configuration.
Spec metadata fields
Dapr leverages Cloudstate’s CRDT capabilities with last-write-wins semantics.
Setup Cloudstate
To install Cloudstate on your Kubernetes cluster, run the following commands:
To apply the Cloudstate state store to Kubernetes, use the kubectl
CLI:
Running the Cloudstate sidecar alongside Dapr
The next examples shows you how to manually inject a Cloudstate sidecar into a Dapr enabled deployment:
- Basic schema for a Dapr component
- Read for instructions on configuring state store components
- State management building block
Last modified September 17, 2021 :