Skip to content

Commit d685eaa

Browse files
committed
feat: add ecs in plugins section
Signed-off-by: Hoang Ngo <adlehoang118@gmail.com>
1 parent f04d2a3 commit d685eaa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/content/en/docs-v1.0.x/plugins/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ description: >
1212
| Plugin | Description | Status |
1313
|--------|-------------|--------|
1414
| [Kubernetes multi-cluster](kubernetes-multicluster/) | Deploy a single application to multiple Kubernetes clusters with one pipeline. | Alpha |
15+
| [ECS](ecs/) | Deploy applications to Amazon ECS using the `EXTERNAL` deployment controller | Alpha |
16+
1517
In PipeCD v1, plugins handle deployments. `piped` runs each configured plugin as a separate process and communicates with it over gRPC, so which platforms your `piped` can deploy to depends on which plugins you configure. See more about [plugins](../concepts/#plugins).
1618

1719
There are two types of plugins:

0 commit comments

Comments
 (0)