Skip to content

Commit 8d3f39e

Browse files
committed
Fixing link for Kubeflow
1 parent 7efda92 commit 8d3f39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/gpu-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use GPUs on Azure Kubernetes Service (AKS)
33
description: Learn how to use GPUs for high performance compute or graphics-intensive workloads on Azure Kubernetes Service (AKS).
44
ms.topic: article
55
ms.custom: event-tier1-build-2022, devx-track-azurecli
6-
ms.date: 04/07/2023
6+
ms.date: 04/10/2023
77
#Customer intent: As a cluster administrator or developer, I want to create an AKS cluster that can use high-performance GPU-based VMs for compute-intensive workloads.
88
---
99

@@ -390,12 +390,12 @@ To see the GPU in action, you can schedule a GPU-enabled workload with the appro
390390
* [Configure a Kubernetes cluster for ML model training or deployment][azureml-aks].
391391
* [Deploy a model with an online endpoint][azureml-deploy].
392392
* [High-performance serving with Triton Inference Server][azureml-triton].
393-
* [Deploy machine learning models to AKS with Kubeflow][kubeflow].
393+
* [Labs for Kubernetes and Kubeflow][kubeflow].
394394
395395
<!-- LINKS - external -->
396396
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
397397
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
398-
[kubeflow]: /architecture/solution-ideas/articles/machine-learning-model-deployment-aks
398+
[kubeflow]: https://github.com/Azure/kubeflow-labs
399399
[kubectl-describe]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#describe
400400
[kubectl-logs]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs
401401
[kubectl delete]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#delete

0 commit comments

Comments
 (0)