Skip to content

Commit

Permalink
Add integration how-to guide: Ingress to apps deployed on Azure Kuber…
Browse files Browse the repository at this point in the history
…netes Service (AKS) (#591)

A new how-to guide for AKS and the ngrok Kubernetes Ingress Controller.

I wasn't 100% sure whether to create a new entry in the Integration Hub
for AKS, or adopt an existing Azure/Microsoft entry, so I opted for a
new one. Happy to migrate this to an existing container if that makes
more sense organizationally!
  • Loading branch information
joelhans authored Feb 9, 2024
1 parent 5a50855 commit 20ba595
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 0 deletions.
Binary file added docs/integrations/azure-aks/img/store-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/integrations/azure-aks/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: azure-aks
title: Azure Kubernetes Service (AKS)
sidebar_label: Azure Kubernetes Service (AKS)
description: |
Azure Kubernetes Service (AKS) is managed Kubernetes environment from Microsoft. AKS simplifies the deployment, health monitoring, and maintenance of cloud native applications, whether you deploy them in Azure, in on-premises data centers, or at the edge.
excerpt: |
Quickly add ingress traffic to apps running on Kubernetes clusters managed by Azure Kubernetes Service (AKS).
---

import IntegrationPageList from "@site/src/components/IntegrationPageList";

<p>{frontMatter.description}</p>

<IntegrationPageList name={frontMatter.name} />
Loading

0 comments on commit 20ba595

Please sign in to comment.