k8s storage
설치 https://github.com/openebs/charts kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/openebs-operator.yaml 테스트 pvc 생성 apiVersion: v1 kind: PersistentVolumeClaim meta...
설치 https://github.com/openebs/charts kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/openebs-operator.yaml 테스트 pvc 생성 apiVersion: v1 kind: PersistentVolumeClaim meta...
헬름 차트를 로컬에서 받고 사용하는 my-values.yaml과 같이 두고 사용하는 경우 values.yaml을 어떻게 수정했는지 관리하기가 용이해진다. 이러한 이유로 헬름 차트를 로컬호스트에 내려받고 필요한 변수를 수정해 애플리케이션을 설치하는 방법이 권장된다. Helm 설치 https://github.com/helm/helm/releases ...