|
1 | 1 | ---
|
2 |
| -title: Build and deploy data and machine learning pipelines with Flyte on Azure Kubernetes Service |
| 2 | +title: Build and deploy data and machine learning pipelines with Flyte on Azure Kubernetes Service (AKS) |
3 | 3 | titleSuffix: Azure Kubernetes Service
|
4 |
| -description: Learn about Flyte, an open-source platform for building and deploying data and machine learning pipelines on Azure Kubernetes Service. |
| 4 | +description: Learn about Flyte, an open-source platform for building and deploying data and machine learning pipelines on Azure Kubernetes Service (AKS). |
5 | 5 | ms.topic: how-to
|
6 |
| -ms.date: 05/17/2024 |
| 6 | +ms.date: 05/21/2024 |
7 | 7 | author: schaffererin
|
8 | 8 | ms.author: schaffererin
|
| 9 | +ms.service: azure-kubernetes-service |
9 | 10 | ---
|
10 | 11 |
|
11 | 12 | # Build and deploy data and machine learning pipelines with Flyte on Azure Kubernetes Service (AKS)
|
12 | 13 |
|
13 |
| -This article shows you how to use Flyte, an open-source platform for building and deploying data and machine learning pipelines on Azure Kubernetes Service (AKS). |
14 |
| - |
15 |
| -Flyte is a workflow orchestrator that unifies machine learning, data engineering, and data analytics stacks to help you build robust and reliable applications. |
| 14 | +This article shows you how to use Flyte on Azure Kubernetes Service (AKS). Flyte is an open-source workflow orchestrator that unifies machine learning, data engineering, and data analytics stacks to help you build robust and reliable applications. |
16 | 15 |
|
17 | 16 | For more information, see [Introduction to Flyte](https://docs.flyte.org/en/latest/introduction.html).
|
18 | 17 |
|
19 | 18 | ## Prerequisites
|
20 | 19 |
|
21 | 20 | * An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
|
22 |
| -* The Azure CLI installed and configured. Run `az --version` to check the version. If you need to install or upgrade, see [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). |
23 |
| -* The Helm CLI installed and updated. Run `helm version` to check the version. If you need to install or upgrade, see [Install Helm](https://helm.sh/docs/intro/install/). |
24 |
| -* The `kubectl` CLI installed and updated. Run `az aks install-cli` to install it locally or see [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/). |
| 21 | +* The Azure CLI installed and configured. Check your version using the `az --version` command. If you need to install or upgrade, see [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). |
| 22 | +* The Helm CLI installed and updated. Check your version using the `helm version` command. If you need to install or upgrade, see [Install Helm](https://helm.sh/docs/intro/install/). |
| 23 | +* The `kubectl` CLI installed and updated. Install it locally using the `az aks install-cli` command or using [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/). |
25 | 24 |
|
26 | 25 | > [!NOTE]
|
27 | 26 | > If you're using the Azure Cloud Shell, the Azure CLI, Helm, and kubectl are already installed.
|
|
0 commit comments