Showing 100 articles max
dbaplus Community
dbaplus Community
Apr 18, 2026 · Cloud Native

How Code Container Lets AI Coders Run with Root Access Safely in Seconds

The article introduces Code Container, an open‑source Docker‑based solution that gives AI coding assistants like Claude Code, OpenCode, and Codex full root and network privileges within isolated containers, explains its lightweight design, installation steps, workflow, and how it boosts productivity while maintaining system safety.

AICLICode Container
0 likes · 9 min read
How Code Container Lets AI Coders Run with Root Access Safely in Seconds
Cloud Native Technology Community
Cloud Native Technology Community
Apr 17, 2026 · Cloud Native

What’s New in Kube-OVN v1.16.0? Key Features and Improvements Explained

Kube-OVN v1.16.0 introduces major enhancements such as BGP/EVPN‑enabled VPC egress, a tiered SecurityGroup with expanded priority range, per‑NIC DHCP control, multi‑network NetworkPolicy annotations, full‑NIC hot migration for KubeVirt, static IP/MAC per interface, and numerous reliability, performance, and Helm chart upgrades.

BGPCNIEVPN
0 likes · 6 min read
What’s New in Kube-OVN v1.16.0? Key Features and Improvements Explained
AI Tech Publishing
AI Tech Publishing
Apr 16, 2026 · Cloud Native

Deploying a Stateful AI Agent on a Stateless Web Architecture: Challenges, Solutions, and Code Walkthrough

This article analyzes the fundamental conflict between stateful AI agents and the inherently stateless, distributed nature of modern web services, explores time, state, and execution model mismatches, and presents a practical Agent‑as‑API solution using FastAPI, Redis, SSE, and Kubernetes to achieve scalable, fault‑tolerant deployments.

AI agentFastAPIKubernetes
0 likes · 30 min read
Deploying a Stateful AI Agent on a Stateless Web Architecture: Challenges, Solutions, and Code Walkthrough
Ray's Galactic Tech
Ray's Galactic Tech
Apr 15, 2026 · Cloud Native

From Solo Demo to Cloud‑Native: Building a High‑Availability Real‑Time Translation Bot with AgentScope Java

This article walks through the complete engineering practice of turning a single‑machine demo into a cloud‑native, highly available real‑time translation robot using AgentScope Java, covering business requirements, architecture evolution, core AgentScope concepts, code examples, deployment, observability, performance tuning, and common pitfalls.

Agent ArchitectureMicroservicescloud-native
0 likes · 29 min read
From Solo Demo to Cloud‑Native: Building a High‑Availability Real‑Time Translation Bot with AgentScope Java
Architect Chen
Architect Chen
Apr 15, 2026 · Cloud Native

Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes

This article compares four microservice deployment strategies—single-host multi-instance, containerized with Kubernetes, serverless functions, and full orchestration—detailing their architectures, benefits, drawbacks, and suitable scenarios, helping engineers select the most appropriate approach for scalability, reliability, and operational complexity.

Cloud NativeContainerizationMicroservices
0 likes · 4 min read
Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes
Ray's Galactic Tech
Ray's Galactic Tech
Apr 13, 2026 · Cloud Native

How to Build a Production‑Ready Kubernetes Cluster with kubeasz: From Architecture to Full Lifecycle

This guide explains how to use kubeasz and Ansible to design, deploy, scale, secure, monitor, and maintain a production‑grade Kubernetes cluster, covering control‑plane HA, etcd reliability, networking, storage, capacity planning, upgrade strategies, and disaster‑recovery practices.

Cluster DeploymentKubernetesObservability
0 likes · 39 min read
How to Build a Production‑Ready Kubernetes Cluster with kubeasz: From Architecture to Full Lifecycle
Node.js Tech Stack
Node.js Tech Stack
Apr 11, 2026 · Cloud Native

Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0

Node.js 25.9.0 adds support for the --max‑heap‑size flag in the NODE_OPTIONS whitelist, allowing containers on Kubernetes to set heap limits via environment variables, reducing OOM kills, while also introducing experimental stream/iter API, test‑module mock changes, new Web Crypto algorithms, and other enhancements.

Heap MemoryKubernetesNode.js
0 likes · 8 min read
Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0
Architect's Tech Stack
Architect's Tech Stack
Apr 10, 2026 · Cloud Native

Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide

Using a shipping‑container analogy, this article explains how Docker packages applications into portable images and how Kubernetes orchestrates those containers across clusters, clarifying key concepts such as images, containers, Pods, Deployments, Services, and the role of nodes in modern cloud‑native environments.

ContainerizationContainersDocker
0 likes · 7 min read
Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide
Alibaba Cloud Native
Alibaba Cloud Native
Apr 10, 2026 · Cloud Native

How HiClaw Automates Crash Alert Analysis with AI Agents in a Cloud‑Native Environment

This article details the design and workflow of HiClaw, an AI‑driven, cloud‑native system that intercepts DingTalk crash alerts, isolates analysis in secure containers, and automatically generates actionable reports, dramatically reducing manual investigation time while complying with strict internal security policies.

AIIncident Responseautomation
0 likes · 15 min read
How HiClaw Automates Crash Alert Analysis with AI Agents in a Cloud‑Native Environment
Architect Chen
Architect Chen
Apr 9, 2026 · Cloud Native

Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS

This article explains Docker's client‑server architecture, core isolation mechanisms like Linux namespaces and cgroups, the layered UnionFS image model, and how libcontainer/runc creates containers, providing a comprehensive technical overview of Docker as a cloud‑native platform.

Cloud NativeContainerizationDocker
0 likes · 5 min read
Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS
Ray's Galactic Tech
Ray's Galactic Tech
Apr 8, 2026 · Cloud Native

Go Full‑Stack Mastery: From High‑Concurrency Order Systems to Cloud‑Native Production

This comprehensive guide walks you through building a production‑grade Go order service—from understanding the high‑concurrency business scenario and Go’s runtime advantages, to designing microservice architecture, handling idempotency, outbox patterns, observability, Kubernetes deployment, incident response, and testing strategies.

Distributed ConsistencyMicroservicescloud-native
0 likes · 54 min read
Go Full‑Stack Mastery: From High‑Concurrency Order Systems to Cloud‑Native Production
Ray's Galactic Tech
Ray's Galactic Tech
Apr 7, 2026 · Cloud Native

Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters

This comprehensive guide explains how to transform Kubernetes from a single‑cluster setup into a production‑grade, multi‑cluster platform that can handle tens of thousands of pods and high‑concurrency workloads by applying architectural, operational, and governance best practices across eight layers of the stack.

GitOpsKubernetesMulti-Cluster
0 likes · 38 min read
Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 7, 2026 · Cloud Native

Boost OpenStack Storage Efficiency with Ceph RBD Erasure Coding

This article explains how to integrate Ceph's erasure‑coded RBD pools with OpenStack, covering the design principles, storage pool layout, performance trade‑offs, and step‑by‑step configuration for Nova and Cinder to achieve higher storage utilization while maintaining high availability.

CephHybrid ArchitectureOpenStack
0 likes · 13 min read
Boost OpenStack Storage Efficiency with Ceph RBD Erasure Coding
Alibaba Cloud Observability
Alibaba Cloud Observability
Apr 6, 2026 · Cloud Native

How Alibaba Cloud Built Real‑Time OpenAPI Monitoring with Flink + SLS

This article details the design and implementation of a cloud‑native, real‑time monitoring system for Alibaba Cloud OpenAPI, covering background challenges, a Flink‑SLS architecture, multi‑region data processing, checkpoint and state‑backend tuning, source‑side predicate pushdown, visualization with Grafana, and production results.

Big DataCloud NativeFlink
0 likes · 21 min read
How Alibaba Cloud Built Real‑Time OpenAPI Monitoring with Flink + SLS
Java Companion
Java Companion
Apr 3, 2026 · Cloud Native

Why Every Microservice Architecture Needs an API Gateway

The article explains that without a gateway each microservice must duplicate authentication, rate‑limiting, logging and other cross‑cutting concerns, leading to maintenance overhead and security risks, and shows how a gateway centralises these functions while providing routing, load‑balancing, circuit‑breaking and observability, backed by real‑world code examples and a comparative analysis of popular gateway solutions.

AuthenticationCircuit BreakingMicroservices
0 likes · 19 min read
Why Every Microservice Architecture Needs an API Gateway
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 2, 2026 · Cloud Native

How Kthena Enables Production‑Grade LLM Inference on Kubernetes

This article analyzes the cloud‑native challenges of deploying large‑model inference on Kubernetes and presents Kthena’s architecture—ModelServing, Router, Autoscaler, and ModelBooster—along with Volcano integration, vLLM‑Ascend setup, and a real‑world Qwen3‑235B deployment case, highlighting performance gains and future directions.

Cloud NativeKthenaKubernetes
0 likes · 13 min read
How Kthena Enables Production‑Grade LLM Inference on Kubernetes
java1234
java1234
Apr 2, 2026 · Cloud Native

How a Simple Analogy Clarified Docker and Kubernetes Core Concepts

An image is a static snapshot of an OS, runtime and code; a container runs that snapshot, while Dockerfile and docker‑compose define how to build and orchestrate images. Pods group containers for shared resources, and Kubernetes schedules, scales, heals, networks and stores them, enabling true “run anywhere” deployment.

Cloud NativeContainersDocker
0 likes · 6 min read
How a Simple Analogy Clarified Docker and Kubernetes Core Concepts