Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 894 Bytes

Kubeflow-install.md

File metadata and controls

32 lines (18 loc) · 894 Bytes

Kubeflow installation instruction

Connect to AKS

  • Login to Azure: az login
  • Create user credentials: az aks get-credentials -n <AKS_NAME> -g <RESOURCE_GROUP_NAME>

Option 1: Install Standalone Kubeflow pipelines

Install Istio (if not already installed on the cluster)

(https://istio.io/docs/setup/getting-started/#download)

Install Kubeflow pipelines

Enable Authentication

Option 3: Install Kubeflow with Authentication (https://www.kubeflow.org/docs/azure/authentication-oidc/)

Verify the installation

Wait until pods in the kubeflow namespaces are up and running

kubectl get pods -n kubeflow