refactor: 문서 개선 중
This commit is contained in:
+5
-5
@@ -10,11 +10,11 @@ kubectl get secret -o yaml 이 보여주는 base64 는 인코딩이지 암호화
|
||||
|
||||
## Elements and evidence
|
||||
|
||||
- **k8s Secret** (datastore): base64 로 담긴다. Evidence: L495–L501.
|
||||
- **etcd** (datastore): 평문으로 있다. Evidence: L495–L501.
|
||||
- **파드 환경 변수** (component): env 로 그대로 읽힌다. Evidence: L495–L501.
|
||||
- **k8s Secret** (datastore): base64 로 담긴다. Evidence: L1002–L1006.
|
||||
- **etcd** (datastore): 평문으로 있다. Evidence: L1002–L1006.
|
||||
- **파드 환경 변수** (component): env 로 그대로 읽힌다. Evidence: L1002–L1006.
|
||||
|
||||
## Relationships
|
||||
|
||||
- **k8s Secret → etcd:** 저장. Evidence: L495–L501.
|
||||
- **k8s Secret → 파드 환경 변수:** 주입. Evidence: L495–L501.
|
||||
- **k8s Secret → etcd:** 저장. Evidence: L1002–L1006.
|
||||
- **k8s Secret → 파드 환경 변수:** 주입. Evidence: L1002–L1006.
|
||||
|
||||
Reference in New Issue
Block a user