# 노드를 잃는 두 가지 # Question: 워커를 잃는 것과 컨트롤 플레인을 잃는 것은 어떻게 다른가 direction: down n0: "외부 요청" { shape: person } n1: "진입 경로 (kc-lab-1)" { shape: diamond } n2: "keycloak-0 (kc-lab-2)" { shape: rectangle } n3: "PostgreSQL (kc-lab-2)" { shape: cylinder } n0 -> n1: "요청" n1 -> n2: "라우팅" n2 -> n3: "세션 조회"