You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This guide demonstrates how to install a remote MLflow Tracking Server on Kubernetes. The instructions below demonstrate how to install using a Cloud Native Application Bundle (CNAB). Please see the document referenced below for manual installation instructions.
3
+
This guide demonstrates how to install a remote MLflow Tracking Server & Kubeflow on Kubernetes. The instructions below demonstrate how to install using a Cloud Native Application Bundle (CNAB). Please see the document referenced below for manual installation instructions.
From the Kubeflow dashboard select "Notebook Servers". Pick the namespace you want to create the server under and select "+ New Server".
107
-
108
-
Enter the desired specs for your server. Make sure the "Custom Image" checkbox is select and input `naedwebs/jupyter-mlflow` in the text field for this option. Click "Launch".
109
-
### Step 9: Upload a Notebook
110
-
111
-
Once your server is running click "Connect". A Jupyter Notebook landing page should load on a new tab. On the right hand side of this page push the "Upload" button and select the MLflow_Tutorial notebook found in the notebooks folder in this repository and hit open. Click the blue "Upload" button that has just appeard. Select the notebook to run it.
24
+
-[Link to Kubeflow](https://github.com/NealAnalyticsLLC/azure-intelligent-edge-patterns/blob/mlflow-on-azure-stack/Research/mlflow-on-azure-stack/porter/kubeflow/Readme.md)
25
+
-[Link to MLFlow](https://github.com/NealAnalyticsLLC/azure-intelligent-edge-patterns/blob/mlflow-on-azure-stack/Research/mlflow-on-azure-stack/porter/mlflow/Readme.md)
This guide demonstrates how to install a remote MLflow Tracking Server & Kubeflow on Kubernetes. The instructions below demonstrate how to install using a Cloud Native Application Bundle (CNAB). Please see the document referenced below for manual installation instructions.
4
+
5
+
**Reference Material:**
6
+
-[Manual Installation Instructions for Mlflow](./docs/manual_installation.md)
7
+
-[Manual Installation Instructions for Kubeflow](/Research/kubeflow-on-azure-stack/Readme.md)
8
+
9
+
**Prerequisite:**
10
+
- Will need the k8 cluster ".kubeconfig" file on your local machine to execute commands on the k8 cluster
11
+
- Below instructions are not intended to be run from the master node, but from another Linux dev environment
12
+
- Clone the github repo at "/home/user/" path
13
+
14
+
## Step 1: Install Porter
15
+
Make sure you have Porter installed. You can find the installation instructions for your OS at the link provided below.
**NOTE:** be sure to add porter to your PATH so it can find the binaries
20
+
21
+
## Step 2 : Install CNAB Packages
22
+
We have CNAB packages for Kubeflow & MLFlow, use any of the below link to install
23
+
24
+
-[Link to Kubeflow](https://github.com/NealAnalyticsLLC/azure-intelligent-edge-patterns/blob/mlflow-on-azure-stack/Research/mlflow-on-azure-stack/porter/kubeflow/Readme.md)
25
+
-[Link to MLFlow](https://github.com/NealAnalyticsLLC/azure-intelligent-edge-patterns/blob/mlflow-on-azure-stack/Research/mlflow-on-azure-stack/porter/mlflow/Readme.md)
0 commit comments