Full-Stack DevOps & Kubernetes
Author

Full-Stack DevOps & Kubernetes

Focused on sharing DevOps, Kubernetes, Linux, Docker, Istio, microservices, Spring Cloud, Python, Go, databases, Nginx, Tomcat, cloud computing, and related technologies.

208
Articles
0
Likes
190
Views
0
Comments
Recent Articles

Latest from Full-Stack DevOps & Kubernetes

100 recent articles max
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 16, 2025 · Cloud Native

Mastering Kubernetes Service Deployment: From Docker Build to HPA

This guide walks you through the complete Kubernetes service deployment workflow, covering Docker image creation with multi‑stage builds, pushing to a registry, defining Deployment and Service resources, applying and monitoring them, managing configuration, implementing horizontal pod autoscaling, and integrating logging and monitoring solutions.

ConfigMapKubernetesService
0 likes · 8 min read
Mastering Kubernetes Service Deployment: From Docker Build to HPA
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 11, 2025 · Cloud Native

How Kubernetes Will Evolve by 2025: AI Scheduling, Built‑in Security, Multi‑Cluster & WebAssembly

In the cloud‑native era, Kubernetes is transforming from a container orchestrator into a full‑stack operating system, with 2025 bringing AI‑native scheduling, integrated security, multi‑cluster and edge convergence, platform‑engineered developer experiences, and tight WebAssembly integration.

AI schedulingKubernetesMulti-Cluster
0 likes · 9 min read
How Kubernetes Will Evolve by 2025: AI Scheduling, Built‑in Security, Multi‑Cluster & WebAssembly
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 7, 2025 · Operations

Unlock Linux Performance: How eBPF Reveals Hidden Bottlenecks

This article explains why traditional Linux monitoring tools often miss deep kernel issues and shows how to use eBPF‑based utilities such as biolatency, runqlat, and offcputime to pinpoint CPU, I/O, and lock‑contention problems with concrete command examples and a practical troubleshooting workflow.

LinuxPerformanceTroubleshooting
0 likes · 8 min read
Unlock Linux Performance: How eBPF Reveals Hidden Bottlenecks
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jun 19, 2025 · Operations

Managing a Headless Harbor Registry via Curl API

When a Harbor registry is deployed on a cloud ECS without a public IP or GUI, you can still list projects, view repositories, retrieve image digests, and delete images entirely through RESTful API calls using curl, followed by a manual garbage‑collection step to reclaim disk space.

APIContainer RegistryHarbor
0 likes · 7 min read
Managing a Headless Harbor Registry via Curl API
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 28, 2025 · Operations

How to Fix etcd “NOSPACE” Errors in Kubernetes Clusters

When a Kubernetes cluster’s etcd reaches its default 2 GB quota, it triggers a “NOSPACE” alarm that blocks all write operations, causing critical services to fail; this guide explains the root cause, how to diagnose the issue with etcdctl, and step‑by‑step remediation including compaction, defragmentation, and quota expansion.

KubernetesNOSPACEcompaction
0 likes · 7 min read
How to Fix etcd “NOSPACE” Errors in Kubernetes Clusters
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 16, 2025 · Information Security

Critical Ingress‑NGINX RCE Vulnerability (CVE‑2025‑19742): Impact, Exploit Details, and Fixes

A severe security flaw in the ingress‑nginx controller (CVE‑2025‑19742) allows unauthenticated attackers to inject malicious NGINX configuration via the auth‑tls‑match‑cn annotation, leading to remote code execution, secret leakage, and potential full Kubernetes cluster takeover, with detailed remediation steps provided.

RCERemediationVulnerability
0 likes · 10 min read
Critical Ingress‑NGINX RCE Vulnerability (CVE‑2025‑19742): Impact, Exploit Details, and Fixes
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 9, 2025 · Operations

Master Nginx Reverse Proxy & Load Balancing: Complete Configuration and Performance Tuning Guide

This article walks through Nginx's role as a high‑performance reverse proxy and load balancer, explains core concepts, provides step‑by‑step configuration examples—including upstream pools, server blocks, and location directives—and details performance optimizations such as gzip, connection reuse, worker settings, static‑file caching, and proxy caching.

Performance OptimizationServer Configurationload balancing
0 likes · 15 min read
Master Nginx Reverse Proxy & Load Balancing: Complete Configuration and Performance Tuning Guide