Skip to content

Commit 868fef4

Browse files
Andrey Cheptsovclaude
andcommitted
Add tenant isolation section to Fleets and Exports docs
Describe the current host access model for fleet workloads and link to the SSH reverse proxy roadmap issue. Add a brief cross-reference in the Exports page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4dc9341 commit 868fef4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/docs/concepts/exports.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ $ dstack fleet list
134134

135135
Imported fleets can be used for runs just like the project's own fleets.
136136

137+
!!! info "Tenant isolation"
138+
Exported fleets share the same access model as regular fleets. See [Tenant isolation](fleets.md#tenant-isolation) for details.
139+
137140
!!! info "What's next?"
138141
1. Check the [`dstack export` CLI reference](../reference/cli/dstack/export.md)
139142
2. Learn how to manage [fleets](fleets.md)

docs/docs/concepts/fleets.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,15 @@ ssh_config:
468468
!!! info "Reference"
469469
The fleet configuration file supports additional options, including [`instance_types`](../reference/dstack.yml/fleet.md#instance_types), [`max_price`](../reference/dstack.yml/fleet.md#max_price), [`regions`](../reference/dstack.yml/fleet.md#max_price), among others. For the complete list, see the [reference](../reference/dstack.yml/fleet.md).
470470

471+
## Tenant isolation
472+
473+
Workloads running on a fleet have access to the host, including mounted folders. For distributed workloads,
474+
containers use host network mode.
475+
476+
Tighter isolation is on the roadmap, including [SSH reverse proxy](https://github.com/dstackai/dstack/issues/3644){:target="_blank"} and rootless access to the host.
477+
478+
When [exporting fleets](exports.md) to other projects, the same access model applies to members of the importer projects.
479+
471480
## Export fleets
472481

473482
Fleets can be exported to other projects, allowing those projects to use the exported fleets

0 commit comments

Comments
 (0)