Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new AKS blog post that describes how to run/scale Ray workloads on AKS with Anyscale, covering multi-region capacity, unified storage (BlobFuse2), and service-principal-based authentication. It also includes diagram assets (SVGs) and their Mermaid sources to illustrate the storage and authentication flows.
Changes:
- Add new blog post content for “Scaling Ray on AKS” with examples and architecture guidance.
- Add Mermaid source diagrams for storage and authentication flows, plus exported SVG versions.
- Add supporting screenshots used by the post.
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| website/blog/2026-02-13-scaling-ray-aks/index.md | New blog post describing scaling Ray on AKS with multi-region, storage, and auth guidance |
| website/blog/2026-02-13-scaling-ray-aks/cluster-storage.mmd | Mermaid source for the cluster storage architecture diagram |
| website/blog/2026-02-13-scaling-ray-aks/cluster-storage.svg | Exported SVG for the cluster storage architecture diagram |
| website/blog/2026-02-13-scaling-ray-aks/auth-flow.mmd | Mermaid source for the service principal authentication flow diagram |
| website/blog/2026-02-13-scaling-ray-aks/auth-flow.svg | Exported SVG for the authentication flow diagram |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Glad to know managed Ray can support multiple clusters which was mentioned as a limitation in the AWS blog that motivated them to push the single cluster scalability to 100k. |
it is based on workload identity as the setup script shown here: https://github.com/Azure-Samples/aks-anyscale/blob/main/scripts/setup.sh#L203 |
No description provided.