Skip to content

Commit f174dff

Browse files
[Crusoe] Minor edits (#3448)
1 parent 78d26ee commit f174dff

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/clusters/crusoe/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ title: Distributed workload orchestration on Crusoe with dstack
66

77
Crusoe offers two ways to use clusters with fast interconnect:
88

9-
* [Kubernetes](#kubernetes) – Lets you interact with clusters through the Kubernetes API and includes support for NVIDIA GPU operators and related tools.
10-
* [Virtual Machines (VMs)](#vms) – Gives you direct access to clusters in the form of virtual machines.
9+
* [Crusoe Managed Kubernetes](#kubernetes) – Lets you interact with clusters through the Kubernetes API and includes support for NVIDIA and AMD GPU operators and related tools.
10+
* [Virtual Machines (VMs)](#vms) – Gives you direct access to clusters in the form of virtual machines with NVIDIA and AMD GPUs.
1111

1212
Both options use the same underlying networking infrastructure. This example walks you through how to set up Crusoe clusters to use with `dstack`.
1313

14-
## Kubernetes
14+
## Crusoe Managed Kubernetes { #kubernetes }
1515

1616
!!! info "Prerequsisites"
1717
1. Go `Networking``Firewall Rules`, click `Create Firewall Rule`, and allow ingress traffic on port `30022`. This port will be used by the `dstack` server to access the jump host.
@@ -21,7 +21,7 @@ Both options use the same underlying networking infrastructure. This example wal
2121

2222
### Configure the backend
2323

24-
Follow the standard instructions for setting up a [Kubernetes](https://dstack.ai/docs/concepts/backends/#kubernetes) backend:
24+
Follow the standard instructions for setting up a [`kubernetes`](https://dstack.ai/docs/concepts/backends/#kubernetes) backend:
2525

2626
<div editor-title="~/.dstack/server/config.yml">
2727

@@ -40,7 +40,7 @@ projects:
4040
4141
### Create a fleet
4242
43-
Once the Kubernetes cluster and the `dstack` server are running, you can create a fleet:
43+
Once the Crusoe Managed Kubernetes cluster and the `dstack` server are running, you can create a fleet:
4444

4545
<div editor-title="crusoe-fleet.dstack.yml">
4646

@@ -118,9 +118,9 @@ Once the fleet is created, you can run [dev environments](https://dstack.ai/docs
118118

119119
Use a [distributed task](https://dstack.ai/docs/concepts/tasks#distributed-task) that runs NCCL tests to validate cluster network bandwidth.
120120

121-
=== "Kubernetes"
121+
=== "Crusoe Managed Kubernetes"
122122

123-
If you’re running on Crusoe’s Kubernetes, make sure to install HPC-X and provide an up-to-date topology file.
123+
If you’re running on Crusoe Managed Kubernetes, make sure to install HPC-X and provide an up-to-date topology file.
124124

125125
<div editor-title="crusoe-nccl-tests.dstack.yml">
126126

@@ -185,9 +185,9 @@ Use a [distributed task](https://dstack.ai/docs/concepts/tasks#distributed-task)
185185
> The task above downloads an A100 topology file from a Gist. The most reliable way to obtain the latest topology is to copy it from a Crusoe-provisioned VM (see [VMs](#vms)).
186186

187187
??? info "Privileged"
188-
When running on Kubernetes, set `privileged` to `true` to ensure access to InfiniBand.
188+
When running on Crusoe Managed Kubernetes, set `privileged` to `true` to ensure access to InfiniBand.
189189

190-
=== "SSH fleets"
190+
=== "VMs"
191191

192192
With Crusoe VMs, HPC-X and up-to-date topology files are already available on the hosts. When using SSH fleets, simply mount them via [instance volumes](https://dstack.ai/docs/concepts/volumes#instance-volumes).
193193

@@ -294,4 +294,4 @@ nccl-tests provisioning completed (running)
294294

295295
1. Learn about [dev environments](https://dstack.ai/docs/concepts/dev-environments), [tasks](https://dstack.ai/docs/concepts/tasks), [services](https://dstack.ai/docs/concepts/services)
296296
2. Read the [Kuberentes](https://dstack.ai/docs/guides/kubernetes), and [Clusters](https://dstack.ai/docs/guides/clusters) guides
297-
3. Check Crusoe's docs on [networking](https://docs.crusoecloud.com/networking/infiniband/) and [Kubernetes](https://docs.crusoecloud.com/orchestration/cmk/index.html)
297+
3. Check the docs on [Crusoe's networking](https://docs.crusoecloud.com/networking/infiniband/) and ["Crusoe Managed" Kubernetes](https://docs.crusoecloud.com/orchestration/cmk/index.html)

0 commit comments

Comments
 (0)