From 105f1938abcceccf992d0fb6049a03dfbf7ce3cb Mon Sep 17 00:00:00 2001 From: nthapa000 Date: Mon, 20 Jul 2026 00:45:39 +0530 Subject: [PATCH 1/2] added Control Plane architecture diagram in v0.57 and v1.0 in Concepts page Signed-off-by: nthapa000 --- docs/content/en/docs-v0.57.x/concepts/_index.md | 5 +++++ docs/content/en/docs-v1.0.x/concepts/_index.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/content/en/docs-v0.57.x/concepts/_index.md b/docs/content/en/docs-v0.57.x/concepts/_index.md index f7cb274a29..6c80186569 100644 --- a/docs/content/en/docs-v0.57.x/concepts/_index.md +++ b/docs/content/en/docs-v0.57.x/concepts/_index.md @@ -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) +

+Control Plane Architecture +

+ 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... diff --git a/docs/content/en/docs-v1.0.x/concepts/_index.md b/docs/content/en/docs-v1.0.x/concepts/_index.md index 4a47604f77..be2529468b 100644 --- a/docs/content/en/docs-v1.0.x/concepts/_index.md +++ b/docs/content/en/docs-v1.0.x/concepts/_index.md @@ -14,6 +14,12 @@ Component Architecture ### Control Plane +![Control Plane Architecture Overview](/images/control-plane-components.png) +

+Control Plane Architecture +

+ 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. From 4cd43a64b6b1b556e7932fe82ca54fa8f279c5de Mon Sep 17 00:00:00 2001 From: nthapa000 Date: Mon, 20 Jul 2026 19:48:14 +0530 Subject: [PATCH 2/2] added control plane architecture diagram to docs-dev Signed-off-by: nthapa000 --- docs/content/en/docs-dev/concepts/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/en/docs-dev/concepts/_index.md b/docs/content/en/docs-dev/concepts/_index.md index f7cb274a29..6c80186569 100644 --- a/docs/content/en/docs-dev/concepts/_index.md +++ b/docs/content/en/docs-dev/concepts/_index.md @@ -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) +

+Control Plane Architecture +

+ 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...