From 2dab5f2dada8728062a88061d57d33a8555607ff Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 15 Jan 2025 13:32:47 -0500 Subject: [PATCH] clarify that self-hosted can work in production too Signed-off-by: Hannah Hunter --- daprdocs/content/en/concepts/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/overview.md b/daprdocs/content/en/concepts/overview.md index 7613042ff..fb1e31502 100644 --- a/daprdocs/content/en/concepts/overview.md +++ b/daprdocs/content/en/concepts/overview.md @@ -76,7 +76,7 @@ Dapr exposes its HTTP and gRPC APIs as a sidecar architecture, either as a conta ## Hosting environments Dapr can be hosted in multiple environments, including: -- Self-hosted on a Windows/Linux/macOS machine for local development +- Self-hosted on a Windows/Linux/macOS machine for local development and in production - On Kubernetes or clusters of physical or virtual machines in production ### Self-hosted local development