You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs-v1.0.x/plugins/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ description: >
12
12
| Plugin | Description | Status |
13
13
|--------|-------------|--------|
14
14
|[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
+
15
17
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).
0 commit comments