모니터링 Namespace 생성 kubectl create ns monitoring Helm Repo 가져오기 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update 상세 설정을 위한 values.yaml 가져오기 git clone https://github.com/prometheus-community/helm-charts.git cd prometheus/helm-charts/charts/prometheus 해당 예제에선 prometheus 서버를 노출하기 위한 설정만 함 vi values.yaml service: ## If false, no Service will be cre..