Skip to content

Commit aa81058

Browse files
authored
Merge pull request #185054 from erik-ha-msft/erikha-aks-portal-refresh
Update kubernetes-walkthrough-portal.md
2 parents e3ccb63 + a152f0a commit aa81058

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

articles/aks/kubernetes-walkthrough-portal.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn how to quickly create a Kubernetes cluster, deploy an application, and monitor performance in Azure Kubernetes Service (AKS) using the Azure portal.
55
services: container-service
66
ms.topic: quickstart
7-
ms.date: 07/01/2021
7+
ms.date: 1/13/2022
88
ms.custom: mvc, seo-javascript-october2019, contperf-fy21q3, mode-ui
99
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run and monitor applications using the managed Kubernetes service in Azure.
1010
---
@@ -16,7 +16,7 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
1616
* Run a multi-container application with a web front-end and a Redis instance in the cluster.
1717
* Monitor the health of the cluster and pods that run your application.
1818

19-
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
19+
:::image type="content" source="media/container-service-kubernetes-walkthrough/azure-voting-application.png" alt-text="Image of browsing to Azure Vote sample application":::
2020

2121
This quickstart assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for Azure Kubernetes Service (AKS)][kubernetes-concepts].
2222

@@ -43,11 +43,11 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
4343
- **Primary node pool**:
4444
* Leave the default values selected.
4545

46-
![Create AKS cluster - provide basic information](media/kubernetes-walkthrough-portal/create-cluster-basics.png)
46+
:::image type="content" source="media/kubernetes-walkthrough-portal/create-cluster-basics.png" alt-text="Create AKS cluster - provide basic information":::
4747

4848
> [!NOTE]
4949
> You can change the preset configuration when creating your cluster by selecting *View all preset configurations* and choosing a different option.
50-
> ![Create AKS cluster - portal preset options](media/kubernetes-walkthrough-portal/cluster-preset-options.png)
50+
> :::image type="content" source="media/kubernetes-walkthrough-portal/cluster-preset-options.png" alt-text="Create AKS cluster - portal preset options":::
5151
5252
4. Select **Next: Node pools** when complete.
5353

@@ -73,7 +73,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
7373
* Browsing to the AKS cluster resource group and selecting the AKS resource.
7474
* Per example cluster dashboard below: browsing for *myResourceGroup* and selecting *myAKSCluster* resource.
7575

76-
![Example AKS dashboard in the Azure portal](media/kubernetes-walkthrough-portal/aks-portal-dashboard.png)
76+
:::image type="content" source="media/kubernetes-walkthrough-portal/aks-portal-dashboard.png" alt-text="Example AKS dashboard in the Azure portal":::
7777

7878
## Connect to the cluster
7979

@@ -254,9 +254,9 @@ Once the **EXTERNAL-IP** address changes from *pending* to an actual public IP a
254254
azure-vote-front LoadBalancer 10.0.37.27 52.179.23.131 80:30572/TCP 2m
255255
```
256256

257-
To see the Azure Vote app in action, open a web browser to the external IP address of your service.
257+
To see the Azure Vote app in action, open a web browser to the external IP address of you
258258

259-
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
259+
:::image type="content" source="media/container-service-kubernetes-walkthrough/azure-voting-application.png" alt-text="Image of browsing to Azure Vote sample application":::
260260

261261
## Monitor health and logs
262262

@@ -272,18 +272,18 @@ Metric data takes a few minutes to populate in the Azure portal. To see current
272272

273273
The `azure-vote-back` and `azure-vote-front` containers will display, as shown in the following example:
274274

275-
![View the health of running containers in AKS](media/kubernetes-walkthrough-portal/monitor-containers.png)
275+
:::image type="content" source="media/kubernetes-walkthrough-portal/monitor-containers.png" alt-text="View the health of running containers in AKS":::
276276

277277
To view logs for the `azure-vote-front` pod, select **View in Log Analytics** from the top of the *azure-vote-front | Overview* area on the right side. These logs include the *stdout* and *stderr* streams from the container.
278278

279-
![View the containers logs in AKS](media/kubernetes-walkthrough-portal/monitor-container-logs.png)
279+
:::image type="content" source="media/kubernetes-walkthrough-portal/monitor-container-logs.png" alt-text="View the containers logs in AKS":::
280280

281281
## Delete cluster
282282

283283
To avoid Azure charges, clean up your unnecessary resources. Select the **Delete** button on the AKS cluster dashboard. You can also use the [az aks delete][az-aks-delete] command in the Cloud Shell:
284284

285285
```azurecli
286-
az aks delete --resource-group myResourceGroup --name myAKSCluster --no-wait
286+
az aks delete --resource-group myResourceGroup --name myAKSCluster --yes --no-wait
287287
```
288288
> [!NOTE]
289289
> When you delete the cluster, the Azure Active Directory service principal used by the AKS cluster is not removed. For steps on how to remove the service principal, see [AKS service principal considerations and deletion][sp-delete].
@@ -298,7 +298,6 @@ Pre-existing container images were used in this quickstart to create a Kubernete
298298

299299
In this quickstart, you deployed a Kubernetes cluster and then deployed a multi-container application to it. Access the Kubernetes web dashboard for your AKS cluster.
300300

301-
302301
To learn more about AKS by walking through a complete example, including building an application, deploying from Azure Container Registry, updating a running application, and scaling and upgrading your cluster, continue to the Kubernetes cluster tutorial.
303302

304303
> [!div class="nextstepaction"]
-65.9 KB
Loading
-21.9 KB
Loading
-315 KB
Loading
11.4 KB
Loading

0 commit comments

Comments
 (0)