profile
안녕하세요!
post-thumbnail

API 모니터링

/junghun 이라는 endpoint의 접속 횟수와 접속하는데 걸린 최대 시간, 합을 출력Express-prom-bundle npm 라이브러리를 사용npm: express-prom-bundlemetrics는 3000번 포트로 이동 localhost:3000/metri

2023년 6월 20일
·
0개의 댓글
·

Prometheus-Grafana 설치(EKS)

EKSNode-groupnamespace: monitoringPrometheus가 수집한 metric data를 EBS Volume에 저장하기 위해 EBS Volume을 자동 생성 관리하는 EKS Add-on EBS-CSI-Driver를 설치해야 한다.https&#x3

2023년 6월 12일
·
0개의 댓글
·
post-thumbnail

Argo Rollout

소개 Argo Rollout는 쿠버네티스 기반의 Progressive 배포 솔루션이다. 기존 K8S 운영 환경에서 배포되는 방법은 주로 RollingUpdate를 사용하지만 Argo Rollout을 이용하여 Blue/Green 배포, Canary 배포를 사용하여 기존

2023년 5월 14일
·
0개의 댓글
·

ArgoCD 설치(fargate)

EKS Fargate 간단 설치Profile 추가 (console 환경)namespace: argocdnamespace:argocd 추가Helm repo 추가설치apiVersion: v1kind: ConfigMapmetadata: labels: app.kuber

2023년 4월 25일
·
0개의 댓글
·

EKS Fargate 간단 설치

URL아래 링크를 참고하여 역할 생성 후 EKS Cluster에 적용aws configureexport aws_access_key_id= ,,,region, name 설정name: Kube-dns-profilesubnet : private 두개pod excution r

2023년 4월 25일
·
0개의 댓글
·
post-thumbnail

[Github Action] AWS IAM Role로 접근 + Github Enterprise

Github Action을 사용하면 빌드, 테스트, 배포 및 다른 작업을 실행할 수 있습니다. 하지만 AWS 리소스를 사용하려면 AWS 자격 증명 정보가 필요합니다. 일반적으로 이는 AWS Access Key ID와 AWS Secret Access Key로 구성됩니다.

2023년 4월 16일
·
0개의 댓글
·

AWS Lambda에서 STS(임시자격증명) 이용

STS STS(Security Token Service : 임시 자격 증명 서비스)는 적게는 몇 분에서 많게는 몇 시간까지 수명을 가지고 임시로 자격을 증명해주는 서비스이다. 자격 증명이 만료된 후의 Access Key와 Secret Key는 사용하지 못하게 된다. 또

2023년 3월 20일
·
1개의 댓글
·