Skip to content

Commit cd1b98a

Browse files
authored
Merge pull request #108036 from dksimpson/DKS-US1598697-1
Fix container-service article titles for SEO - batch 1
2 parents f092fde + ad52f35 commit cd1b98a

9 files changed

+18
-10
lines changed

articles/aks/azure-ad-rbac.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Control cluster resources with RBAC and Azure AD in Azure Kubernetes Service
2+
title: Use Azure AD and RBAC for clusters
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to use Azure Active Directory group membership to restrict access to cluster resources using role-based access control (RBAC) in Azure Kubernetes Service (AKS)
45
services: container-service
56

articles/aks/azure-disks-dynamic-pv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Dynamically create and use a persistent volume with Azure disks in Azure Kubernetes Service (AKS)
2+
title: Dynamically create Azure disks volume
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to dynamically create a persistent volume with Azure disks in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article

articles/aks/azure-files-dynamic-pv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Dynamically create a Files volume for multiple pods in Azure Kubernetes Service (AKS)
2+
title: Dynamically create Azure Files share
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to dynamically create a persistent volume with Azure Files for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article

articles/aks/azure-files-volume.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Create a static volume for multiple pods in Azure Kubernetes Service (AKS)
2+
title: Manually create Azure Files share
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to manually create a volume with Azure Files for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article
@@ -131,7 +132,7 @@ Volumes:
131132

132133
## Mount options
133134

134-
The default value for *fileMode* and *dirMode* is *0755* for Kubernetes version 1.9.1 and above. If using a cluster with Kuberetes version 1.8.5 or greater and statically creating the persistent volume object, mount options need to be specified on the *PersistentVolume* object. The following example sets *0777*:
135+
The default value for *fileMode* and *dirMode* is *0755* for Kubernetes version 1.9.1 and above. If using a cluster with Kubernetes version 1.8.5 or greater and statically creating the persistent volume object, mount options need to be specified on the *PersistentVolume* object. The following example sets *0777*:
135136

136137
```yaml
137138
apiVersion: v1

articles/aks/azure-nfs-volume.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Create an NFS (Network File System) Ubuntu Server for use by pods of Azure Kubernetes Service (AKS)
2+
title: Create NFS Ubuntu Linux Server volume
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to manually create an NFS Ubuntu Linux Server volume for use with pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: ozboms

articles/aks/developer-best-practices-pod-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Developer best practices - Pod security in Azure Kubernetes Services (AKS)
2+
title: Pod security best practices
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn the developer best practices for how to secure pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: zr-msft

articles/aks/developer-best-practices-resource-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Developer best practices - Resource management in Azure Kubernetes Services (AKS)
2+
title: Resource management best practices
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn the application developer best practices for resource management in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: zr-msft

articles/aks/egress.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Static IP address for egress traffic in Azure Kubernetes Service (AKS)
2+
title: Use static IP for egress traffic
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to create and use a static public IP address for egress traffic in an Azure Kubernetes Service (AKS) cluster
45
services: container-service
56
ms.topic: article

articles/aks/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Azure Kubernetes Service (AKS)
44
summary: AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples. # < 160 chars
55

66
metadata:
7-
title: Azure Kubernetes Service (AKS)
7+
title: Azure Kubernetes Service (AKS) documentation
88
description: AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples.
99
ms.service: container-service
1010
ms.topic: landing-page

0 commit comments

Comments
 (0)