Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 882 Bytes

howtouse_aks.md

File metadata and controls

15 lines (11 loc) · 882 Bytes

Step by Step model deployment to AKS in a secure environment

Main Challenges

You are in a secure environment, so, you need to:

  • Use a custom environment in your private container registry
  • using a model with a scoring script

How to

  1. Connect to the jumpvm using Bastion
  2. from the jumpvm, connect to azure.ml.com, connect to your private workspace
  3. Attach AKS to AML : go to Compute/Kubernetes Clusters/New/Kubernetes give it a name, select the existing Kubernetes Cluster the terraform code created, and fill in "azureml" for the Kubernetes namespace.
  4. Clone my repository to get the step by step notebook and default diabetes model : go to Compute/Compute instances/Select your instance/Terminal then launch git clone git clone https://github.com/chboudry/aml-secure-terraform.git
  5. Open the Notebook called aks_example.ipynb and follow instructions there.