%% 노드를 잃는 두 가지 %% question: 워커를 잃는 것과 컨트롤 플레인을 잃는 것은 어떻게 다른가 flowchart TB n0(["외부 요청"]) n1{"진입 경로 (kc-lab-1)"} n2["keycloak-0 (kc-lab-2)"] n3[("PostgreSQL (kc-lab-2)")] n0 -->|"요청"| n1 n1 -->|"라우팅"| n2 n2 -->|"세션 조회"| n3 classDef external stroke-dasharray: 6 4 class n0 external