Skip to content

Commit 62e042f

Browse files
authored
Merge a3bd9c1 into 9fc6cc9
2 parents 9fc6cc9 + a3bd9c1 commit 62e042f

File tree

10 files changed

+1539
-125
lines changed

10 files changed

+1539
-125
lines changed

docs/self-managed/setup/deploy/azure/microsoft-aks/aks-helm.md

Lines changed: 199 additions & 5 deletions
Large diffs are not rendered by default.

docs/self-managed/setup/deploy/azure/microsoft-aks/terraform-setup.md

Lines changed: 203 additions & 108 deletions
Large diffs are not rendered by default.

versioned_docs/version-8.7/reference/supported-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following are tested and supported deployment options for Kubernetes, Docker
5454
- [Stock Kubernetes](/self-managed/setup/install.md)
5555
- [Cloud service providers](/self-managed/setup/install.md) [recommended]
5656
- [Amazon EKS](/self-managed/setup/deploy/amazon/amazon-eks/amazon-eks.md)
57-
- [Microsoft AKS](/self-managed/setup/deploy/azure/microsoft-aks.md)
57+
- [Microsoft AKS](/self-managed/setup/deploy/azure/microsoft-aks/microsoft-aks.md)
5858
- [Google GKE](/self-managed/setup/deploy/gcp/google-gke.md)
5959
- [Red Hat OpenShift](/self-managed/setup/deploy/openshift/redhat-openshift.md)
6060
- [Docker](/self-managed/setup/deploy/other/docker.md) (`linux/amd64`)

versioned_docs/version-8.7/self-managed/setup/deploy/azure/microsoft-aks.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

versioned_docs/version-8.7/self-managed/setup/deploy/azure/microsoft-aks/aks-helm.md

Lines changed: 528 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: microsoft-aks
3+
title: "Microsoft AKS"
4+
description: "Deploy Camunda 8 Self-Managed on Microsoft AKS"
5+
---
6+
7+
import DocCardList from '@theme/DocCardList';
8+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
9+
10+
Azure Kubernetes Service ([Microsoft AKS](https://azure.microsoft.com/products/kubernetes-service/)) is a managed
11+
container orchestration service for deploying and scaling Kubernetes applications in the cloud.
12+
13+
Camunda 8 Self-Managed can be deployed on any supported Kubernetes cluster using [Helm charts](/self-managed/setup/install.md). A list of supported environments is available on our [supported environments page](../../../../../reference/supported-environments). Deployment requirements, including cloud provider-specific information, are available in our [Kubernetes deployment reference](/self-managed/reference-architecture/kubernetes.md).
14+
15+
## Guides
16+
17+
<DocCardList queryString items={useCurrentSidebarCategory().items}/>

versioned_docs/version-8.7/self-managed/setup/deploy/azure/microsoft-aks/terraform-setup.md

Lines changed: 584 additions & 0 deletions
Large diffs are not rendered by default.

versioned_sidebars/version-8.7-sidebars.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@
18641864
}
18651865
],
18661866
"Microsoft (Azure)": [
1867-
"self-managed/setup/deploy/azure/microsoft-aks"
1867+
"self-managed/setup/deploy/azure/microsoft-aks/microsoft-aks"
18681868
],
18691869
"Google (GCP)": ["self-managed/setup/deploy/gcp/google-gke"],
18701870
"Red Hat (OpenShift)": [
@@ -1926,6 +1926,12 @@
19261926
"self-managed/setup/deploy/amazon/amazon-eks/dual-region"
19271927
]
19281928
},
1929+
{
1930+
"Microsoft AKS": [
1931+
"self-managed/setup/deploy/azure/microsoft-aks/aks-terraform",
1932+
"self-managed/setup/deploy/azure/microsoft-aks/aks-helm"
1933+
]
1934+
},
19291935
{
19301936
"Openshift": [
19311937
"self-managed/setup/deploy/amazon/openshift/terraform-setup",

0 commit comments

Comments
 (0)