Skip to content

Commit

Permalink
Make 'control panel' terminology consistent by converting this to 'co…
Browse files Browse the repository at this point in the history
…ntrol plane', as is the terminology used elsewhere throughout these docs.
  • Loading branch information
gilesgas committed Oct 4, 2024
1 parent 692d9a1 commit 4f2b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pipelines/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toc: false

Buildkite Pipelines uses a hybrid architecture consisting of the following:

- **Buildkite dashboard:** A software-as-a-service (SaaS) control panel for visualizing and managing CI/CD pipelines. This coordinates work and displays results.
- **Buildkite dashboard:** A software-as-a-service (SaaS) control plane for visualizing and managing CI/CD pipelines. This coordinates work and displays results.
- **Agents:** Small, reliable, and cross-platform build runners. These are hosted by you, either on-premises or in the cloud. They execute the work they receive from the Buildkite dashboard.

The following diagram shows the split in Buildkite between the SaaS platform and the agents running on your infrastructure.
Expand Down

0 comments on commit 4f2b451

Please sign in to comment.