15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
# base64 는 암호화가 아니다
|
|
# Question: Secret 에 넣으면 값이 가려지는가
|
|
direction: right
|
|
n0: "k8s Secret" {
|
|
shape: cylinder
|
|
}
|
|
n1: "etcd" {
|
|
shape: cylinder
|
|
}
|
|
n2: "파드 환경 변수" {
|
|
shape: rectangle
|
|
}
|
|
n0 -> n1: "저장"
|
|
n0 -> n2: "주입"
|