Skip to content
Merged
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
10 changes: 5 additions & 5 deletions docs/overview/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Each plane in OpenChoreo operates as a distinct functional unit, with its own li
The brain of OpenChoreo. It watches developer- and platform-defined CRDs, validates and processes them, and coordinates activities across other planes. It translates intent such as "deploy this component" or "connect these services" into concrete infrastructure actions.

Responsibilities include:
Validating CRD instances and resolving references (e.g., Connections between Components)
Applying policy and environment-specific rules
Coordinating CI jobs, deployments, and observability configurations
Reconciling desired state with actual state across all planes
Tracking the state of Components across environments and Data Planes
- Validating CRD instances and resolving references (e.g., Connections between Components)
- Applying policy and environment-specific rules
- Coordinating CI jobs, deployments, and observability configurations
- Reconciling desired state with actual state across all planes
- Tracking the state of Components across environments and Data Planes

The Control Plane is extensible, allowing integration with different backends for image building, observability tooling, environment provisioning, and more.

Expand Down
2 changes: 1 addition & 1 deletion docs/overview/what-is-openchoreo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {versions} from '../_constants.mdx';
# What is OpenChoreo?
OpenChoreo is a comprehensive, open-source Internal Developer Platform (IDP) designed for platform engineering (PE) teams who want to streamline developer workflows and deliver Internal Developer Portals without having to build everything from scratch.

OpenChoreo orchestrates many CNCF and other projects to provide a comprehensive framework for PE teams to build the platform they want.
OpenChoreo orchestrates many CNCF and other projects to give platform teams a strong head start, you can use it as-is, or tailor it to fit your own internal developer platform vision.

## Why OpenChoreo?

Expand Down
12 changes: 6 additions & 6 deletions versioned_docs/version-v0.3.x/overview/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OpenChoreo is architected as a modular, Kubernetes-native control plane that int
The Control Plane acts as the orchestrator, transforming high-level platform and developer intent into actionable workloads deployed across Data Planes, while wiring them into the Observability Plane for visibility.

The diagram below illustrates how these components interact.
xz

![](../resources/openchoreo_components.svg)

Each plane in OpenChoreo operates as a distinct functional unit, with its own lifecycle, scaling behavior, and security boundaries. Together, these planes and supporting interfaces form the core components of the platform:
Expand All @@ -29,11 +29,11 @@ Each plane in OpenChoreo operates as a distinct functional unit, with its own li
The brain of OpenChoreo. It watches developer- and platform-defined CRDs, validates and processes them, and coordinates activities across other planes. It translates intent such as "deploy this component" or "connect these services" into concrete infrastructure actions.

Responsibilities include:
Validating CRD instances and resolving references (e.g., Connections between Components)
Applying policy and environment-specific rules
Coordinating CI jobs, deployments, and observability configurations
Reconciling desired state with actual state across all planes
Tracking the state of Components across environments and Data Planes
- Validating CRD instances and resolving references (e.g., Connections between Components)
- Applying policy and environment-specific rules
- Coordinating CI jobs, deployments, and observability configurations
- Reconciling desired state with actual state across all planes
- Tracking the state of Components across environments and Data Planes

The Control Plane is extensible, allowing integration with different backends for image building, observability tooling, environment provisioning, and more.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {versions} from '../_constants.mdx';
# What is OpenChoreo?
OpenChoreo is a comprehensive, open-source Internal Developer Platform (IDP) designed for platform engineering (PE) teams who want to streamline developer workflows and deliver Internal Developer Portals without having to build everything from scratch.

OpenChoreo orchestrates many CNCF and other projects to provide a comprehensive framework for PE teams to build the platform they want.
OpenChoreo orchestrates many CNCF and other projects to give platform teams a strong head start, you can use it as-is, or tailor it to fit your own internal developer platform vision.

## Why OpenChoreo?

Expand Down