-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4146 from hhunter-ms/issue_4025
[Integrations] Testcontainers, Kubernetes Operator, Kratix
- Loading branch information
Showing
6 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...docs/content/en/developing-applications/integrations/Diagrid/test-containers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
type: docs | ||
title: "How to: Integrate using Testcontainers Dapr Module" | ||
linkTitle: "Dapr Testcontainers" | ||
weight: 3000 | ||
description: "Use the Dapr Testcontainer module from your Java application" | ||
--- | ||
|
||
You can use the Testcontainers Dapr Module provided by Diagrid to set up Dapr locally for your Java applications. Simply add the following dependency to your Maven project: | ||
|
||
```xml | ||
<dependency> | ||
<groupId>io.diagrid.dapr</groupId> | ||
<artifactId>testcontainers-dapr</artifactId> | ||
<version>0.10.x</version> | ||
</dependency> | ||
``` | ||
|
||
[If you're using Spring Boot, you can also use the Spring Boot Starter.](https://github.com/diagridio/spring-boot-starter-dapr) | ||
|
||
{{< button text="Use the Testcontainers Dapr Module" link="https://github.com/diagridio/testcontainers-dapr" >}} |
2 changes: 1 addition & 1 deletion
2
daprdocs/content/en/developing-applications/integrations/autoscale-keda.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
daprdocs/content/en/developing-applications/integrations/gRPC-integration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
daprdocs/content/en/developing-applications/integrations/kratix-marketplace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
type: docs | ||
title: "How to: Integrate with Kratix" | ||
linkTitle: "Kratix Marketplace" | ||
weight: 8000 | ||
description: "Integrate with Kratix using a Dapr promise" | ||
--- | ||
|
||
As part of the [Kratix Marketplace](https://docs.kratix.io/marketplace), Dapr can be used to build custom platforms tailored to your needs. | ||
|
||
{{% alert title="Note" color="warning" %}} | ||
The Dapr Helm chart generates static public and private key pairs that are published in the repository. This promise should only be used _locally_ for demo purposes. If you wish to use this promise for more than demo purposes, it's recommended to manually update all the secrets in the promise with keys with your own credentials. | ||
{{% /alert %}} | ||
|
||
Get started by simply installing the Dapr Promise, which installs Dapr on all matching clusters. | ||
|
||
{{< button text="Install the Dapr Promise" link="https://github.com/syntasso/kratix-marketplace/tree/main/dapr" >}} |
11 changes: 11 additions & 0 deletions
11
daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
type: docs | ||
title: "How to: Use the Dapr Kubernetes Operator" | ||
linkTitle: "Dapr Kubernetes Operator" | ||
weight: 7000 | ||
description: "Use the Dapr Kubernetes Operator to manage the Dapr control plane" | ||
--- | ||
|
||
You can use the Dapr Kubernetes Operator to manage the Dapr control plane. Use the operator to automate the tasks required to manage the lifecycle of Dapr control plane in Kubernetes mode. | ||
|
||
{{< button text="Install and use the Dapr Kubernetes Operator" link="https://github.com/dapr/dapr-kubernetes-operator" >}} |