Skip to content

Commit eb55f90

Browse files
committed
Merge branch 'reloc-aks' of https://github.com/anaharris-ms/azure-docs-pr into reloc-aks
2 parents 0cd5ad2 + d722e89 commit eb55f90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/operational-excellence/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
href: relocation-event-grid-system-topics.md
7979
- name: Azure Functions
8080
href: relocation-functions.md
81-
- name: Azure Kubernetes
81+
- name: Azure Kubernetes Service
8282
href: relocation-kubernetes-service.md
8383
- name: Azure Logic apps
8484
href: ../logic-apps/move-logic-app-resources.md?toc=/azure/operational-excellence/toc.json

articles/operational-excellence/overview-relocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following tables provide links to each Azure service relocation document. Th
7373
[Azure Event Grid system topics](relocation-event-grid-system-topics.md)| ✅ | ❌| ❌ |
7474
[Azure Firewall](./relocation-firewall.md)|❌ | ✅| ❌ |
7575
[Azure Functions](relocation-functions.md)|✅ |❌ | ❌ |
76-
[Azure Kubernetes](relocation-kubernetes-service.md)|✅ |✅ | ❌ |
76+
[Azure Kubernetes Service](relocation-kubernetes-service.md)|✅ |✅ | ❌ |
7777
[Azure Logic apps](../logic-apps/move-logic-app-resources.md?toc=/azure/operational-excellence/toc.json)| ✅| ❌ | ❌ |
7878
[Azure Monitor - Log Analytics](./relocation-log-analytics.md)| ✅| ❌ | ❌ |
7979
[Azure Private Link Service](./relocation-private-link.md) | ✅| ❌ | ❌ |

articles/operational-excellence/relocation-kubernetes-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Relocate Azure Kubernetes cluster to another region
3-
description: Learn how to relocate an Azure Kubernetes cluster to another region
2+
title: Relocate an Azure Kubernetes Service cluster to another region
3+
description: Learn how to relocate an Azure Kubernetes Service cluster to another region
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.reviewer: anaharris
@@ -11,9 +11,9 @@ ms.custom:
1111
- subject-relocation
1212
---
1313

14-
# Relocate an Azure Kubernetes Services (AKS) cluster to another region
14+
# Relocate an Azure Kubernetes Service (AKS) cluster to another region
1515

16-
This article covers guidance for relocating an [Azure Kubernetes cluster](/azure/aks/what-is-aks) to another region.
16+
This article covers guidance for relocating an [Azure Kubernetes Service cluster](/azure/aks/what-is-aks) to another region.
1717

1818
[!INCLUDE [relocate-reasons](./includes/service-relocation-reason-include.md)]
1919

@@ -33,7 +33,7 @@ Before you begin the relocation planning stage, first review the following prere
3333
- Collect the Kubernetes manifests in order to re-create the application workload within the target cluster.
3434

3535
>[!TIP]
36-
>Evaluate a GitOps approach to workload deployment where Kubernetes configuration manifests are stored in a git repo and automatically applied by a GitOps operator running within the cluster, such as [Flux](https://fluxcd.io/). A GitOps approach makes re-deploying workloads to different clusters as simple as installing the GitOps controller and pointing it at the repo.
36+
>Evaluate a GitOps approach to workload deployment where Kubernetes configuration manifests are stored in a git repo and automatically applied by a GitOps operator running within the cluster, such as [Flux](/azure/azure-arc/kubernetes/conceptual-gitops-flux2). A GitOps approach makes re-deploying workloads to different clusters as simple as installing the GitOps controller and pointing it at the repo.
3737
3838
- Review cluster ingress implementation.
3939

0 commit comments

Comments
 (0)