How-to

PVC(PersistentVolumeClaim) 를 생성하고 Pod 에 마운트하기

월, 8월 26, 2019 시간: 4:13 PM

IBM Cloud의 Storage 종류 Block Storage Access Modes 에 "ReadWriteOne" 가능 Storage 공유 불가 File Storage Access Modes 에 "ReadWriteMany" 가능 Pods이 ...
ZCP v1.2 에서 CI/CD 파이프라인(pipeline) 스크립트 수정하기

월, 8월 26, 2019 시간: 3:50 PM

개요 ZCP 는 1.2.0 로 업그레이드 되면서 Kubernetes 1.13 을 지원합니다.  Kubernetes 1.13 의 주요 변경 사항 중 하나는 Docker 대신 ContainerD 를 사용한다는 것입니다. 자세한 내용은 링크를 참고하세요. ZCP CI/CD 파이프라인에서는 Docker 빌드 시 Ho...
PV(PersistentVolume) 용량 증설(Scale Up) 하기

목, 3월 26, 2020 시간: 4:40 PM

# allowVolumeExpansion 설정 확인 증설하고자 하는 PV의 storage class에 allowVolumeExpansion 설정이 되어 있는지 확인 allowVolumeExpansion: true $ kubectl get storageclass ibmc-block-bronze -o yam...
nginx 504 Gateway Time-out 에러 발생 시 설정

화, 9월 3, 2019 시간: 4:30 PM

nginx 504 Gateway Time-out 에러가 발생할 경우에는 각 Ingress Controller 별로 아래와 같이 설정합니다. IBM Kubernetes Service(IKS) Ingress Controller Ingress 리소스에 다음의 어노테이션을 추가합니다. client-max-body-s...
Kibana에서 Log를 file로 Download하는 방법

목, 2월 13, 2020 시간: 11:20 AM

Overview Kibana의 Report기능을 통해서 검색한 Log data를 file로 download하는 방법을 소개 Kibana의 Report 설정 1. Kibana configmap 수정 아래의 xpack.reporting.enabled 설정을 false에서 true로 변경 apiVersi...