Skip to content

Commit 13a1e44

Browse files
authored
Compose: Bridge for orgs (#24056)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 529da2d commit 13a1e44

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

content/manuals/compose/bridge/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@ Compose Bridge also supports applications that use LLMs via Docker Model Runner.
3333

3434
For more details, see [Use Model Runner](use-model-runner.md).
3535

36+
## Apply organizational standards at scale
37+
38+
39+
Compose Bridge supports custom transformation templates, which lets platform teams encode
40+
organizational standards once and apply them consistently whenever a `compose.yaml` file
41+
is converted to Kubernetes manifests or other formats.
42+
43+
Developers continue to write standard Compose files. During conversion, Compose Bridge
44+
runs your custom transformation and automatically injects the required security contexts,
45+
resource limits, labels, and network policies into the output manifests — without
46+
requiring developers to know or manage those details.
47+
48+
When your requirements change, update the transformation template in one place. Every team
49+
picks up the changes on their next conversion, with no edits to individual Compose files.
50+
51+
This separation of concerns keeps developers focused on application configuration, while
52+
platform teams control governance and enforce policy through the transformation layer.
53+
54+
To get started, see [Customize Compose Bridge](/manuals/compose/bridge/customize.md).
55+
3656
## What's next?
3757

3858
- [Use Compose Bridge](usage.md)

0 commit comments

Comments
 (0)