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
Jul 23, 2025 · Operations

Master Real-Time Kubernetes Logs with the kubectl tail Plugin

This guide explains how to install and use the kubectl tail plugin—a krew‑based tool that streams logs from multiple Kubernetes Pods and containers in real time, covering prerequisites, offline manifest download, installation steps, and practical command examples for various selectors.

Kuberneteskrewkubectl
0 likes · 6 min read
Master Real-Time Kubernetes Logs with the kubectl tail Plugin
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 16, 2025 · Operations

How to Stop KVM IP Drift with DHCP Static MAC‑IP Binding

Learn how to prevent virtual machine IP changes in KVM by using DHCP static MAC‑IP binding, covering prerequisite network knowledge, commands to view MAC addresses, editing libvirt XML, restarting the network, and verifying that each VM receives a fixed IP address.

DHCPKVMMAC binding
0 likes · 7 min read
How to Stop KVM IP Drift with DHCP Static MAC‑IP Binding
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 6, 2025 · Cloud Native

Automate Prometheus Service Discovery with Nacos: A Step‑by‑Step Guide

Learn how to replace static Prometheus target files with dynamic service discovery by integrating Alibaba’s open‑source Nacos registry, configuring a Go‑based adapter, adding HTTP‑SD configs to the Prometheus Operator, and validating the automated monitoring of large‑scale microservice deployments.

NacosPrometheusservice discovery
0 likes · 5 min read
Automate Prometheus Service Discovery with Nacos: A Step‑by‑Step Guide
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 3, 2025 · Cloud Native

How to Visualize Kubernetes Namespace Resource Usage with Prometheus

This guide walks you through deploying kube-state-metrics, configuring Prometheus to collect CPU, memory and other resource metrics per Kubernetes namespace, setting up ResourceQuota and LimitRange visualizations, and verifying data collection with Helm, Docker, and curl commands, enabling comprehensive cluster health monitoring.

HelmKubernetesMonitoring
0 likes · 7 min read
How to Visualize Kubernetes Namespace Resource Usage with Prometheus