Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article shows you how to use Container Networking Interface (CNI) networking in Azure to create and use a virtual network subnet for an Azure Kubernetes Service (AKS) cluster. For more information on network options and considerations, see Networking concepts for applications in Azure Kubernetes Service.
Prerequisites
- An Azure account with an active subscription. Create an account for free.
Configure networking
For information on planning IP addresses, see IP address planning for your Azure Kubernetes Service clusters.
Sign in to the Azure portal.
On the Azure portal home page, select Create a resource.
Under Categories, select Containers > Azure Kubernetes Service (AKS).
On the Basics tab, configure the following settings:
- Under Project details:
- Subscription: Select your Azure subscription.
- Resource group: Select Create new, enter a resource group name (such as test-rg), and then select Ok.
- Under Cluster details:
- Kubernetes cluster name: Enter a cluster name, such as aks-cluster.
- Region: Select East US 2.
- Under Project details:
Select Next > Next to get to the Networking tab.
For Container networking, select Azure CNI Node Subnet.
Select Review + create > Create.
Related content
Azure Kubernetes Service