ืืฉืื ืืื ื ืืื:
ื ืฉืชืืฉ ืฉืื ืึพBusyBox, ืืื:
โ ื ืกืืจ env / envFrom
โ ื ืจืืฅ ืจืง sleep
โ ื ืืื ืก ืืื ืืช ืืงืื ืืืื ืจ
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- name: busybox
image: busybox:1.36.1
command:
- sh
- -c
- sleep 1800
ืืชืืช ืึพspec ื ืืกืืฃ:
volumes:
- name: db-secrets
secret:
secretName: db-creds
โ secretName ืืืื ืืืชืืื ืืฉื ืึพSecret
โ ืื ืึพSecret ืฉืืฆืจื ื ืงืืื (db-creds)