From 48252ebf6943187a58b463946a56eafaa815fc29 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 8 Jun 2026 16:25:44 +0000 Subject: [PATCH] docs: generate README for resource/default/apps-aks [documentor-agent] --- catalog/resource/default/apps-aks/README.md | 44 +++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 catalog/resource/default/apps-aks/README.md diff --git a/catalog/resource/default/apps-aks/README.md b/catalog/resource/default/apps-aks/README.md new file mode 100644 index 0000000..a74550d --- /dev/null +++ b/catalog/resource/default/apps-aks/README.md @@ -0,0 +1,44 @@ +--- +title: "Apps AKS Cluster" +generated_by: documentor-agent +generated_at: "2026-06-08T16:25:07+00:00" +human_edited: false +source_entity: "Resource/default/apps-aks" +source_repo: "https://gitea.kyndemo.live/platform/apps/raw/branch/main/" +--- + +## Overview + +The Apps AKS Cluster is a dedicated Azure Kubernetes Service (AKS) cluster provisioned for workloads in the apps domain. It is configured with Standard_B4ms virtual machines and supports a node count ranging from 1 to 4. This cluster is designed to host applications and services deployed within the apps domain, ensuring scalability and reliability across development, staging, and production environments. + +This resource is critical for the apps domain, serving as the infrastructure backbone for Kubernetes-based workloads. It is managed by the platform engineering team and depends on the Azure Container Registry (ACR) for container image storage and distribution. + +## Repository + +| Field | Value | +|---------------|-------------------------------------------------------------------------------------------| +| Source Repo | [platform/apps](https://gitea.kyndemo.live/platform/apps/raw/branch/main/) | +| Branch | main | +| Namespace | default | + +## Configuration + +Key configuration options for the Apps AKS Cluster include: + +- **Cluster Name**: `bstage-cjot-dev-apps-aks` +- **Resource Group**: `bstage-cjot-dev` +- **Subscription ID**: `1e06e3e6-7ab6-41c9-a29c-dd8f55646b7e` +- **Node VM Size**: `Standard_B4ms` +- **Node Count**: Minimum `1`, Maximum `4` +- **Environments**: `dev`, `staging`, `prod` + + + +## Dependencies + +- `resource:default/cjot-acr` + +## Links + +- [Azure Portal](https://portal.azure.com/#@/resource/subscriptions/1e06e3e6-7ab6-41c9-a29c-dd8f55646b7e/resourceGroups/bstage-cjot-dev/providers/Microsoft.ContainerService/managedClusters/bstage-cjot-dev-apps-aks/overview) +- [Humanitec Console](https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/domain-apps) \ No newline at end of file