Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/content/en/docs-dev/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ This component is designed to be stateless, so it can also be run in a single VM

### Control Plane

![Control Plane Architecture Overview](/images/control-plane-components.png)
<p style="text-align: center;">
Control Plane Architecture
</p>

A centralized component managing deployment data and provides gRPC API for connecting `piped`s as well as all web-functionalities of PipeCD such as
authentication, showing deployment list/details, application list/details, delivery insights...

Expand Down
5 changes: 5 additions & 0 deletions docs/content/en/docs-v0.57.x/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ This component is designed to be stateless, so it can also be run in a single VM

### Control Plane

![Control Plane Architecture Overview](/images/control-plane-components.png)
<p style="text-align: center;">
Control Plane Architecture
</p>

A centralized component managing deployment data and provides gRPC API for connecting `piped`s as well as all web-functionalities of PipeCD such as
authentication, showing deployment list/details, application list/details, delivery insights...

Expand Down
6 changes: 6 additions & 0 deletions docs/content/en/docs-v1.0.x/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Component Architecture

### Control Plane

![Control Plane Architecture Overview](/images/control-plane-components.png)
<p style="text-align: center;"
>
Control Plane Architecture
</p>

The Control Plane is the centralized management service of PipeCD. It coordinates all activities between users, projects, and `piped` instances.

The Control Plane remains the backbone of the system but is now fully plugin-aware. Instead of directly handling deployment logic for specific platforms, it interacts with `piped` agents that run plugin binaries, allowing the Control Plane to manage deployments across any platform supported by plugins.
Expand Down
Loading