Skip to content

Commit ad64f02

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
minor tweaks
1 parent e4539fe commit ad64f02

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/aks/kubernetes-walkthrough.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: iainfoulds
66

77
ms.service: container-service
88
ms.topic: quickstart
9-
ms.date: 05/31/2019
9+
ms.date: 05/20/2019
1010
ms.author: iainfou
1111
ms.custom: H1Hack27Feb2017, mvc, devcenter
1212

@@ -54,7 +54,7 @@ The following example output shows the resource group created successfully:
5454
}
5555
```
5656

57-
## Create AKS cluster
57+
## Create an AKS cluster
5858

5959
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one node. Azure Monitor for containers is also enabled using the *--enable-addons monitoring* parameter.
6060

@@ -236,11 +236,11 @@ To see the Azure Vote app in action, open a web browser to the external IP addre
236236

237237
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.
238238

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:
240240

241241
1. Open a web browser to the Azure portal [https://portal.azure.com][azure-portal].
242242
1. Select your resource group, such as *myResourceGroup*, then select your AKS cluster, such as *myAKSCluster*.
243-
1. In the **Monitoring** group on the left-hand side, choose **Insights**
243+
1. Under **Monitoring** on the left-hand side, choose **Insights**
244244
1. Across the top, choose to **+ Add Filter**
245245
1. Select *Namespace* as the property, then choose *\<All but kube-system\>*
246246
1. Choose to view the **Containers**.
@@ -249,15 +249,13 @@ The *azure-vote-back* and *azure-vote-front* containers are displayed, as shown
249249

250250
![View the health of running containers in AKS](media/kubernetes-walkthrough/monitor-containers.png)
251251

252-
To see logs for the `azure-vote-front` pod, click on that container and change the dropdown on the right (you may need to scroll the window to the right to it) from **View in analytics** to **View container logs**. These logs include the *stdout* and *stderr* streams from the container.
253-
254-
Click **Run** to see the logs. You can view a log by opening its entry in the list.
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.
255253

256254
![View the containers logs in AKS](media/kubernetes-walkthrough/monitor-container-logs.png)
257255

258-
## Delete cluster
256+
## Delete the cluster
259257

260-
When you no longer need the cluster, use the [az group delete][az-group-delete] command to remove the resource group, container service, and all related resources.
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.
261259

262260
```azurecli-interactive
263261
az group delete --name myResourceGroup --yes --no-wait

0 commit comments

Comments
 (0)