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/api-management/api-management-howto-deploy-self-hosted-gateway-to-aks.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,23 @@
1
1
---
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
4
4
services: api-management
5
5
documentationcenter: ''
6
6
author: miaojiang
7
7
manager: gwallace
8
8
editor: ''
9
9
10
10
ms.service: api-management
11
-
ms.workload: mobile
12
-
ms.tgt_pltfrm: na
11
+
13
12
ms.topic: article
14
-
ms.date: 03/31/2020
13
+
ms.date: 04/26/2020
15
14
ms.author: apimpm
16
15
17
16
---
18
17
19
-
# Deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service
18
+
# Deploy a self-hosted gateway to Azure Kubernetes Service
20
19
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).
22
21
23
22
## Prerequisites
24
23
@@ -36,19 +35,19 @@ This article provides the steps for deploying self-hosted Azure API Management g
36
35
6. Select **<gateway-name>.yml** file link next to **Deployment** to download the file.
37
36
7. Adjust the port mappings and container name in the yml file as needed.
38
37
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.
40
39
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.
41
40
```console
42
41
kubectl apply -f <gateway-name>.yaml
43
42
```
44
43
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.
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-docker.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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
4
4
services: api-management
5
5
documentationcenter: ''
6
6
author: vladvino
@@ -16,7 +16,7 @@ ms.author: apimpm
16
16
17
17
# Deploy an Azure API Management self-hosted gateway to Docker
18
18
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.
20
20
21
21
> [!NOTE]
22
22
> 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.
Copy file name to clipboardExpand all lines: articles/api-management/self-hosted-gateway-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: api-management
5
5
documentationcenter: ''
6
6
author: vlvinogr
@@ -13,9 +13,9 @@ ms.date: 04/26/2020
13
13
ms.author: apimpm
14
14
---
15
15
16
-
# API Management self-hosted gateway overview
16
+
# Self-hosted gateway overview
17
17
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.
0 commit comments