Skip to content

Commit fa29a4f

Browse files
Merge pull request #48918 from lootle1/MR72
Technical Review 1016239: Deploy a containerized application on Azure…
2 parents 36666a8 + fd2302f commit fa29a4f

10 files changed

+22
-22
lines changed

learn-pr/azure/aks-deploy-container-app/1-introduction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.aks-deploy-container-app.1-introduction
3-
metadata:
4-
adobe-target: true
3+
metadata:
4+
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Introduction
77
description: Introduction
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/2-create-aks-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.aks-deploy-container-app.2-create-aks-cluster
3-
metadata:
4-
adobe-target: true
3+
metadata:
4+
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Create an Azure Kubernetes Service cluster
77
description: Explore some of the architectural concepts you need to consider when you configure your first Azure Kubernetes Service cluster. You'll review concepts such as common cluster architecture and application routing.
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/3-exercise-create-aks-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.aks-deploy-container-app.3-exercise-create-aks-cluster
3-
metadata:
4-
adobe-target: true
3+
metadata:
4+
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Exercise - Create an Azure Kubernetes Service cluster
77
description: In this exercise, you'll create an Azure Kubernetes Service cluster using Azure CLI and configure access from the Cloud Shell to your new cluster using Kubectl.
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/4-deploy-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.aks-deploy-container-app.4-deploy-app
3-
metadata:
4-
adobe-target: true
3+
metadata:
4+
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Deploy an application on your Azure Kubernetes Service cluster
77
description: Explore the concepts needed to create and deploy an application to your Azure Kubernetes Service cluster. You'll see how to deploy an application as a container from a container registry by using a declarative manifest file.
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/5-exercise-deploy-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.aks-deploy-container-app.5-exercise-deploy-app
3-
metadata:
4-
adobe-target: true
3+
metadata:
4+
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Exercise - Deploy an application on your Azure Kubernetes Service cluster
77
description: In this exercise, you'll create and push a Kubernetes workload to an Azure Container Registry instance. You'll then deploy the workload from the container registry to an Azure Kubernetes Service cluster by creating a deployment manifest file.
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
title: Summary
77
description: Summary
88
ms.published: 07/31/2020
9-
ms.date: 04/04/2023
9+
ms.date: 01/31/2025
1010
author: nickomang
1111
ms.author: nickoman
1212
ms.topic: unit

learn-pr/azure/aks-deploy-container-app/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By the end of this module, you can:
1616
- Familiarity with Kubernetes concepts. If you're new to Kubernetes, start with the [basics of Kubernetes](https://azure.microsoft.com/topic/what-is-kubernetes/?azure-portal=true).
1717
- Familiarity with [Git](/contribute/git-github-fundamentals) and [GitHub](https://github.com).
1818
- Familiarity with [Docker](https://docker.com) and Docker images.
19-
- An active Azure [subscription](https://azure.microsoft.com/free/services/kubernetes-service/?azure-portal=true).
19+
- An active Azure [subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account).
2020
- Ability to use the [Azure CLI](/azure/aks/kubernetes-walkthrough).
2121
- Ability to create a Docker container. If you're new to Docker, start with the [intro to containers](/training/modules/intro-to-containers/).
2222

learn-pr/azure/aks-deploy-container-app/includes/2-create-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are two popular cluster architectures for Kubernetes-based deployments.
2626

2727
:::image type="content" source="../media/2-1-diagram.png" alt-text="A diagram that shows a single control plane and multiple nodes in a cluster configuration.":::
2828

29-
The *single control plane to multiple nodes* per cluster architecture is the most common architectural pattern, and is the easiest to deploy, but it doesn't provide high availability to your cluster's core management services.
29+
The *single control plane to multiple nodes* per cluster architecture is the most common architectural pattern and is the easiest to deploy, but it doesn't provide high availability to your cluster's core management services.
3030

3131
If the control plane node becomes unavailable for any reason, no other interaction can happen with the cluster. This problem occurs even if you're the operator, or by any workloads that use Kubernetes' APIs to communicate until, at least, the API server is back online.
3232

@@ -68,4 +68,4 @@ You can change the node count later in the cluster's configuration panel. It's a
6868

6969
## Node VM size
7070

71-
Select from a wide range of VM specs. For development purposes, you can choose the B series to save on costs. In the exercises, you use series B2, the standard size. For more guidance to select a VM based on your needs, visit the [Azure VM selector tool](https://azure.microsoft.com/pricing/vm-selector/)
71+
Select from a wide range of VM specs. For development purposes, you can choose the B series to save on costs. In the exercises, you use series B2, the standard size. For more guidance to select a VM based on your needs, [ask Microsoft Copilot in Azure to find the best VM](https://techcommunity.microsoft.com/blog/azurecompute/using-microsoft-copilot-in-azure-to-find-the-best-vm-size-for-you/4356049)

learn-pr/azure/aks-deploy-container-app/includes/3-exercise-create-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this exercise, create an AKS cluster that uses several nodes to meet the demand of many customers using the service. You decide to use the *single control plane and multiple nodes* architecture because it provides the best way to create and manage workload resources.
22

3-
AKS supports both Linux and Windows node pools via the Portal or Azure CLI, however, if you're going to use Windows node pools, the cluster must be created with extra **prerequisites** and commands. Select an OS based on which type of node pools you want to add.
3+
AKS supports both Linux and Windows node pools via the Portal or Azure CLI. However, if you're going to use Windows node pools, the cluster must be created with extra **prerequisites** and commands. Select an OS based on which type of node pools you want to add.
44

55
[!INCLUDE [azure-exercise-subscription-prerequisite](../../../includes/azure-exercise-subscription-prerequisite.md)]
66

@@ -14,7 +14,7 @@ AKS supports both Linux and Windows node pools via the Portal or Azure CLI, howe
1414
> [!IMPORTANT]
1515
> We'll run all the scripts with Bash, so if you haven't created a Cloud Shell yet, select *Bash* as the running shell.
1616
17-
1. In the Cloud Shell window, select the **More** icon (**...**), then select **Settings** > **Go to Classic version**.
17+
1. In the Cloud Shell window, select **Settings** > **Go to Classic version**.
1818

1919
1. Create variables for the configuration values you reuse throughout the exercises.
2020

learn-pr/azure/aks-deploy-container-app/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: Explore how to create and deploy a containerized application by using Azure Kubernetes Service declarative manifest files.
88
ms.published: 07/31/2020
99
manager: rayoflores
10-
ms.date: 04/04/2023
10+
ms.date: 01/31/2025
1111
author: nickomang
1212
ms.author: nickoman
1313
ms.topic: module

0 commit comments

Comments
 (0)