refactor: 문서 개선 중
This commit is contained in:
+6
-6
@@ -2,7 +2,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1171" height="300" viewBox="0 0 1171 300" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<title id="diagram-title">주입이 걸렸는지 따로 확인한다</title>
|
||||
<desc id="diagram-description">이 실험대에서 아홉 번의 주입이 조용히 실패했다. conntrack 이 ESTABLISHED 연결을 통과시키고, kubectl delete --force 가 크래시가 아니며, PID 1 이 SIGKILL 을 무시하고, kube-router 가 iptables 체인을 다시 끼워 넣는다. 모두 아무 일도 없었다로 보였다. 그래서 주입 뒤에는 결과를 보기 전에 대상이 실제로 그 상태인지를 cluster_size, 워커 PID, conntrack 표, 패킷 카운터로 확인한다.</desc>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"injection-verification","profile":"component-flow"},"source_context":{"document":"docs/keycloak-session-store/final/document.md","document_sha256":"1d44cba1905544d92f1d26ae36a8deb64a3db3914d6b488fd30d6ae7f8cfbabe","anchor":{"kind":"heading","value":"주입이 먹지 않는다 — 아홉 번, 전부 조용히","line":113}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"injection-verification","profile":"component-flow"},"source_context":{"document":"docs/keycloak-session-store/final/document.md","document_sha256":"28aef96a2bbb94fbb10ade26a71238fee62a5a4d9fa6e7749ae98cfd0a65e560","anchor":{"kind":"heading","value":"주입이 먹지 않는다 — 아홉 번, 전부 조용히","line":296}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
<defs>
|
||||
<marker id="arrow" viewBox="0 0 10 10" refX="9" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse">
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" />
|
||||
@@ -50,26 +50,26 @@
|
||||
</style>
|
||||
</defs>
|
||||
<rect class="canvas" width="1171" height="300" />
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="356.0,95.5 436.0,95.5 436.0,95.5 516.0,95.5" data-evidence="128-133" />
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="356.0,95.5 436.0,95.5 436.0,95.5 516.0,95.5" data-evidence="311-316" />
|
||||
<rect class="edge-label-bg" x="410.2" y="53.5" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="436.0" y="68.5">상태 확인</text>
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="816.0,95.5 896.0,95.5 896.0,95.5 976.0,95.5" data-evidence="128-133" />
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="816.0,95.5 896.0,95.5 896.0,95.5 976.0,95.5" data-evidence="311-316" />
|
||||
<rect class="edge-label-bg" x="870.2" y="53.5" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="896.0" y="68.5">결과 판독</text>
|
||||
<g id="node-inject">
|
||||
<rect class="node-shape kind-process emphasis-primary role-source" data-evidence="109-112" x="70.0" y="60.0" width="286.0" height="71.0" rx="7" />
|
||||
<rect class="node-shape kind-process emphasis-primary role-source" data-evidence="292-294" x="70.0" y="60.0" width="286.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="213.0" y="87.0">주입 명령</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="108.0" x2="342.0" y2="108.0" />
|
||||
<text class="node-detail" x="86.0" y="125.0">NetworkPolicy · tc · kill · iptables</text>
|
||||
</g>
|
||||
<g id="node-verify">
|
||||
<rect class="node-shape kind-process emphasis-warning role-control" data-evidence="128-133" x="516.0" y="60.0" width="300.0" height="71.0" rx="7" />
|
||||
<rect class="node-shape kind-process emphasis-warning role-control" data-evidence="311-316" x="516.0" y="60.0" width="300.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="666.0" y="87.0">대상 상태 확인</text>
|
||||
<line class="node-detail-divider" x1="530.0" y1="108.0" x2="802.0" y2="108.0" />
|
||||
<text class="node-detail" x="532.0" y="125.0">cluster_size · 워커 PID · conntrack · 패킷 카운터</text>
|
||||
</g>
|
||||
<g id="node-observe">
|
||||
<rect class="node-shape kind-process emphasis-primary role-target" data-evidence="128-131" x="976.0" y="60.0" width="150.0" height="71.0" rx="7" />
|
||||
<rect class="node-shape kind-process emphasis-primary role-target" data-evidence="311-313" x="976.0" y="60.0" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="1051.0" y="87.0">결과 관측</text>
|
||||
<line class="node-detail-divider" x1="990.0" y1="108.0" x2="1112.0" y2="108.0" />
|
||||
<text class="node-detail" x="992.0" y="125.0">실패 · 무영향 구별 불가</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Reference in New Issue
Block a user