Skip to content

Commit 12999ec

Browse files
Merge pull request #221976 from jyravi/main
Update how-to-secure-inferencing-vnet.md
2 parents 8fbbce1 + dcea1f7 commit 12999ec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/machine-learning/how-to-secure-inferencing-vnet.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,19 @@ In this article, you learn how to secure inferencing environments (online endpoi
5454

5555
For information on securing managed online endpoints, see the [Use network isolation with managed online endpoints](how-to-secure-online-endpoint.md) article.
5656

57-
## Secure Azure Kubernetes Service
57+
## Secure Azure Kubernetes Service online endpoints
5858

59-
To configure and attach an Azure Kubernetes Service cluster for secure inference, use the following steps:
59+
To use Azure Kubernetes Service cluster for secure inference, use the following steps:
6060

6161
1. Create or configure a [secure Kubernetes inferencing environment](how-to-secure-kubernetes-inferencing-environment.md).
62-
1. [Attach the Kubernetes cluster to the workspace](how-to-attach-kubernetes-anywhere.md).
62+
2. Deploy [AzureML extension](how-to-deploy-kubernetes-extension.md).
63+
3. [Attach the Kubernetes cluster to the workspace](how-to-attach-kubernetes-anywhere.md).
64+
4. Model deployment with Kubernetes online endpoint can be done using CLI v2, Python SDK v2 and Studio UI.
65+
66+
* CLI v2 - https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/kubernetes
67+
* Python SDK V2 - https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes
68+
* Studio UI - Follow the steps in [managed online endpoint deployment](how-to-use-managed-online-endpoint-studio.md) through the Studio. After entering the __Endpoint name__ select __Kubernetes__ as the compute type instead of __Managed__
6369

64-
Afterwards, you can use the cluster for inference deployments to online endpoints. For more information, see [How to deploy an online endpoint](how-to-deploy-online-endpoints.md).
6570

6671
## Limit outbound connectivity from the virtual network
6772

@@ -76,4 +81,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
7681
* [Secure the training environment](how-to-secure-training-vnet.md)
7782
* [Enable studio functionality](how-to-enable-studio-virtual-network.md)
7883
* [Use custom DNS](how-to-custom-dns.md)
79-
* [Use a firewall](how-to-access-azureml-behind-firewall.md)
84+
* [Use a firewall](how-to-access-azureml-behind-firewall.md)

0 commit comments

Comments
 (0)