1. monitoring namespace 생성kubectl create namespace monitoring 확인:kubectl get ns monitoring 정상이면 이런 식으로 나옵니다.NAME STATUS AGEmonitoring Active ... 그다음 Helm에 Prometheus 공식 Chart 저장소를 등록합니다.helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update 마지막 확인:helm search repo prometheus-community/kube-prometheus-stack 2. 저사양 values 파일 만들기nano ~/..