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
Copy file name to clipboardExpand all lines: articles/aks/kubernetes-walkthrough-portal.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: iainfoulds
6
6
7
7
ms.service: container-service
8
8
ms.topic: quickstart
9
-
ms.date: 12/18/2018
9
+
ms.date: 5/31/2019
10
10
ms.author: iainfou
11
11
ms.custom: mvc
12
12
@@ -29,35 +29,36 @@ Sign in to the Azure portal at https://portal.azure.com.
29
29
30
30
## Create an AKS cluster
31
31
32
-
In the top left-hand corner of the Azure portal, select **+ Create a resource** > **Kubernetes Service**.
32
+
In the top left-hand corner of the Azure portal, select **+ Create a resource** > **Containers** > **Kubernetes Service**.
33
33
34
34
To create an AKS cluster, complete the following steps:
35
35
36
-
1.**Basics**- Configure the following options:
36
+
1.On the **Basics**page, configure the following options:
37
37
-*PROJECT DETAILS*: Select an Azure subscription, then select or create an Azure resource group, such as *myResourceGroup*. Enter a **Kubernetes cluster name**, such as *myAKSCluster*.
38
38
-*CLUSTER DETAILS*: Select a region, Kubernetes version, and DNS name prefix for the AKS cluster.
39
-
-*SCALE*: Select a VM size for the AKS nodes. The VM size **cannot** be changed once an AKS cluster has been deployed.
39
+
-**PRIMARY NODE POOL**: select a VM size for the AKS nodes. The VM size **cannot** be changed once an AKS cluster has been deployed.
40
40
- Select the number of nodes to deploy into the cluster. For this quickstart, set **Node count** to *1*. Node count **can** be adjusted after the cluster has been deployed.
41
41
42
42

43
43
44
-
Select **Next: Authentication** when complete.
44
+
Select **Next: Scale** when complete.
45
45
46
-
1.**Authentication**: Configure the following options:
47
-
- Create a new service principal or *Configure* to use an existing one. When using an existing SPN, you need to provide the SPN client ID and secret.
48
-
- Enable the option for Kubernetes role-based access controls (RBAC). These controls provide more fine-grained control over access to the Kubernetes resources deployed in your AKS cluster.
46
+
2. On the **Scale** page, keep the default options. At the bottom of the screen, click **Next:Authentication**.
47
+
3. On the **Authentication** page, configure the following options:
48
+
- Create a new service principal by leaving the **Service Principal** field with **(new) default service principal**. Or you can choose *Configure service principal* to use an existing one. If you use an existing one, you will need to provide the SPN client ID and secret.
49
+
- Enable the option for Kubernetes role-based access controls (RBAC). This will provide more fine-grained control over access to the Kubernetes resources deployed in your AKS cluster.
49
50
50
-
By default, *Basic* networking is used, and Azure Monitor for containers is enabled. Select**Review + create** and then **Create** when ready.
51
+
By default, *Basic* networking is used, and Azure Monitor for containers is enabled. Click**Review + create** and then **Create** when validation completes.
51
52
52
-
It takes a few minutes to create the AKS cluster and to be ready for use. When finished, browse to the AKS cluster resource group, such as *myResourceGroup*, and select the AKS resource, such as *myAKSCluster*. The AKS cluster dashboard is shown, as in the following example screenshot:
53
+
It takes a few minutes to create the AKS cluster. When your deployment is complete, click **Go to resource**, or browse to the AKS cluster resource group, such as *myResourceGroup*, and select the AKS resource, such as *myAKSCluster*. The AKS cluster dashboard is shown, as in this example:
53
54
54
55

55
56
56
57
## Connect to the cluster
57
58
58
59
To manage a Kubernetes cluster, you use [kubectl][kubectl], the Kubernetes command-line client. The `kubectl` client is pre-installed in the Azure Cloud Shell.
59
60
60
-
Open Cloud Shell using the button on the top right-hand corner of the Azure portal.
61
+
Open Cloud Shell using the `>_`button on the top of the Azure portal.
61
62
62
63

Copy file name to clipboardExpand all lines: articles/aks/kubernetes-walkthrough.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ To see the Azure Vote app in action, open a web browser to the external IP addre
236
236
237
237
When the AKS cluster was created, Azure Monitor for containers was enabled to capture health metrics for both the cluster nodes and pods. These health metrics are available in the Azure portal.
238
238
239
-
To see current status, uptime, and resource usage for the Azure Vote pods, complete the following steps:
239
+
To see the current status, uptime, and resource usage for the Azure Vote pods, complete the following steps:
240
240
241
241
1. Open a web browser to the Azure portal [https://portal.azure.com][azure-portal].
242
242
1. Select your resource group, such as *myResourceGroup*, then select your AKS cluster, such as *myAKSCluster*.
@@ -249,11 +249,11 @@ The *azure-vote-back* and *azure-vote-front* containers are displayed, as shown
249
249
250
250

251
251
252
-
To see logs for the `azure-vote-front` pod, choose the option to **View in analytics**, then select**View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
252
+
To see logs for the `azure-vote-back` pod, choose the option to **View in analytics**, then click the**View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
253
253
254
254

255
255
256
-
## Delete cluster
256
+
## Delete the cluster
257
257
258
258
When the cluster is no longer needed, use the [az group delete][az-group-delete] command to remove the resource group, container service, and all related resources.
0 commit comments