Cloud Native

Showing 100 articles max
Golang Shines
Golang Shines
Aug 14, 2026 · Cloud Native

Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker

This article reviews three open‑source file‑transfer solutions—PairDrop, FastSend, and FileDrop—detailing their features, security mechanisms, cross‑platform support, and Docker one‑click deployment options, followed by a side‑by‑side comparison to help you choose the best fit for your needs.

DockerFastSendFileDrop
0 likes · 10 min read
Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker
TechVision Expert Circle
TechVision Expert Circle
Aug 13, 2026 · Cloud Native

Does a Three‑Hour Commute Actually Boost Anyone’s Efficiency?

A 2026 OPM survey of over 600,000 federal workers shows that mandatory office returns cut satisfaction and raise turnover, while modern cloud‑native collaboration tools and AI‑driven workflows enable remote teams to match or exceed on‑site productivity, revealing the hidden technical costs of forced commuting.

AI collaborationCRDTCloud Native
0 likes · 13 min read
Does a Three‑Hour Commute Actually Boost Anyone’s Efficiency?
Cloud Architecture
Cloud Architecture
Aug 13, 2026 · Cloud Native

Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering

Many teams mistakenly believe that a simple `kubectl drain` guarantees safe node shutdown, but in production the risk spans the control plane, service discovery, long‑lived connections, load balancers and observability; this guide presents a repeatable, auditable, production‑grade process that turns node maintenance into a zero‑interruption engineering workflow.

KubernetesOperatorgraceful shutdown
0 likes · 41 min read
Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering
DataFunSummit
DataFunSummit
Aug 13, 2026 · Cloud Native

Agent Architecture Evolution: From Monolithic Self‑Management to Distributed Hosting

The article outlines a step‑by‑step evolution of Agent systems, explaining why traditional microservice patterns fail, describing three monolithic deployment models, detailing how separating session, memory, and environment state enables distributed hosting, and presenting function‑as‑a‑service to fully managed ReAct and multi‑Agent collaboration via Registry and A2A.

AgentAgent RegistryDistributed Systems
0 likes · 14 min read
Agent Architecture Evolution: From Monolithic Self‑Management to Distributed Hosting
Alibaba Cloud Native
Alibaba Cloud Native
Aug 12, 2026 · Cloud Native

Alibaba Cloud and Datadog Release OpenTelemetry Go Compile‑Time Instrumentation v1 for Zero‑Code Observability

The OpenTelemetry Go Compile‑Time Instrumentation project, jointly launched by Alibaba Cloud and Datadog, fills the last observability gap for Go by injecting tracing and metrics code at build time, offering zero‑code instrumentation, no runtime overhead, and seamless CI/CD integration while comparing it with manual and eBPF approaches.

Cloud NativeCompile-Time InstrumentationGo
0 likes · 10 min read
Alibaba Cloud and Datadog Release OpenTelemetry Go Compile‑Time Instrumentation v1 for Zero‑Code Observability
Woodpecker Software Testing
Woodpecker Software Testing
Aug 12, 2026 · Cloud Native

Distributed vs Monolithic: Uncovering the Real Performance Trade‑offs

The article analyzes distributed and traditional monolithic architectures across response latency, throughput, scalability, and fault‑tolerance cost, revealing that distributed systems introduce network latency, serialization overhead, higher resource consumption, and complex failure modes that often offset their scalability benefits, and provides concrete case studies from Netflix, Alibaba, and LinkedIn.

Cloud NativeDistributed SystemsThroughput
0 likes · 7 min read
Distributed vs Monolithic: Uncovering the Real Performance Trade‑offs
Java Architecture Diary
Java Architecture Diary
Aug 12, 2026 · Cloud Native

Why Upgrading Your MCP Server to 2.0 Solves Stateless Session Issues

The article explains how MCP 1.x's stateful handshake caused node‑crash failures, sticky sessions, and serverless incompatibility, and how the 2.0 release removes the handshake, makes each request self‑describing via _meta and HTTP headers, introduces MRTR for multi‑round interactions, and provides a Java/TypeScript code walkthrough demonstrating the new stateless behavior.

Cloud NativeJavaKubernetes
0 likes · 8 min read
Why Upgrading Your MCP Server to 2.0 Solves Stateless Session Issues
Ray's Galactic Tech
Ray's Galactic Tech
Aug 11, 2026 · Cloud Native

Microservice Governance: Gateway, Config Center & Tracing to Avoid Pitfalls

Splitting a monolithic order system into separate services introduces challenges such as scattered routing, uncontrolled configuration changes, and fragmented logs, which can be mitigated by implementing a unified API Gateway, a centralized Nacos configuration center, and comprehensive SkyWalking tracing to ensure observability, fault isolation, and safe incremental releases.

API GatewayNacosService Governance
0 likes · 50 min read
Microservice Governance: Gateway, Config Center & Tracing to Avoid Pitfalls
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 11, 2026 · Cloud Native

Docker Container Network Configuration Explained with 6 Diagrams

This article walks through Docker's built‑in networks, the four network modes (bridge, host, container, none), how to create and manage Linux network namespaces and veth pairs, and provides practical commands for configuring bridges, port mapping, DNS, and custom network settings.

Bridge ModeContainer NetworkingDocker
0 likes · 27 min read
Docker Container Network Configuration Explained with 6 Diagrams
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 11, 2026 · Cloud Native

One‑Click AI Knowledge Base Solves Massive Document Search for K8s Fault Root‑Cause Analysis

The article describes a self‑built K8s‑RAG‑AIOps tool that uses an offline vector knowledge base and the DeepSeek‑v4‑pro model to automatically retrieve internal SOPs, collect live cluster data via SSH, and generate a complete, executable fault‑diagnosis report, dramatically speeding up Kubernetes troubleshooting while keeping data secure.

AIOpsDeepSeekKubernetes
0 likes · 9 min read
One‑Click AI Knowledge Base Solves Massive Document Search for K8s Fault Root‑Cause Analysis
Cloud Architecture
Cloud Architecture
Aug 10, 2026 · Cloud Native

How to Deploy Docker Images Offline Without Downtime: A Complete Enterprise Solution

This article presents a production‑grade, step‑by‑step solution for offline Docker image distribution in enterprise environments, covering OCI image fundamentals, layer reuse, digest‑based governance, a multi‑domain architecture with Harbor, Skopeo, Crane and Trivy, and practical scripts for building, exporting, validating, importing, and pre‑warming images across large Kubernetes clusters while ensuring security, compliance, and high‑concurrency performance.

CraneDockerHarbor
0 likes · 32 min read
How to Deploy Docker Images Offline Without Downtime: A Complete Enterprise Solution
Ray's Galactic Tech
Ray's Galactic Tech
Aug 10, 2026 · Cloud Native

Destruction and Rebirth: Deep Dive into ETCD Backup and Restore for Kubernetes Clusters

This article walks through a real‑world ETCD failure, explains why ETCD is the control‑plane brain, details the three‑layer ETCD architecture, exposes common backup pitfalls, and provides a production‑grade backup‑restore workflow—including snapshot API usage, Go implementation, verification steps, and post‑restore validation—for reliable Kubernetes disaster recovery.

Cloud NativeGoKubernetes
0 likes · 33 min read
Destruction and Rebirth: Deep Dive into ETCD Backup and Restore for Kubernetes Clusters
Golang Shines
Golang Shines
Aug 10, 2026 · Cloud Native

Build a Binary‑Based Kubernetes 1.36 Cluster from Scratch (PDF Guide)

This article explains how to manually assemble a Kubernetes 1.36 cluster using binary files, detailing the overall architecture, core components, and the roles of master and worker nodes, while providing a free 55‑page PDF with step‑by‑step instructions.

Binary InstallationCluster ArchitectureControl Plane
0 likes · 3 min read
Build a Binary‑Based Kubernetes 1.36 Cluster from Scratch (PDF Guide)
Java Architect Handbook
Java Architect Handbook
Aug 10, 2026 · Cloud Native

Tired of XXL‑Job? Try This Elegant Nacos‑Based Scheduling Solution

The article analyses why XXL‑Job’s separate registration, configuration, and weak sharding cause state inconsistency, observability gaps, and duplicate processing, then proposes JobFlow – a lightweight scheduler that removes redundant components, adds full‑traceId tracing, true sharding with distributed locks, exponential retry, and cloud‑native configuration managed by Nacos, all illustrated with concrete code snippets and deployment diagrams.

Cloud NativeJavaNacos
0 likes · 21 min read
Tired of XXL‑Job? Try This Elegant Nacos‑Based Scheduling Solution
Open Source Tech Hub
Open Source Tech Hub
Aug 10, 2026 · Cloud Native

How S6 Overlay Enables Multi‑Process Management in PHP Containers

The article explains how S6 Overlay, a lightweight C‑based process supervisor designed for containers, coordinates PHP‑FPM and a reverse‑proxy (NGINX or Apache) within a single Docker image, detailing its health‑check behavior, custom initialization steps, and comparing its benefits and drawbacks against traditional Supervisor.

Container HealthDockerPHP
0 likes · 11 min read
How S6 Overlay Enables Multi‑Process Management in PHP Containers
Ray's Galactic Tech
Ray's Galactic Tech
Aug 9, 2026 · Cloud Native

Goodbye Hand‑Written YAML Hell: Deploy Microservices with Helm

The article explains how manual Kubernetes YAML quickly becomes unmanageable in microservice environments and demonstrates how Helm provides templating, parameterization, versioning, dependency management, and lifecycle hooks to create a standardized, automated, production‑grade deployment pipeline that can handle billions of requests across multiple services.

CI/CDGitOpsHelm
0 likes · 35 min read
Goodbye Hand‑Written YAML Hell: Deploy Microservices with Helm
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Aug 9, 2026 · Cloud Native

How ACK One Fleet Transforms Agent Sandbox from Single-Cluster to Multi-Cluster

The article explains how ACK One Fleet upgrades the AI Agent Sandbox from a single‑cluster Kubernetes setup to a multi‑cluster architecture, addressing capacity limits, fault‑domain risks, and scheduling inefficiencies while providing global capacity control, water‑level balancing, fault‑tolerant failover, and faster sandbox startup through E2B and CRD integrations.

ACK OneAgent SandboxCloud Native
0 likes · 11 min read
How ACK One Fleet Transforms Agent Sandbox from Single-Cluster to Multi-Cluster
DataFunSummit
DataFunSummit
Aug 8, 2026 · Cloud Native

Building Containerized Sandboxes for Multi‑Agent AI: Architecture, Key Technologies, and Real‑World Practices

The article examines how to construct a container‑based sandbox infrastructure for multi‑agent AI systems, covering isolation mechanisms, lifecycle management, resource scaling, checkpoint/commit techniques, the OpenKruise Agents project, ecosystem integration, and production case studies with performance metrics.

AI agentsCheckpointContainer Sandbox
0 likes · 16 min read
Building Containerized Sandboxes for Multi‑Agent AI: Architecture, Key Technologies, and Real‑World Practices