Skip to content

Commit 5d1d6a2

Browse files
committed
Merge branch 'sputnik-ga' of https://github.com/vladvino/azure-docs-pr into sputnik-ga
2 parents 16d6442 + d32f5cb commit 5d1d6a2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32041,6 +32041,16 @@
3204132041
"redirect_url": "/azure/api-management/mock-api-responses",
3204232042
"redirect_document_id": false
3204332043
},
32044+
{
32045+
"source_path": "articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-k8s.md",
32046+
"redirect_url": "/azure/api-management/how-to-deploy-self-hosted-gateway-kubernetes",
32047+
"redirect_document_id": false
32048+
},
32049+
{
32050+
"source_path": "articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-docker.md",
32051+
"redirect_url": "/azure/api-management/how-to-deploy-self-hosted-gateway-docker",
32052+
"redirect_document_id": false
32053+
},
3204432054
{
3204532055
"source_path": "articles/container-service/kubernetes/container-service-deploy-spring-boot-app-on-kubernetes.md",
3204632056
"redirect_url": "/java/azure/spring-framework/deploy-spring-boot-java-app-on-kubernetes",

articles/api-management/how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: apimpm
1515

1616
---
1717

18-
# Deploy a self-hosted gateway to Azure Kubernetes Service
18+
# Deploy to Azure Kubernetes Service
1919

2020
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](how-to-deploy-self-hosted-gateway-kubernetes.md).
2121

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes the steps for deploying self-hosted gateway component of
2222
> [Single-node clusters](https://kubernetes.io/docs/setup/#learning-environment) work well for development and evaluation purposes. Use [Kubernetes Certified](https://kubernetes.io/partners/#conformance) multi-node clusters on-premises or in the cloud for production workloads.
2323
- [Provision a self-hosted gateway resource in your API Management instance](api-management-howto-provision-self-hosted-gateway.md).
2424

25-
## Deploy the self-hosted gateway to Kubernetes
25+
## Deploy to Kubernetes
2626

2727
1. Select **Gateways** from under **Deployment and infrastructure**.
2828
2. Select the self-hosted gateway resource you intend to deploy.

0 commit comments

Comments
 (0)