Skip to content

Commit d66163f

Browse files
authored
Merge pull request #112233 from zr-msft/zr-aks-1701491-helm-qs
[AKS] replaced draft quickstart with helm quickstart
2 parents 3cf6d2c + 33443e5 commit d66163f

File tree

5 files changed

+242
-337
lines changed

5 files changed

+242
-337
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51236,6 +51236,11 @@
5123651236
"source_path": "articles/media-services/previous/media-services-configure-tricaster-live-encoder.md",
5123751237
"redirect_url": "/azure/media-services",
5123851238
"redirect_document_id": false
51239+
},
51240+
{
51241+
"source_path": "articles/aks/kubernetes-draft.md",
51242+
"redirect_url": "/azure/aks/quickstart-helm",
51243+
"redirect_document_id": false
5123951244
}
5124051245
]
5124151246
}

articles/aks/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
- name: Develop applications
2121
expanded: true
2222
items:
23-
- name: Use Draft
24-
href: kubernetes-draft.md
23+
- name: Develop with Helm
24+
href: quickstart-helm.md
2525
- name: Azure Dev Spaces
2626
expanded: true
2727
items:
@@ -316,7 +316,7 @@
316316
- name: 3 - Team development
317317
href: ../dev-spaces/team-development-nodejs.md
318318
maintainContext: true
319-
- name: Run applications with Helm
319+
- name: Install existing applications with Helm
320320
href: kubernetes-helm.md
321321
- name: Use OpenFaaS
322322
href: openfaas.md

articles/aks/kubernetes-draft.md

Lines changed: 0 additions & 332 deletions
This file was deleted.

articles/aks/kubernetes-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy containers with Helm in Kubernetes on Azure
2+
title: Install existing applications with Helm in AKS
33
description: Learn how to use the Helm packaging tool to deploy containers in an Azure Kubernetes Service (AKS) cluster
44
services: container-service
55
author: zr-msft
@@ -10,7 +10,7 @@ ms.author: zarhoads
1010
#Customer intent: As a cluster operator or developer, I want to learn how to deploy Helm into an AKS cluster and then install and manage applications using Helm charts.
1111
---
1212

13-
# Install applications with Helm in Azure Kubernetes Service (AKS)
13+
# Install existing applications with Helm in Azure Kubernetes Service (AKS)
1414

1515
[Helm][helm] is an open-source packaging tool that helps you install and manage the lifecycle of Kubernetes applications. Similar to Linux package managers such as *APT* and *Yum*, Helm is used to manage Kubernetes charts, which are packages of preconfigured Kubernetes resources.
1616

0 commit comments

Comments
 (0)