MySQL Monitoring (Kubernetes): CONQUER Prometheus Exporters

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น •

  • @RayanSlim087
    @RayanSlim087  18 วันที่ผ่านมา

    If you were watching purely for learning purposes, don't forget to clean up:
    - Uninstall helm release: helm uninstall mysql-exporter -n database-monitoring
    - Remove mysql resources: kubectl delete -f mysql/ -n database-monitoring (make sure you are cd'd in the correct folder)
    - Remove prometheus community: helm repo remove prometheus-community
    - Remove namespace: kubectl delete namespace database-monitoring

  • @beraterkul7950
    @beraterkul7950 19 วันที่ผ่านมา

    Your explanation was perfect and easy to follow. It really clarified everything for me. Thanks a lot!