Skip to content

Commit 827fbcc

Browse files
committed
Self-hosted gateway naming corrections
1 parent 2a2e8a2 commit 827fbcc

4 files changed

+20
-21
lines changed

articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-aks.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
2-
title: Deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service | Microsoft Docs
3-
description: Learn how to deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service
2+
title: Deploy a self-hosted gateway to Azure Kubernetes Service | Microsoft Docs
3+
description: Learn how to deploy self-hosted gateway component of Azure API Management to Azure Kubernetes Service
44
services: api-management
55
documentationcenter: ''
66
author: miaojiang
77
manager: gwallace
88
editor: ''
99

1010
ms.service: api-management
11-
ms.workload: mobile
12-
ms.tgt_pltfrm: na
11+
1312
ms.topic: article
14-
ms.date: 03/31/2020
13+
ms.date: 04/26/2020
1514
ms.author: apimpm
1615

1716
---
1817

19-
# Deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service
18+
# Deploy a self-hosted gateway to Azure Kubernetes Service
2019

21-
This article provides the steps for deploying self-hosted Azure API Management gateway into an [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/) Cluster. For deploying self-hosted gateway to other Kubernetes clusters (e.g., clusters in a foreign cloud), see [deploy self-hosted gateway to Kubernetes](api-management-howto-deploy-self-hosted-gateway-to-k8s.md).
20+
This article provides the steps for deploying self-hosted gateway component of Azure API Management to [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/). For deploying self-hosted gateway to a Kubernetes cluster see this[document](api-management-howto-deploy-self-hosted-gateway-to-k8s.md).
2221

2322
## Prerequisites
2423

@@ -36,19 +35,19 @@ This article provides the steps for deploying self-hosted Azure API Management g
3635
6. Select **<gateway-name>.yml** file link next to **Deployment** to download the file.
3736
7. Adjust the port mappings and container name in the yml file as needed.
3837
8. Depending on your scenario, you might need to change the [service type](https://docs.microsoft.com/azure/aks/concepts-network#services). The default value is `NodePort`.
39-
9. Select the **copy** icon located at the right end of the **Deploy** text box to save the `kubectl` command to clipboard.
38+
9. Select the **copy** icon located at the right end of the **Deploy** text box to save the `kubectl` command to clipboard.
4039
10. Paste the command to the terminal (or command) window. Note that the command expects the downloaded environment file to be present in the current directory.
4140
```console
4241
kubectl apply -f <gateway-name>.yaml
4342
```
4443
10. Execute the command. The command instructs your AKS cluster to run the container, using self-hosted gateway's image downloaded from the Microsoft Container Registry, and to configure the container to expose HTTP (8080) and HTTPS (443) ports.
45-
11. Run the below command to check the gateway pod is running. Note that your pod name will be different.
44+
11. Run the below command to check the gateway pod is running. Note that your pod name will be different.
4645
```console
4746
kubectl get pods
4847
NAME READY STATUS RESTARTS AGE
4948
contoso-apim-gateway-59f5fb94c-s9stz 1/1 Running 0 1m
5049
```
51-
12. Run the below command to check the gateway service is running. Note that your service name and IP addresses will be different.
50+
12. Run the below command to check the gateway service is running. Note that your service name and IP addresses will be different.
5251
```console
5352
kubectl get services
5453
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE

articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy self-hosted Azure API Management gateway to Docker | Microsoft Docs
3-
description: Learn how to deploy a self-hosted Azure API Management gateway to Docker
2+
title: Deploy self-hosted gateway to Docker | Microsoft Docs
3+
description: Learn how to deploy a self-hosted gateway component of Azure API Management to Docker
44
services: api-management
55
documentationcenter: ''
66
author: vladvino
@@ -16,7 +16,7 @@ ms.author: apimpm
1616

1717
# Deploy an Azure API Management self-hosted gateway to Docker
1818

19-
This article provides the steps for deploying self-hosted Azure API Management gateway into a Docker environment.
19+
This article provides the steps for deploying self-hosted gateway component of Azure API Management to a Docker environment.
2020

2121
> [!NOTE]
2222
> Hosting self-hosted gateway in Docker is best suited for evaluation and development use cases. Kubernetes is recommended for production use. See [this](api-management-howto-deploy-self-hosted-gateway-to-k8s.md) document to learn how to deploy self-hosted gateway to Kubernetes.

articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-k8s.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Azure API Management self-hosted gateway to Kubernetes | Microsoft Docs
3-
description: Learn how to deploy self-hosted gateway to Kubernetes
2+
title: Deploy self-hosted gateway to Kubernetes | Microsoft Docs
3+
description: Learn how to deploy self-hosted gateway component of Azure API Management to Kubernetes
44
services: api-management
55
author: vladvino
66
manager: gwallace
@@ -10,9 +10,9 @@ ms.topic: article
1010
ms.author: apimpm
1111
ms.date: 04/23/2020
1212
---
13-
# Deploy Azure API Management self-hosted gateway to Kubernetes
13+
# Deploy self-hosted gateway to Kubernetes
1414

15-
This article describes the steps for deploying self-hosted gateway to a Kubernetes cluster.
15+
This article describes the steps for deploying self-hosted gateway component of Azure API Management to a Kubernetes cluster.
1616

1717
## Prerequisites
1818

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API Management self-hosted gateway overview | Microsoft Docs
3-
description: Learn how Azure API Management self-hosted gateway helps organizations manage APIs in hybrid and multicloud environments.
2+
title: Self-hosted gateway overview | Microsoft Docs
3+
description: Learn how self-hosted gateway feature of Azure API Management helps organizations manage APIs in hybrid and multicloud environments.
44
services: api-management
55
documentationcenter: ''
66
author: vlvinogr
@@ -13,9 +13,9 @@ ms.date: 04/26/2020
1313
ms.author: apimpm
1414
---
1515

16-
# API Management self-hosted gateway overview
16+
# Self-hosted gateway overview
1717

18-
This article explains how self-hosted gateway feature enables hybrid and multi-cloud API management, presents its high-level architecture, and highlights its capabilities.
18+
This article explains how self-hosted gateway feature of Azure API Management enables hybrid and multi-cloud API management, presents its high-level architecture, and highlights its capabilities.
1919

2020
## Hybrid and multi-cloud API management
2121

0 commit comments

Comments
 (0)