Skip to content

Commit

Permalink
Update wording of "operators" (#928)
Browse files Browse the repository at this point in the history
* Update wording of "operators"

Signed-off-by: Aaron Crawfis <[email protected]>

* Update to "IT operators"

Signed-off-by: Aaron Crawfis <[email protected]>

* Add IT

Signed-off-by: Aaron Crawfis <[email protected]>

* Update docs/content/guides/recipes/overview/index.md

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
2 people authored and Reshrahim committed Nov 21, 2023
1 parent f4ee2cd commit 162cd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/recipes/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: "Overview"
tags: ["recipes"]
---

Recipes enable a **separation of concerns** between infrastructure operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and infrastructure operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.
Recipes enable a **separation of concerns** between IT operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and IT operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.

{{< image src="recipes.png" alt="Diagram showing developers adding Redis to their app and operators adding a Recipe that Redis should deploy an Azure Cache for Redis" width=700px >}}

Expand Down

0 comments on commit 162cd5b

Please sign in to comment.