👉 มาทำความรู้จักกับ Loki !! บุตรแห่งโอดิน เฮ้ยย ไม่ใช่!! มันคือ Loki ระบบจัดการ Log จาก Grafana! มีรายละเอียด และประโยชน์ยังไง ติดตามอ่านกันได้ในโพสต์นี้เลยจ้าาา ~~
.
🌈 Loki เป็น Log Aggregation System แบบ Open-Source จาก Grafana โดยมีคุณสมบัติที่สำคัญ คือ Horizontal Scale และ High Availability
.
ใช้จัดการ Log ที่สเกลใหญ่ ๆ ได้อย่างง่ายดาย ยืดหยุ่น ออกแบบมาให้คุ้มค่าและใช้งานง่ายสามารถใช้งานร่วม Tools ยอดนิยมอย่างเช่น Kubernetes และ Prometheus ได้อย่างมีประสิทธิภาพ
.
✨ ประโยชน์
🔸 ใช้จัดการ Meta Data ได้อย่างมีประสิทธิภาพ โดยจะบีบข้อมูล และเก็บไว้ในกลุ่ม Object เพื่อลดความยุ่งยากในการจัดการข้อมูล
🔸 รองรับ Multi-Tenancy โดยใช้ TenantID
🔸 สามารถปรับขนาดในแนวนอนได้อย่างยืดหยุ่น
🔸 คุ้มค่า และลดค่าใช้จ่าย
.
🌟 การนำไปใช้งาน
🔹 Business Intelligence - ใช้จัดการข้อมูลในธุรกิจขนาดใหญ่ เพื่อทำความเข้าใจกับข้อมูลและสร้างกลยุทธ์ใหม่สำหรับการเติบโตของธุรกิจนั้น ๆ
🔹 Monitoring - ใช้ตรวจสอบ Log และ ความผิดพลาดบนเว็บ
🔹 Debugging and Troubleshooting - ช่วยให้ทีม DevOps หาสาเหตุและความผิดพลาดของระบบได้
🔹 Cyber Security - สามารถติดตาม ตรวจสอบ และบันทึกปัญหาหรือกิจกรรมที่เป็นอัตรายต่อระบบ
.
📑 Source : https://grafana.com/oss/loki/ , https://geekflare.com/grafana-loki-intro/
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
「prometheus scale」的推薦目錄:
- 關於prometheus scale 在 BorntoDev Facebook 的精選貼文
- 關於prometheus scale 在 矽谷牛的耕田筆記 Facebook 的最佳貼文
- 關於prometheus scale 在 Uses for the Prometheus scale? - Music Stack Exchange 的評價
- 關於prometheus scale 在 How to scale my app on nginx metrics without prometheus? 的評價
- 關於prometheus scale 在 Why did deployment not scale up by using prometheus scaler 的評價
- 關於prometheus scale 在 ROB SILVER: THE PROMETHEUS SCALE - Pinterest 的評價
- 關於prometheus scale 在 threezero - Facebook 的評價
prometheus scale 在 矽谷牛的耕田筆記 Facebook 的最佳貼文
Rancher v2.5 釋出!
這幾天 Rancher 正式釋出 v2.5 版本,這邊就來重點節錄一些改變
1. 強化與雲端環境 EKS 與 輕量級 K3s 環境的整合,此外宣稱所有 Kubernetes 服務上面都可以安裝 Ranche 用其來幫忙管理
Rancher v2.5 釋出!
這幾天 Rancher 正式釋出 v2.5 版本,這邊就來重點節錄一些改變
1. 強化與雲端環境 EKS 與 輕量級 K3s 環境的整合,此外宣稱所有 Kubernetes 服務上面都可以安裝 Ranche 用其來幫忙管理
2. 針對美國環境要求而開發更具安全性的發行版,符合 FIPS(Federal Information Processing Standars)
3. 整合 GitOps 部署,針對大規模 Edge 叢集的自動部署解決方案 fleet
4. Monitoring 強化,減少與 Rancher 本身的連接性,反而更加使用 Prometheus operator 來提供服務。管理人員可以直接創建相關的 CRD 提供服務,而這些資訊也都會被 Rancher UI 給一併呈現
其中 (4) 裡面還提供的 cluster-level 的客製化設定,就不需要向過往一樣要開很多個 project-level 的 prometheus 來處理,這方面輕鬆不少
資料來源:
- https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy
- https://github.com/rancher/fleet
- https://fleet.rancher.io/
- https://github.com/rancher/rancher/issues/23239
2. 針對美國環境要求而開發更具安全性的發行版,符合 FIPS(Federal Information Processing Standars)
3. 整合 GitOps 部署,針對大規模 Edge 叢集的自動部署解決方案 fleet
4. Monitoring 強化,減少與 Rancher 本身的連接性,反而更加使用 Prometheus operator 來提供服務。管理人員可以直接創建相關的 CRD 提供服務,而這些資訊也都會被 Rancher UI 給一併呈現
其中 (4) 裡面還提供的 cluster-level 的客製化設定,就不需要向過往一樣要開很多個 project-level 的 prometheus 來處理,這方面輕鬆不少
資料來源:
- https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy
- https://github.com/rancher/fleet
- https://fleet.rancher.io/
- https://github.com/rancher/rancher/issues/23239
prometheus scale 在 Why did deployment not scale up by using prometheus scaler 的推薦與評價
We use prometheus to provide custom metric, however we find scaledobject can't be scaled up when current value exceeds the target value. ... <看更多>
prometheus scale 在 Uses for the Prometheus scale? - Music Stack Exchange 的推薦與評價
Note that the Prometheus scale is a hexatonic scale and is not identical to the mixo#11/lydian dominant scale because it misses the 5th scale ... ... <看更多>