Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- kubectl
- private repostiroy
- React Native
- nexus proxy
- pod
- docker
- 서버간 파일전송
- statefulset
- sql 공유
- Configmap
- ELB
- 행당대림아파트
- 천호태영아파트
- 행당역
- linux 파일복사
- 5호선
- 쿠버네티스
- 2025년정책
- aws cli
- 응봉현대아파트
- 명령어
- k8s
- Ansible
- describe-instances
- 아파트
- EC2
- 답십리 파크자이
- 9억이하
- 황학동롯데캐슬
- 행당한진아파트
Archives
- Today
- Total
목록2021/11/21 (1)
게으름을 위한 부지런한 게으름뱅리' 블로그
[K8S] ConfigMap 으로 Volume mount하기
* volume-configmap.yaml apiVersion: v1 kind: Pod metadata: name: volume-configmap labels: purpose: demonstrate-envars spec: containers: - name: volume-config image: gcr.io/google-samples/node-hello:1.0 volumeMounts: - name: config-volume mountPath: /etc/config volumes: - name: config-volume configMap: name: special-config special-config라는 이름의 Config Map을 Container의 /etc/config에 Mount * volume-co..
IT/K8S
2021. 11. 21. 16:18