init: k8s 폴더 구조init

This commit is contained in:
donghyeon-ka
2026-07-26 17:11:25 +09:00
commit 0912b5030f
61 changed files with 2124 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Infrastructure Tests
IaC를 선택한 뒤 다음 검증을 필요에 따라 추가합니다.
- formatter와 syntax/validate
- component input/output contract test
- policy/static analysis
- ephemeral account/project integration test
- upgrade와 state migration test
실제 cloud 통합 테스트는 일반 PR 검증과 분리하고, 짧은 수명의 identity와
격리된 account/project를 사용합니다. 테스트가 production state를 읽거나
변경해서는 안 됩니다.