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-dev/quickstart/_index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ description: >
6
6
This page describes how to quickly get started with PipeCD on Kubernetes.
7
7
---
8
8
9
-
This page is a guideline for installing PipeCD into your Kubernetes cluster and deploying a "hello world" application to that same Kubernetes cluster.
9
+
PipeCD is constructed by two components: the Control plane and the piped (agent) (ref: [PipeCD concepts](../concepts/)). The control plane can be thought of as a regular web service application that can be installed anywhere, while the piped agent is a single binary that can run as a pod in a Kubernetes cluster, a container on ECS, a serverless function like Lambda, Cloud Run, or a process running directly on your local machine.
10
+
11
+
This page is a guideline for installing PipeCD (both two components) into your Kubernetes cluster and deploying a "hello world" application to that same Kubernetes cluster.
@@ -83,7 +82,6 @@ Please note that the phases (Incubating, Alpha, Beta, and Stable) are applied to
83
82
|[Application live state](../user-guide/managing-application/application-live-state/)| Alpha *1 |
84
83
| Quick sync deployment for [ECS Service Discovery](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html)| Alpha |
85
84
| Deployment with a defined pipeline for [ECS Service Discovery](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html)| Alpha |
86
-
| Support [AWS App Mesh](https://aws.amazon.com/app-mesh/)| Incubating |
Copy file name to clipboardexpand all lines: docs/content/en/docs-v0.49.x/quickstart/_index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ description: >
6
6
This page describes how to quickly get started with PipeCD on Kubernetes.
7
7
---
8
8
9
-
This page is a guideline for installing PipeCD into your Kubernetes cluster and deploying a "hello world" application to that same Kubernetes cluster.
9
+
PipeCD is constructed by two components: the Control plane and the piped (agent) (ref: [PipeCD concepts](../concepts/)). The control plane can be thought of as a regular web service application that can be installed anywhere, while the piped agent is a single binary that can run as a pod in a Kubernetes cluster, a container on ECS, a serverless function like Lambda, Cloud Run, or a process running directly on your local machine.
10
+
11
+
This page is a guideline for installing PipeCD (both two components) into your Kubernetes cluster and deploying a "hello world" application to that same Kubernetes cluster.
0 commit comments