Attached AKS not available in Azure ML Create Model Deployment UI

Edhot Purwoko 11 Reputation points Microsoft Employee
2021-11-09T22:34:14.52+00:00

I have AKS cluster attached with Azure ML for inference cluster,
But when i try to create End point using UI, kubernetes cluster is not available in the drop down menu
why the AKS cluster that attached in Azure ML is not available in the drop down menu?

147944-capture.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,448 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Dean Martin (ZA-DUR) 5 Reputation points
    2023-08-08T12:45:35.2133333+00:00

    Did you manage to get this working? I am struggling myself now with the same issue. The documentation is really not that helpful unfortunately. I also attached AKS with no issue under attached compute but when trying to create an endpoint, it says no clusters are available. I'm at a loss :(

    1 person found this answer helpful.
    0 comments No comments

  2. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2021-11-10T04:27:51.993+00:00

    Hi @Edhot Purwoko

    A machine learning model registered in your workspace.

    Azure Machine Learning can deploy trained machine learning models to Azure Kubernetes Service.
    You must first either create an Azure Kubernetes Service (AKS) cluster from your Azure ML workspace, or attach an existing AKS cluster.

    Check with the limitations
    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-kubernetes?tabs=python#limitations
    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-azure-kubernetes-service?tabs=python

    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.


  3. Shivani Santosh Sambare 1 Reputation point
    2021-11-10T18:27:38.86+00:00

    Hi @Edhot Purwoko

    The + Create option on Endpoints UI page, is based off our v2 APIs : https://learn.microsoft.com/en-us/azure/machine-learning/how-to-configure-cli

    You Kubernetes will show up, if you have attached them using the following docs : https://learn.microsoft.com/en-us/azure/machine-learning/how-to-attach-arc-kubernetes?tabs=studio
    The cluster will show up if you are attaching it the following way:

    148295-image.png

    148250-image.png

    If you don't see your cluster after following the above documentation, please let us know!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.