refactor: 폴더 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-02 00:22:19 +09:00
parent f9c463f87a
commit be2f8e4863
1869 changed files with 4565 additions and 295591 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 정책만 소유합니다.