mirror of https://github.com/dapr/docs.git
removing out-dated testcontainers integration
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
9c523cf9d4
commit
957d070225
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Integrations with Diagrid"
|
||||
linkTitle: "Diagrid"
|
||||
weight: 1000
|
||||
description: "Dapr integrations with Diagrid"
|
||||
---
|
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Conductor: Enterprise Dapr for Kubernetes"
|
||||
linkTitle: "Diagrid Conductor"
|
||||
description: "Automate operations, enforce security best practices, improve uptime, and elevate insights across your Dapr clusters"
|
||||
weight: 2000
|
||||
---
|
||||
|
||||
<br /><img src="/images/diagrid-conductor.png" alt="Diagrid Conductor diagram" width="800">
|
||||
|
||||
[Diagrid Conductor](https://www.diagrid.io/conductor) quickly and securely connects to all your Kubernetes clusters running Dapr and Daprized applications, delivering operational excellence, security & reliability and insights & collaboration.
|
||||
|
||||
**Automated Dapr management**
|
||||
|
||||
One-click installation, upgrade and patching of Dapr with selective application update and automated rollback means you’re always up to date.
|
||||
|
||||
**Advisor: Discover and automate best practices**
|
||||
|
||||
Be informed and apply production best practices, with continuous checking to prevent misconfigurations, increasing security, reliability and performance.
|
||||
|
||||
**Resource usage reporting and tracking**
|
||||
|
||||
By studying past resource behavior, recommend application resource optimization usage leading to significant cost savings on CPU and memory.
|
||||
|
||||
**Application visualizer**
|
||||
|
||||
The application graph facilitates collaboration between dev and ops by providing a dynamic overview of your services and infrastructure components.
|
||||
|
||||
{{< button text="Learn more about Diagrid Conductor" link="https://www.diagrid.io/conductor" >}}
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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" >}}
|
Loading…
Reference in New Issue