Skip to content

docs: EKS cluster governance at scale — status, roadmap, and AI agents #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 15, 2026

  1. docs: EKS cluster governance at scale — status, roadmap, and AI agents

    - Document current provisioning pipeline, per-cluster update mechanism,
      and account repo (_apps-adsd-eks) injection pattern
    - Clarify dual role of clusters/<name>/main.tf: cluster metadata AND
      injection location map; show repo_name vs cluster_name decoupling
    - Add Step 0a: restructure clusters/ into lifecycle/team hierarchy
      (clusters/dev/adsd/, clusters/prod/ois/, etc.) with SC param threading
    - Update_all_clusters.py --lifecycle/--team/--force flags
    - GitHub Action for eks-fleet.code-workspace auto-maintenance
    - Propose four AI agents + four copilot skills for cognitive scale
    - Replace all local path references with GHE URLs
    Dave Arnold committed May 15, 2026
    Configuration menu
    Copy the full SHA
    878592a View commit details
    Browse the repository at this point in the history
  2. docs: extract clusters/ anti-pattern, introduce terraform-eks-fleet repo

    - Add gap: clusters/ embedded inside module repo conflates module
      versioning with fleet operations
    - New Step 0b: extract clusters/ to SCT-Engineering/terraform-eks-fleet;
      module source becomes versioned GHE ref instead of ../../
    - Step 0a (hierarchy restructure) now happens inside terraform-eks-fleet
    - Update task list: items 1-6 this sprint; 7-15 follow
    - Update Part 2 target state to reference terraform-eks-fleet
    - Update 'After Items' section heading
    Dave Arnold committed May 15, 2026
    Configuration menu
    Copy the full SHA
    9d3198d View commit details
    Browse the repository at this point in the history
  3. docs: fix attribution — cluster injection map concept raised by David…

    …, not Manuel
    Dave Arnold committed May 15, 2026
    Configuration menu
    Copy the full SHA
    ead8c59 View commit details
    Browse the repository at this point in the history