You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operational-excellence/relocation-kubernetes-service.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ Before you begin the relocation planning stage, first review the following prere
53
53
-[Virtual Network configuration](./relocation-virtual-network.md). Define sufficient subnet sizes to allow container IP growth if using the Azure advanced networking model
54
54
- Public IP address
55
55
- Virtual Network Gateway (VNG). If site-to-site communication is required to an on-premises environment in the target region, a VNG must be created in the target virtual network.
56
-
- Azure Private Endpoint. Azure PaaS resources utilizing private link endpoints will need to be reviewed, and new private link instances created in the target region. i.e., ACR, Azure SQL DB, KeyVault, etc.
56
+
- Azure Private Endpoint. Azure PaaS resources utilizing private link endpoints must be reviewed, and new private link instances created in the target region such as ACR, Azure SQL DB, KeyVault, etc.
-[Azure Container registry](relocation-container-registry.md) can replicate images between ACR instances. For optimal performance when pulling images, the registry should exist in the target region.
62
62
>[!NOTE]
63
63
>If you use Azure Container Registry to authenticate to the container registry, the new AKS cluster’s managed identity can be the granted `AcrPull` RBAC role.
@@ -68,7 +68,7 @@ Before you begin the relocation planning stage, first review the following prere
68
68
69
69
Before you begin the cluster relocation process, make sure to complete the following preparations:
70
70
71
-
1.Deploy the virtual network with a number of subnets of sufficient size to accommodate the AKS cluster nodes and pods, if using Azure CNI networking.
71
+
1.To accommodate the AKS cluster nodes and pods, if using Azure CNI networking, deploy the virtual network with many subnets of sufficient size.
72
72
73
73
1. If you're using Azure Key Vault, [Deploy the Key Vault](./relocation-key-vault.md).
74
74
@@ -90,7 +90,7 @@ Before you begin the cluster relocation process, make sure to complete the follo
90
90
91
91
Deploy the AKS cluster without any data migration, by following these steps:
92
92
93
-
1.Manually run the existing IaC artifacts on a local workstation to create the target environment in Azure.
93
+
1.To create the target environment in Azure, manually run the existing IaC artifacts on a local workstation.
94
94
95
95
1. If there are no existing IaC assets, the current cluster configuration [can be exported as an ARM template](/azure/azure-resource-manager/templates/export-template-portal) and executed against the target region. [IaC templates](/azure/templates/) are created from scratch or are modified versions of sample templates using Bicep, JSON, Terraform, or another solution.
96
96
@@ -101,7 +101,7 @@ Deploy the AKS cluster without any data migration, by following these steps:
101
101
-*Pull* Manifests are pulled from a repo and applied by a controller running within the cluster, known as a GitOps approach.
102
102
-*Push.* Manifests are pushed to the cluster using the Kubernetes API service and kubectl command line tool, either from a CI/CD pipeline or local workstation.
103
103
104
-
1.Perform testing and validation on the new cluster to ensure that it performs as anticipated.
104
+
1.To ensure that the new cluster performs as anticipated, perform testing and validation.
105
105
106
106
1. Change your public DNS entries to point to the external ingress IP of the target cluster (Azure Public Load Balancer IP or Application Gateway Public IP).
107
107
@@ -132,9 +132,9 @@ The high-level steps are as follows:
132
132
133
133
134
134
-[Use Azure portal to export a template](/azure/azure-resource-manager/templates/export-template-portal)
0 commit comments