docs: generate README for resource/default/apps-aks [documentor-agent]

This commit is contained in:
2026-06-08 16:25:44 +00:00
parent b4d38af557
commit 48252ebf69

View File

@@ -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`
<!-- TODO: FILL IN -->
## 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)