23 lines
415 B
Plaintext
23 lines
415 B
Plaintext
# 실험대의 구성
|
|
# Question: 이 실험들은 어떤 기계 위에서 돌았는가
|
|
direction: right
|
|
n0: "호스트 nginx" {
|
|
shape: diamond
|
|
}
|
|
n1: "traefik (kc-lab-1)" {
|
|
shape: diamond
|
|
}
|
|
n2: "keycloak-1" {
|
|
shape: rectangle
|
|
}
|
|
n3: "keycloak-0" {
|
|
shape: rectangle
|
|
}
|
|
n4: "PostgreSQL · Redis" {
|
|
shape: cylinder
|
|
}
|
|
n0 -> n1: "TLS 종단"
|
|
n1 -> n2: "라우팅"
|
|
n1 -> n3: "라우팅"
|
|
n3 -> n4: "같은 노드"
|