[Kubernetes] Deploy MinIO
Create MinIO Object curl https://raw.githubusercontent.com/minio/docs/master/source/extra/examples/minio-dev.yaml -O # Deploys a new Namespace for the MinIO Pod apiVersion: v1 kind: Namespace me...
Create MinIO Object curl https://raw.githubusercontent.com/minio/docs/master/source/extra/examples/minio-dev.yaml -O # Deploys a new Namespace for the MinIO Pod apiVersion: v1 kind: Namespace me...
Google에서 개발한 오픈 소스 프레임워크로, 모바일 앱뿐만 아니라 웹 및 데스크톱 앱까지 다양한 플랫폼에서 동작하는 크로스 플랫폼 앱을 개발하는 도구 SDK (Software Development Kit) : 소프트웨어 개발 키트 특정한 소프트웨어를 개발하기 위해 필요한 도구, 라이브러리, 문서, 샘플 코드 등이 포함된 패키지이다. F...
문제점 .gitignore 파일에 추가를 하고 확인해 보았지만 바로 적용이 되지 않은 문제점을 확인 해결방법 해당 명령어는 Git에서 Local 저장소에서 파일을 제거하지만 실제 파일은 유지되며 Commit을 수행하는 과정을 통해 반영되지 않은 .gitignore를 수행 실제 파일은 삭제되지 않는다. # 인덱스/스테이징 ...
Command 상에서 python 파일명.py를 써서 실행하면 Python이라는 응답이 나오는 것을 볼 수 있다. 문제점 윈도우10 시스템 변수에 경로(PATH)로 추가하지 않았기 때문에 발생한다. PS F:\Development\python_prj\BoardAPI> python -m venv venv Python PS F:\D...
Helm 설치 및 설명 참고 Install CSI Driver SMB helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts helm repo update helm install csi-driver-smb csi...
SLO, SLI 및 SLA란? 서비스 레벨은 일정 기간 내에 사용자에게 제공되는 서비스를 측정 가능한 용어 서비스 레벨 목표(Service-level objectives, SLO)는 시스템에서 기대되는 가용성을 설정한 목표이다. 서비스 레벨 지표(Service-level indicators, SLI)는 시스템의 가...
Smoke Test, Load Test, Stress Test 등 다양한 테스트 지원 예를 들어, Kubernetes에 애플리케이션 Pod를 배포한다고 가정했을 때 Pod의 resources를 지정해줘야 하는데 어느 정도 값을 줘야 하는 지 모를 때가 있다. 이때 k6 의 Load Test 를 진행하면 보다 수월하게 ...
Helm 설치 및 설명 참고 Install k6-operator helm repo add grafana https://grafana.github.io/helm-charts helm repo update helm install k6-operator grafana/k6-operator K6-operator 설치 참고 https:/...
Helm 설치 및 설명 참고 Install InfluxDB helm repo add influxdata https://helm.influxdata.com/ helm repo update helm install influxdb influxdata/influxdb InfluxDB - Helm 설치 참고 https://github...
Helm 설치 및 설명 참고 Install the Loki Distributed Helm charts helm repo add grafana https://grafana.github.io/helm-charts helm repo update helm install loki-distributed grafana/loki-distributed --nam...