Linux Ops Smart Journey
Author

Linux Ops Smart Journey

The operations journey never stops—pursuing excellence endlessly.

164
Articles
0
Likes
547
Views
0
Comments
Recent Articles

Latest from Linux Ops Smart Journey

100 recent articles max
Linux Ops Smart Journey
Linux Ops Smart Journey
Sep 3, 2025 · Cloud Native

Mastering Envoy: Service Discovery, Load Balancing, and Health Checks Explained

Envoy, the high‑performance edge and service‑mesh proxy, offers three core mechanisms—service discovery, load balancing, and health checking—each with multiple configurable options and code examples, enabling operators and developers to optimize distributed systems for scalability, reliability, and performance in cloud‑native environments.

Envoyhealth checksservice mesh
0 likes · 9 min read
Mastering Envoy: Service Discovery, Load Balancing, and Health Checks Explained
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 21, 2025 · Cloud Native

Why MinIO Dropped Its Console and How RustFS Can Fill the Gap

The article explains MinIO's removal of its open‑source console in May 2025, introduces the RustFS distributed object storage as an alternative, and provides step‑by‑step Docker deployment, log inspection, and basic mc commands to verify functionality.

Object StorageRustFSS3 Compatibility
0 likes · 7 min read
Why MinIO Dropped Its Console and How RustFS Can Fill the Gap
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 20, 2025 · Operations

How to Turn Abstract Metrics into Intuitive Gauges with Grafana

This guide explains why Grafana's Gauge panel creates a powerful visual metaphor for system pressure, walks through creating the gauge, configuring PromQL queries, setting panel options, thresholds, and JSON definitions, and shows how to produce clear, boss‑friendly monitoring dashboards.

Gauge panelGrafanaJSON configuration
0 likes · 5 min read
How to Turn Abstract Metrics into Intuitive Gauges with Grafana
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 18, 2025 · Cloud Native

How to Build Multi-Arch Go Images with Jenkins and Buildah

This guide explains how to use Jenkins together with Buildah to automatically build and push multi‑architecture (amd64 and arm64) container images for Go applications, covering prerequisites, a complete Jenkinsfile, tips for faster builds, and a test pipeline demonstration.

BuildahCI/CDContainer Images
0 likes · 7 min read
How to Build Multi-Arch Go Images with Jenkins and Buildah