mirror of https://github.com/dapr/docs.git
Update environment-setup.md (#357)
This commit is contained in:
parent
bd3d297102
commit
d1cb25104d
|
@ -111,6 +111,9 @@ You should always run a `dapr uninstall` before running another `dapr init`.
|
|||
## Installing Dapr on a Kubernetes cluster
|
||||
|
||||
When setting up Kubernetes you can do this either via the Dapr CLI or Helm.
|
||||
|
||||
*Note that installing Dapr using the CLI is recommended for testing purposes only.*
|
||||
|
||||
Dapr will install the following pods:
|
||||
|
||||
* dapr-operator: manages components and k8s services endpoints for Dapr (state stores, pub-subs, etc.)
|
||||
|
|
Loading…
Reference in New Issue