跳至內容

antony@notes:~$ cd ops-automation && ls

維運與自動化

34 articles · sorted by date desc

維運與自動化 · 2025-12-16

動手實作 OpenTelemetry

本篇文章是翻譯 Getting Started with OpenTelemetry (LFS148) 的第四章節,想看原文可參考以下網址…

維運與自動化 · 2025-12-16

為什麼需要 OpenTelemetry

本篇文章是翻譯 Getting Started with OpenTelemetry (LFS148) 的第二章節,想看原文可參考以下網址…

維運與自動化 · 2025-12-16

OpenTelemetry 框架概述

本篇文章是翻譯 Getting Started with OpenTelemetry (LFS148) 的第三章節,想看原文可參考以下網址…

維運與自動化 · 2025-09-18

Installing the Red Hat build of OpenTelemetry by using the CLI

可以從命令列安裝 Red Hat 版的 OpenTelemetry。

維運與自動化 · 2025-09-18

Get started with OpenTelemetry in Java

本頁面將說明如何在 Java 中開始使用 OpenTelemetry。

維運與自動化 · 2025-08-25

Certified GitOps Associate (CGOA) B 卷

As a Certitled GitOps Associate, what should you focus on besides the delivery/deployment of configurations to your system?

維運與自動化 · 2025-08-11

Prometheus certified associate

How does Prometheus collect metrics?

維運與自動化 · 2025-07-28

設定 Alertmanager 觸發告警時去執行 Bash Script

安裝 kube‑prometheus stack 的核心元件: The Prometheus Operator Highly available Prometheus Highly available Alertmanager…

維運與自動化 · 2025-06-06

Deploying GKE Clusters with Terraform from scratch

建立 Google Mail 帳號 申請免費試用 Google Cloud Platform 資格 (注意,需要一張 VISA 或信用卡) https://console.cloud.google.com/getting-started…

維運與自動化 · 2025-05-21

Bash Script Debug mode

將 Bash Function 裡面,命令的正確執行結果 + 錯誤輸出 + 真正執行的命令(變數會變成值) 通通都倒到同一個檔案中,不用手動一行一行在行尾加上 & > /dev/null,而且加上行號、function 名稱,好讓你以後除錯時超清楚!