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
- nexus proxy
- 명령어
- linux 파일복사
- jenkins parameter
- React Native
- docker
- describe-instances
- SecurityContextHolder
- sql 공유
- yaml예시
- 쿠버네티스교과서
- kubectl
- 서버간 파일전송
- Configmap
- statefulset
- aws cli ec2
- Ansible
- k8s
- EC2
- amazon ebs종류
- kubectl명령어
- docker myql
- cli ec2
- private repostiroy
- pod
- aws cli
- ELB
- amazon ebs활용
- amazon ebs
- 쿠버네티스
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