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
+16
View File
@@ -0,0 +1,16 @@
# Tenant Catalog
여러 팀 또는 workload 경계를 운영할 때 사용하는 선택 영역입니다.
가능한 리소스:
- Namespace와 ownership label
- Role/RoleBinding
- ResourceQuota와 LimitRange
- 기본 NetworkPolicy
- secret manager/service account 연결
작은 단일 팀 구성에서는 이 계층을 생략하고 platform 또는 app 소유권에 맞게
namespace를 관리할 수 있습니다. tenant와 app이 같은 namespace를 중복 생성하지
않도록 한쪽만 소유합니다. `policies`는 이런 namespace-scoped 리소스 자체가
아니라 조직 규칙을 검증하는 admission 정책만 소유합니다.