k8s을 통해서 Promethus Grafans 연동을 통해 Resource을 모니터링 하는 작업을 해보려고한다. 우선, 리눅스의 yum 과같은 k8s package 관리을 해주는 Helm을 설치해야한다. 자세한 내용은 아래에 코드로 잘 정리되어 있다. https://helm.sh/ko/docs/intro/install/ 헬름 설치하기 헬름 설치하고 작동하는 방법 배우기. helm.sh curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh helm repo add stable https://charts.helm.sh/stable..