From a67db7fe0d5369507302f9f9371335bc2e1550b2 Mon Sep 17 00:00:00 2001 From: Dominika Schweier Date: Thu, 4 Dec 2025 10:40:57 +0100 Subject: [PATCH 1/2] Adding goals and scope to Porch Overview Signed-off-by: Dominika Schweier --- content/en/docs/neo-porch/1_overview/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/neo-porch/1_overview/_index.md b/content/en/docs/neo-porch/1_overview/_index.md index 81cde4a6..43e16e94 100644 --- a/content/en/docs/neo-porch/1_overview/_index.md +++ b/content/en/docs/neo-porch/1_overview/_index.md @@ -11,3 +11,10 @@ Porch is a specialization and orchestration tool for managing distributed system developers, integrators and telecom operators to manage complex systems in a cloud native environment. Porch runs [kpt](https://kpt.dev/) at a scale for package specialization. It provides collaboration and governance enablers and integration with GitOps for the packages. + +## Goals and scope of Porch + +The goal of Porch is to orchestrate kpt packages in a configuration as code and GitOps context. It provides an API and a CLI as enablers to build lifecycle management, package repository management, package discovery, and authoring kpt packages. + +Porch does not intend to run mutation pipelines, package specialization and basic package manipulation in GitOps + From 12deea1383662c93ab2fce0e4dd97a415955bbb0 Mon Sep 17 00:00:00 2001 From: Schweier Dominika Date: Fri, 5 Dec 2025 10:49:05 +0100 Subject: [PATCH 2/2] Update content/en/docs/neo-porch/1_overview/_index.md Co-authored-by: Gergely Csatari --- content/en/docs/neo-porch/1_overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/neo-porch/1_overview/_index.md b/content/en/docs/neo-porch/1_overview/_index.md index 43e16e94..d08a77bb 100644 --- a/content/en/docs/neo-porch/1_overview/_index.md +++ b/content/en/docs/neo-porch/1_overview/_index.md @@ -16,5 +16,5 @@ integration with GitOps for the packages. The goal of Porch is to orchestrate kpt packages in a configuration as code and GitOps context. It provides an API and a CLI as enablers to build lifecycle management, package repository management, package discovery, and authoring kpt packages. -Porch does not intend to run mutation pipelines, package specialization and basic package manipulation in GitOps +Porch does not intend to run mutation pipelines, package specialization and basic package manipulation in GitOps, but uses kpt for these operations.