# 볼륨 없는 영속화와 유예 없는 회전 # Question: 설정만으로 영속화와 무중단 키 교체가 되는가 direction: down n0: "appendonly yes" { shape: rectangle } n1: "/data" { shape: cylinder } n2: "컨테이너" { shape: rectangle } n3: "PersistentVolume" { shape: cylinder } n0 -> n1: "AOF 기록" n1 -> n2: "컨테이너와 함께 소멸" n1 -> n3: "볼륨 마운트"