feat: add STACKIT SKE hub modules#116
feat: add STACKIT SKE hub modules#116grubmeshi wants to merge 2 commits intofeature/aks-starter-kit-refactoringfrom
Conversation
🎨 Missing Building Block IconsFound 1 building block(s) without Copy the AI Prompts below and use them with your favorite AI image generator (Gemini, DALL-E, Midjourney, Stable Diffusion, etc.). Then follow the Post-Processing Steps to prepare the icons for upload. Azure Virtual Machine StarterkitPlatform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
c1358f5 to
2729ba5
Compare
f4cb199 to
a908140
Compare
7ac6af2 to
46f9dc3
Compare
97b2735 to
5831579
Compare
…r registry - Switch git-repository module provider from Lerentis/gitea to go-gitea/gitea - Add Forgejo Actions connector module (SKE kubeconfig + repo secrets) - Add SKE starterkit composition backplane + integration (follows AKS pattern) - Add optional Harbor container registry credential injection - Stores push credentials as Forgejo Actions repository secrets - Creates dockerconfigjson pull secret in Kubernetes namespace - All modules use relative paths and var.hub.git_ref convention Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5831579 to
2be1802
Compare
Summary
Adds STACKIT Kubernetes Engine (SKE) hub modules, analogous to the existing AKS starterkit.
New modules
modules/stackit/ske/backplane/— provisions SKE cluster, kubeconfig, and meshplatform service accounts (replicator + metering tokens)modules/stackit/ske/meshstack_integration.tf— registers kubernetes platform + default landing zone with role mappingsmodules/stackit/ske/starterkit/buildingblock/— starterkit composition creating dev/prod projects with SKE namespaces and a STACKIT Git repositorymodules/stackit/ske/starterkit/meshstack_integration.tf— registers the starterkit building block definitionRelated