정리하기(Optional)

아래 명령어를 수행하여 Prometheus와 Grafana 를 삭제 합니다.

helm uninstall prometheus --namespace prometheus
kubectl delete ns prometheus

helm uninstall grafana --namespace grafana
kubectl delete ns grafana

rm -rf ${HOME}/environment/grafana

Prometheus 와 Grafana 실습을 완료하였습니다.

Last updated