diff --git a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md index 93f786cfaad..941ae197cfb 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md @@ -32,7 +32,7 @@ While sidecars are Dapr's default deployment strategy, some use cases require ot Dapr Shared was created for these scenario, extending the Dapr sidecar model with two new deployment approaches: `DaemonSet` and `Deployment`. {{% alert title="Important" color="primary" %}} -No matter which strategy you choose, it is important to understand that in most use cases, you will have one instance of Dapr Shared (Helm release) per service (app-id). This means that if you have an application composed of three microservices, each service is recommended to have its own Dapr Shared instance. Check the step-by-step tutorial using Kubernetes KinD to see an application using Dapr Shared. +No matter which strategy you choose, it is important to understand that in most use cases, you have one instance of Dapr Shared (Helm release) per service (app-id). This means that if you have an application composed of three microservices, each service is recommended to have its own Dapr Shared instance. Try the `hello kubernetes` with Dapr Shared tutorial linked at the bottom of this page. {{% /alert %}} diff --git a/daprdocs/static/images/dapr-shared/daemonset.png b/daprdocs/static/images/dapr-shared/daemonset.png index 23084c2bfbf..3ac05a3813a 100644 Binary files a/daprdocs/static/images/dapr-shared/daemonset.png and b/daprdocs/static/images/dapr-shared/daemonset.png differ diff --git a/daprdocs/static/images/dapr-shared/deployment.png b/daprdocs/static/images/dapr-shared/deployment.png index 0661fccc446..a4adf813994 100644 Binary files a/daprdocs/static/images/dapr-shared/deployment.png and b/daprdocs/static/images/dapr-shared/deployment.png differ diff --git a/daprdocs/static/images/dapr-shared/sidecar.png b/daprdocs/static/images/dapr-shared/sidecar.png index d38eb24d952..77eba93c7ec 100644 Binary files a/daprdocs/static/images/dapr-shared/sidecar.png and b/daprdocs/static/images/dapr-shared/sidecar.png differ