refactor: 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-28 17:24:26 +09:00
parent a6f6c663e0
commit b8626946b1
192 changed files with 2251 additions and 206 deletions
+11
View File
@@ -0,0 +1,11 @@
# Bootstrap
선언형 인프라와 GitOps가 스스로 동작하기 전에 한 번 또는 매우 드물게 수행하는
최소 초기화만 둡니다.
- `foundation`: remote state, locking, 최초 identity 같은 선행 조건
- `gitops`: 선택한 controller 설치와 cluster root 연결
일반 네트워크, Kubernetes cluster, addon과 application을 이곳에 두지 않습니다.
부트스트랩 절차는 반복 실행 가능하고 감사 가능해야 하며, 장기 수동 운영 경로가
되어서는 안 됩니다.