Tagged articles
3133 articles
Page 10 of 32
360 Smart Cloud
360 Smart Cloud
Jan 10, 2024 · Cloud Native

Mixed Workload Scheduling (混部) in Kubernetes: Challenges, Core Technologies, and Koordinator Enhancements

The article analyzes low CPU utilization in pure online Kubernetes clusters, introduces mixed‑workload (online + offline) scheduling to improve resource efficiency, explains core techniques, kernel QoS features, and details Koordinator‑based implementations such as node resource reservation and scheduling adjustments.

KoordinatorMixed WorkloadQoS
0 likes · 13 min read
Mixed Workload Scheduling (混部) in Kubernetes: Challenges, Core Technologies, and Koordinator Enhancements
DevOps
DevOps
Jan 9, 2024 · Fundamentals

Top 10 Software Development Trends for 2024

2024 will see software development transformed by quantum computing integration, edge‑IoT synergy, blockchain beyond cryptocurrency, responsible AI practices, AR/VR convergence, DevSecOps security embedding, continued containerization and serverless adoption, progressive web apps, test automation, and cloud‑native multi‑cloud strategies, reshaping how engineers build and deploy applications.

2024BlockchainDevSecOps
0 likes · 9 min read
Top 10 Software Development Trends for 2024
Tencent Cloud Developer
Tencent Cloud Developer
Jan 9, 2024 · Fundamentals

C#'s Rise in TIOBE Rankings: A Comprehensive Analysis

Rising to the top of the 2023 TIOBE rankings, C#—born in the early 2000s to simplify complex software—combines type safety, cross‑platform .NET support, and modern tooling, enabling developers to build AI, cloud‑native, game, full‑stack web, desktop, mobile, and IoT applications with increasing popularity worldwide.

AIC++Game Development
0 likes · 16 min read
C#'s Rise in TIOBE Rankings: A Comprehensive Analysis
DevOps Coach
DevOps Coach
Jan 8, 2024 · Operations

Why Pulumi Might Outshine Terraform for Infrastructure as Code

This article compares Pulumi and Terraform, highlighting Terraform's steep learning curve, secret‑management challenges, and productivity drawbacks while showcasing Pulumi's multi‑language support, built‑in secret store, easier team collaboration, Terraform state integration, and testing capabilities.

DevOpsPulumicloud-native
0 likes · 8 min read
Why Pulumi Might Outshine Terraform for Infrastructure as Code
DevOps Coach
DevOps Coach
Jan 5, 2024 · Cloud Native

10 Hard‑Earned Kubernetes Lessons Every Engineer Should Know

Drawing from three years of managing Kubernetes clusters across Azure and AWS, the author shares ten practical lessons covering cloud‑native deployment, infrastructure as code, Helm chart usage, service mesh decisions, resource limits, stateless design, HPA configuration, and strategies for regular upgrades, aimed at both newcomers and seasoned practitioners.

Best PracticesDevOpscloud-native
0 likes · 7 min read
10 Hard‑Earned Kubernetes Lessons Every Engineer Should Know
MaGe Linux Operations
MaGe Linux Operations
Jan 4, 2024 · Cloud Native

How to Configure Kubernetes Pods to Use an HTTP Proxy

This guide explains why and how to set up HTTP/HTTPS proxy settings for Kubernetes pods in enterprise environments, covering use cases, two configuration methods (ConfigMap and direct environment variables), parameter details, testing procedures, and best practices for reliable outbound traffic.

ConfigMapProxycloud-native
0 likes · 6 min read
How to Configure Kubernetes Pods to Use an HTTP Proxy
Efficient Ops
Efficient Ops
Jan 3, 2024 · Cloud Native

Master Kubernetes Basics: Understanding Pods, Nodes, and Cluster Resources

This article provides a concise, practical guide to Kubernetes fundamentals, covering pod creation, the essential compute‑network‑storage resources, cluster components, native objects like Deployments and StatefulSets, and the trade‑offs of standardization, elasticity, and extensibility.

ClusterDevOpsPod
0 likes · 15 min read
Master Kubernetes Basics: Understanding Pods, Nodes, and Cluster Resources
Cloud Native Technology Community
Cloud Native Technology Community
Dec 29, 2023 · Cloud Native

Mastering Strimzi Kafka Operator: Architecture, Deployment & Tuning on K8s

This article provides an in‑depth analysis of the Strimzi Kafka Operator, covering its core features, multi‑layer architecture, detailed installation steps on Kubernetes, Kafka cluster creation, production/consumption workflows, and the internal reconciliation mechanisms that enable automated scaling, storage tuning, and fault‑recovery.

KafkaOperatorReconciliation
0 likes · 11 min read
Mastering Strimzi Kafka Operator: Architecture, Deployment & Tuning on K8s
Sohu Tech Products
Sohu Tech Products
Dec 27, 2023 · Big Data

Practical Implementation of Data Integration with Flink on Kubernetes at Li Auto

Li Auto built a cloud‑native data‑integration platform by deploying Flink on Kubernetes, unifying batch and streaming workloads with a storage layer (JuiceFS + BOS) and Flink Operator, enabling simple source‑sink pipelines, elastic scaling, automated checkpointing, and centralized monitoring while addressing earlier fragmentation and resource inefficiencies.

Big DataData IntegrationFlink
0 likes · 11 min read
Practical Implementation of Data Integration with Flink on Kubernetes at Li Auto
vivo Internet Technology
vivo Internet Technology
Dec 27, 2023 · Cloud Native

vivo Joins CNCF Cloud Native Computing Foundation: Cloud Native Adoption and Practice

vivo has officially joined the CNCF to accelerate its internal cloud‑native adoption—leveraging Kubernetes, Helm, Harbor and other open‑source tools to build a robust container platform, enhance business delivery, share knowledge with the global community, contribute to CNCF projects, and continue advancing micro‑services and containerization.

CNCFPlatform EngineeringVivo
0 likes · 6 min read
vivo Joins CNCF Cloud Native Computing Foundation: Cloud Native Adoption and Practice
Volcano Engine Developer Services
Volcano Engine Developer Services
Dec 27, 2023 · Cloud Native

How ByConity Achieves Leader Election with Shared Storage and CAS

This article explains how ByConity uses a high‑availability shared KV store and CAS operations to implement a lightweight, fault‑tolerant leader election mechanism that eliminates the need for external services like Zookeeper, simplifies node management, and ensures safe leader transitions in a cloud‑native data warehouse.

ByConitycloud-nativedistributed consensus
0 likes · 21 min read
How ByConity Achieves Leader Election with Shared Storage and CAS
DataFunTalk
DataFunTalk
Dec 27, 2023 · Big Data

Apache Flink 2023: Core Technical Achievements and Future Directions

The article reviews Apache Flink's rapid development over the past decade, highlighting its 2023 community growth, SIGMOD award, major releases, streaming SQL enhancements, incremental checkpointing, batch maturity, cloud‑native scaling, and integration with the emerging Lakehouse architecture.

Apache FlinkBig DataCheckpoint
0 likes · 11 min read
Apache Flink 2023: Core Technical Achievements and Future Directions
JD Retail Technology
JD Retail Technology
Dec 26, 2023 · Cloud Native

What Makes a Great DevOps Pipeline Model? Insights from JD Cloud‑Native Orchestration

This article examines the fundamentals of DevOps pipeline models, outlines the characteristics of an excellent pipeline, compares JD's cloud‑native solution with competitors, and provides practical scenarios and step‑by‑step guidance for building, adjusting, and exporting pipeline workflows.

Competitive AnalysisDevOpsWorkflow orchestration
0 likes · 11 min read
What Makes a Great DevOps Pipeline Model? Insights from JD Cloud‑Native Orchestration
System Architect Go
System Architect Go
Dec 23, 2023 · Cloud Native

What Happens Inside Kubernetes When You Create a Deployment?

This article walks through the complete Kubernetes workflow from a user‑submitted Deployment request to the creation and scheduling of the resulting Pod, detailing the roles of the control‑plane components, node services, admission webhooks, and the various plugins involved.

Control PlanePodScheduler
0 likes · 7 min read
What Happens Inside Kubernetes When You Create a Deployment?
DataFunSummit
DataFunSummit
Dec 23, 2023 · Databases

REDTao: A Scalable Graph Storage System for Trillion‑Scale Social Networks at Xiaohongshu

This article presents REDTao, Xiaohongshu's self‑built graph storage solution that unifies graph queries, reduces development duplication, and delivers low‑latency, high‑availability access to a trillion‑scale social graph through a three‑layer architecture, distributed cache, and cloud‑native deployment.

Distributed CacheGraph DatabaseScalability
0 likes · 15 min read
REDTao: A Scalable Graph Storage System for Trillion‑Scale Social Networks at Xiaohongshu
ITPUB
ITPUB
Dec 23, 2023 · Cloud Native

Why Podman Is Gaining Traction Over Docker: Key Differences and Future Impact

Podman, a daemonless OCI‑compatible container engine created by Red Hat, offers rootless operation, tighter security, and direct runtime interaction, positioning it as a compelling alternative to Docker while its broader adoption depends on ecosystem maturity and community support.

DockerOCIPodman
0 likes · 7 min read
Why Podman Is Gaining Traction Over Docker: Key Differences and Future Impact
DataFunTalk
DataFunTalk
Dec 22, 2023 · Big Data

Practical Implementation of Flink on Kubernetes for Data Integration at Li Auto

This article details Li Auto's end‑to‑end data integration practice using Flink on Kubernetes, covering the evolution of their integration platform, architectural design, cloud‑native deployment, operational challenges, and future roadmap, while highlighting unified batch‑stream processing and resource elasticity.

Batch processingBig DataData Integration
0 likes · 12 min read
Practical Implementation of Flink on Kubernetes for Data Integration at Li Auto
Efficient Ops
Efficient Ops
Dec 19, 2023 · Operations

How a Chinese Trust Firm Achieved Top‑Tier DevOps Continuous Delivery: A Success Story

Five Minerals International Trust’s OGP platform passed the CAICT DevOps Continuous Delivery Level 3 assessment, marking the first trust‑industry certification in China; the interview reveals how standard‑based DevOps, team restructuring, automation, and cloud‑native architecture boosted efficiency, quality, and security.

Continuous DeliveryDevOpsOperations
0 likes · 14 min read
How a Chinese Trust Firm Achieved Top‑Tier DevOps Continuous Delivery: A Success Story
AntTech
AntTech
Dec 18, 2023 · Cloud Native

AlterShield Open‑Source Change Risk Control Platform: Architecture, Features, and Future Roadmap

AlterShield is an open‑source change‑risk prevention solution originally built by Ant Group that provides lifecycle‑aware change defense, cloud‑native operator integration, KDE‑based anomaly detection, and extensible plug‑in frameworks, with detailed module descriptions, recent v1.0 releases, and a roadmap for advanced monitoring and noise‑reduction capabilities.

SREchange managementcloud-native
0 likes · 13 min read
AlterShield Open‑Source Change Risk Control Platform: Architecture, Features, and Future Roadmap
Efficient Ops
Efficient Ops
Dec 17, 2023 · Operations

How China’s Aviation IT System Earned a Leading DevOps 2+ Certification

The article details how China Civil Aviation Information Network's flight management system passed the CAICT DevOps Technical Operations 2+ assessment, showcasing the role of standardized DevOps practices, cloud‑native architecture, and continuous delivery pipelines in boosting efficiency, safety, and competitiveness in the aviation industry.

Continuous DeliveryDevOpsIT Operations
0 likes · 11 min read
How China’s Aviation IT System Earned a Leading DevOps 2+ Certification
Efficient Ops
Efficient Ops
Dec 16, 2023 · Operations

How a Chinese Trust Firm Earned Top‑Tier DevOps Continuous Delivery (Level 3)

Five Minerals International Trust’s OGP platform passed the China Information & Communications Academy’s DevOps Continuous Delivery Level 3 assessment, showcasing how standardized DevOps practices, cloud‑native microservices, and automated pipelines can boost efficiency, quality, and security, while offering insights into the evaluation process and future plans.

Continuous DeliveryDevOpsOperations
0 likes · 15 min read
How a Chinese Trust Firm Earned Top‑Tier DevOps Continuous Delivery (Level 3)
Efficient Ops
Efficient Ops
Dec 16, 2023 · Operations

How China’s Aviation IT Leader Earned Top‑Tier DevOps Certification

The article details China’s Civil Aviation Information Network’s successful DevOps 2+ level assessment, highlighting the flight management system’s cloud‑native architecture, high‑concurrency capabilities, and the broader impact of CAICT’s DevOps standards on digital transformation across industries.

Aviation ITDevOpsDigital Transformation
0 likes · 12 min read
How China’s Aviation IT Leader Earned Top‑Tier DevOps Certification
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Dec 14, 2023 · Operations

How GitOps Transforms Change Management: Automation, Code, and Transparency

GitOps leverages Git's version‑control strengths to automate, codify, and make transparent infrastructure changes, combining IaC, merge requests, and CI/CD, while exploring its principles, toolchains like FluxCD, ArgoCD, Jenkins X, and practical implementations such as SRE Stack for end‑to‑end change management.

GitOpsOperationsautomation
0 likes · 17 min read
How GitOps Transforms Change Management: Automation, Code, and Transparency
Efficient Ops
Efficient Ops
Dec 13, 2023 · Cloud Native

How to Build Your Own Kubernetes‑Style Container Orchestration System

This article walks through the evolution from a single‑machine Java monolith to a distributed, container‑based platform, detailing master‑worker roles, core Kubernetes‑like components, networking, scheduling, and plug‑ins for a complete cloud‑native orchestration solution.

cloud-nativecontainer orchestrationetcd
0 likes · 8 min read
How to Build Your Own Kubernetes‑Style Container Orchestration System
vivo Internet Technology
vivo Internet Technology
Dec 13, 2023 · Artificial Intelligence

Practice of Multi-NIC Container Network Acceleration for Offline Training

The talk explains how Vivo leverages a Kubernetes‑based solution that combines Calico and RoCEv2 to migrate offline training workloads from single‑NIC to multi‑NIC, integrating loss‑less RDMA, planning topology and IP allocation, and employing Volcano, SpiderPool, Macvlan, and Multus CNI for efficient container networking.

Multi-NICRDMAcloud-native
0 likes · 4 min read
Practice of Multi-NIC Container Network Acceleration for Offline Training
MaGe Linux Operations
MaGe Linux Operations
Dec 13, 2023 · Cloud Native

Demystifying Kubernetes CRDs: Extending the Platform with Custom Resources

This article clarifies common misconceptions about Kubernetes CustomResourceDefinitions, explains the controller pattern, and demonstrates how CRDs enable custom controllers, versioned micro‑services, blue‑green deployments, and standardized management of application concepts within a Kubernetes cluster.

CRDControllersCustomResourceDefinition
0 likes · 7 min read
Demystifying Kubernetes CRDs: Extending the Platform with Custom Resources
macrozheng
macrozheng
Dec 13, 2023 · Cloud Native

What’s New in Nacos 2.3.0? A Deep Dive into Its Latest Cloud‑Native Features

Nacos 2.3.0 introduces a suite of powerful enhancements—including an anti‑fragile plugin, server‑client capability negotiation, a configurable change plugin, and numerous gRPC and UI improvements—making it the most robust version yet for cloud‑native microservice discovery and configuration management.

Configuration ManagementNacosanti-fragile plugin
0 likes · 6 min read
What’s New in Nacos 2.3.0? A Deep Dive into Its Latest Cloud‑Native Features
DataFunTalk
DataFunTalk
Dec 13, 2023 · Databases

SelectDB Boosts GuanceDB Observability: Architecture Upgrade, Cost Reduction, and Performance Gains

This article details how SelectDB’s inverted‑index, Variant data type, and sampling capabilities were integrated into GuanceDB to replace Elasticsearch, achieving up to 70% storage cost reduction, 2‑4× query speed improvement, and a ten‑fold overall cost‑performance boost for log analytics and observability workloads.

DatabaseLog AnalyticsObservability
0 likes · 20 min read
SelectDB Boosts GuanceDB Observability: Architecture Upgrade, Cost Reduction, and Performance Gains
Tencent Cloud Middleware
Tencent Cloud Middleware
Dec 12, 2023 · Cloud Native

How Tencent Cloud Implements Tiered Storage for Kafka: Architecture, Challenges, and Evolution

This article examines the challenges of Kafka's traditional architecture, explains why local‑state heavy deployments cause operational difficulty and resource waste, and details Tencent Cloud's elastic, storage‑compute‑separated designs—including tiered storage, segment state machines, offset constraints, and performance optimizations—while sharing practical implementation insights and future directions.

Data LifecycleDistributed SystemsElastic Architecture
0 likes · 17 min read
How Tencent Cloud Implements Tiered Storage for Kafka: Architecture, Challenges, and Evolution
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Dec 12, 2023 · Operations

How We Built a Stable Offline Testing Environment with Cloud‑Native Practices

This article details the challenges of managing a complex, multi‑layered offline testing environment at KuJiaLe, outlines the standardization of baseline, functional, and integration environments, and explains the comprehensive stability measures—including infrastructure upgrades, automated checks, emergency response, and daily operations—that dramatically improved reliability.

Operationscloud-nativeenvironment management
0 likes · 14 min read
How We Built a Stable Offline Testing Environment with Cloud‑Native Practices
Alibaba Cloud Native
Alibaba Cloud Native
Dec 11, 2023 · Cloud Native

Boosting Cluster Resource Utilization with Alibaba Cloud Native Elastic Solutions

This article explains how Alibaba Cloud's native elastic solutions—covering application‑level scaling, resource‑level scaling, and the new instant elastic controller—help enterprises improve Kubernetes cluster resource utilization, reduce costs, and simplify operations through advanced metrics, custom scaling policies, and event‑driven node management.

ACKCluster Autoscalercloud-native
0 likes · 18 min read
Boosting Cluster Resource Utilization with Alibaba Cloud Native Elastic Solutions
Baidu Geek Talk
Baidu Geek Talk
Dec 11, 2023 · Industry Insights

How AI and Cloud Are Redefining the Database Landscape – Baidu’s Journey and Future Trends

This article traces the 70‑year evolution of databases, examines how the rise of AIGC, cloud computing and AI native architectures are reshaping the industry, and details Baidu Smart Cloud's historical milestones, flagship products such as GaiaDB and PegaDB, and the emerging trends that will drive the next generation of database solutions.

AICloud ComputingDatabase
0 likes · 22 min read
How AI and Cloud Are Redefining the Database Landscape – Baidu’s Journey and Future Trends
DeWu Technology
DeWu Technology
Dec 8, 2023 · Operations

SRE Secrets: How Alibaba, Tencent & Dewu Build Ultra-Stable Cloud‑Native Services

On November 25, Dewu Technology hosted an SRE Stability Engineering salon in Hangzhou where experts from Alibaba, Tencent, Ant Group and Dewu shared practical insights on C‑end link reliability, Alibaba’s system stability operations, Tencent Game’s cloud‑native SRE practices, and Ant Group’s chaos engineering, concluding with a Q&A and resource distribution.

Industry InsightsOperationsSRE
0 likes · 7 min read
SRE Secrets: How Alibaba, Tencent & Dewu Build Ultra-Stable Cloud‑Native Services
HomeTech
HomeTech
Dec 8, 2023 · Mobile Development

Automotive Home Push Platform Architecture and Future Development

This article introduces the architecture and core functions of Automotive Home Push Platform, covering its development history, technical implementation, monitoring system, and future plans for intelligent message distribution.

architecturecloud-nativemachine learning
0 likes · 9 min read
Automotive Home Push Platform Architecture and Future Development
Java Architecture Diary
Java Architecture Diary
Dec 7, 2023 · Cloud Native

What’s New in Spring Cloud 2023? Explore the Latest Features and Compatibility

Spring Cloud 2023.0.0, built on Spring Boot 3.2, drops support for older Spring Boot versions and Java 8, and introduces enhancements across Gateway, OpenFeign, Function, Commons, Config, and Kubernetes, including MVC‑compatible gateway, Java HttpClient support, AWS Lambda deployment, native image Config Server, and upgraded fabric8 and Kubernetes clients.

Spring Boot 3.2cloud-nativespring-cloud
0 likes · 3 min read
What’s New in Spring Cloud 2023? Explore the Latest Features and Compatibility
DaTaobao Tech
DaTaobao Tech
Dec 6, 2023 · Cloud Native

Serverless Migration of the Rights Play Platform with Ring Architecture

The Rights Play Platform migrated from the in‑house Ring JVM container framework to a Serverless architecture, eliminating custom permission logic and memory‑leak risks while achieving roughly 30% faster development cycles, 80% shorter deployments, automatic scaling, unified base services, and significantly lower operational costs.

ContainerizationDevOpsServerless
0 likes · 14 min read
Serverless Migration of the Rights Play Platform with Ring Architecture
Architects' Tech Alliance
Architects' Tech Alliance
Dec 6, 2023 · Cloud Computing

Cross‑Architecture Migration and Cloud Adoption: From X86 to ARM

The article analyzes the evolution of cloud computing and the challenges of migrating applications from X86 to ARM architectures, covering cross‑architecture adaptation, virtualization, containerization, cloud‑native practices, language‑specific impacts, and a real‑world case study of the BlueMail platform.

ARM architectureApplication MigrationContainerization
0 likes · 12 min read
Cross‑Architecture Migration and Cloud Adoption: From X86 to ARM
ITPUB
ITPUB
Dec 5, 2023 · Cloud Native

Prevent Massive K8s Outages: Scale, Redundancy, and Embrace Restarts

The article analyzes the November 27 Didi outage caused by an aggressive Kubernetes upgrade, then presents four engineering principles—controlling cluster size, eliminating single points of failure, treating restarts as normal, and decoupling data and control planes—to build more resilient cloud‑native systems.

Cluster UpgradeScalabilitycloud-native
0 likes · 13 min read
Prevent Massive K8s Outages: Scale, Redundancy, and Embrace Restarts
Architect
Architect
Nov 30, 2023 · Cloud Native

From Monolith to Resilient Microservices: A Step‑by‑Step Architecture Evolution

The article walks through a real‑world online supermarket project, showing how a simple monolithic system evolves into a fully‑featured microservice architecture, detailing each refactoring stage, the problems encountered, and the concrete solutions such as service extraction, database sharding, monitoring, tracing, gateways, service discovery, reliability patterns, testing, and service‑mesh adoption.

Service MeshTracingarchitecture
0 likes · 25 min read
From Monolith to Resilient Microservices: A Step‑by‑Step Architecture Evolution
DataFunTalk
DataFunTalk
Nov 30, 2023 · Big Data

Big Data Cloud‑Native Trends and Challenges Highlighted at the 2023 Yunqi Conference

The 2023 Yunqi Conference in Hangzhou showcased the latest advances in cloud computing and big‑data technologies, examined the evolution from big‑data 1.0 to 3.0, discussed the key difficulties of making big data cloud‑native, and presented a practical case study of MiHoYo’s cloud‑native transformation.

Alibaba CloudBig DataData Lake
0 likes · 12 min read
Big Data Cloud‑Native Trends and Challenges Highlighted at the 2023 Yunqi Conference
Java Captain
Java Captain
Nov 30, 2023 · Operations

Analysis of Didi's November 2023 System Outage and Potential Technical Causes

The article reviews Didi's late‑November 2023 service disruption, detailing the timeline of failures, official apologies, and expert analyses of six possible technical causes—including software bugs, server issues, third‑party failures, DDoS, other attacks, and ransomware—while highlighting the role of a Kubernetes upgrade and cost‑cutting pressures.

DidiOperationscloud-native
0 likes · 7 min read
Analysis of Didi's November 2023 System Outage and Potential Technical Causes
Tencent Cloud Developer
Tencent Cloud Developer
Nov 30, 2023 · Cloud Computing

X's Cloud Cost Reduction and the Shift Toward On‑Premises: Implications for Cloud Computing Trends

X (formerly Twitter) cut monthly cloud spending by 60% by shifting workloads and storage to on‑premises infrastructure, igniting a debate over whether de‑clouding is viable for all enterprises, how it signals a potential inflection point in cloud computing, and what strategies—balancing high availability, disaster recovery, and cost efficiency—should guide firms, as highlighted in the upcoming TVP Tech Sleepless Nights series featuring leading industry experts.

cloud repatriationcloud-nativecost optimization
0 likes · 7 min read
X's Cloud Cost Reduction and the Shift Toward On‑Premises: Implications for Cloud Computing Trends
Alibaba Cloud Native
Alibaba Cloud Native
Nov 29, 2023 · Cloud Native

How Cloud‑Native Architecture Supercharged a 2D MMO Engine on Kubernetes

Guanying Interactive leveraged the OpenKruiseGame project to migrate its 2D MMO engine Thousand to a cloud‑native Kubernetes stack, overcoming isolation, management, and hot‑update challenges while dramatically improving server launch speed, update efficiency, cost savings, and fault‑diagnosis capabilities.

Game Developmentcloud-nativemmorpg
0 likes · 11 min read
How Cloud‑Native Architecture Supercharged a 2D MMO Engine on Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Nov 27, 2023 · Backend Development

How I Joined the Seata Community and Mastered Distributed Transactions

This article recounts a developer's journey into the Apache Seata project, detailing motivations for open‑source contribution, preparation steps, key architectural concepts, practical code‑reading tips, and effective ways to engage with the community to grow backend expertise.

Backend Developmentcloud-nativeseata
0 likes · 13 min read
How I Joined the Seata Community and Mastered Distributed Transactions
Architect
Architect
Nov 26, 2023 · Databases

How REDtao Powers Xiaohongshu’s Trillion‑Edge Social Graph: Architecture, Performance, and Lessons

This article details the design and implementation of REDtao, a self‑built graph storage system for Xiaohongshu that replaces MySQL with a three‑layer architecture, distributed cache, cross‑cloud multi‑active support, and delivers trillion‑edge scale, 150 M QPS, 90% cache hit rate, and significant cost reductions.

Distributed CacheGraph DatabaseREDtao
0 likes · 21 min read
How REDtao Powers Xiaohongshu’s Trillion‑Edge Social Graph: Architecture, Performance, and Lessons
Alibaba Cloud Native
Alibaba Cloud Native
Nov 24, 2023 · Cloud Native

How Koordinator Boosts CPU Utilization and Cuts Costs in Large‑Scale Mixed Workloads

Koordinator, an open‑source cloud‑native mixed‑workload scheduler born from Alibaba’s internal container orchestration experience, enables Xiaohongshu to reclaim idle resources, improve CPU utilization beyond 45%, reduce resource costs by millions of core‑hours, and seamlessly integrate Kubernetes with YARN for batch and AI workloads.

YARNcloud-nativecontainer scheduling
0 likes · 18 min read
How Koordinator Boosts CPU Utilization and Cuts Costs in Large‑Scale Mixed Workloads
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 23, 2023 · Backend Development

How We Built a Rock‑Solid RPC Framework for Cloud‑Native Microservices

This article details the challenges of RPC stability in a large‑scale microservice environment and explains the architectural redesign, SLO implementation, logging governance, exception dashboards, degradation, rate‑limiting, outlier removal, thread‑pool isolation, weak registry dependencies, and post‑incident knowledge‑base practices that together ensure reliable, high‑performance service communication.

Backend DevelopmentRPCReliability
0 likes · 15 min read
How We Built a Rock‑Solid RPC Framework for Cloud‑Native Microservices
Ops Development Stories
Ops Development Stories
Nov 20, 2023 · Operations

How eBPF Powers Next‑Gen Observability and Fault Diagnosis in Kubernetes

At KubeCon China 2023, experts Liu Kai and Dong Shandong presented a three‑part deep dive into Kubernetes observability challenges, demonstrating how eBPF enables comprehensive data collection across all stack layers, seamless integration, and intelligent root‑cause analysis through dimension attribution, anomaly bounding, and fault‑tree methods.

Fault DiagnosisObservabilitycloud-native
0 likes · 20 min read
How eBPF Powers Next‑Gen Observability and Fault Diagnosis in Kubernetes
Open Source Linux
Open Source Linux
Nov 20, 2023 · Cloud Native

Master Helm: One‑Click Kubernetes Deployments and Management Guide

This article explains how Helm, the Kubernetes package manager, simplifies deploying multiple micro‑service applications with a single command, covering its core features, workflow, key concepts, step‑by‑step usage, release management, installation order, and a comprehensive command reference.

DevOpschartcloud-native
0 likes · 14 min read
Master Helm: One‑Click Kubernetes Deployments and Management Guide
DataFunTalk
DataFunTalk
Nov 18, 2023 · Big Data

Large‑Scale Evolution of Spark Shuffle Cloud‑Native Architecture at ByteDance

This article details ByteDance's extensive migration of Spark Shuffle to a cloud‑native architecture, describing the massive data volumes, the underlying ESS and CSS services, the challenges of resource isolation, monitoring, throttling, spill‑splitting, and the performance gains achieved across stable and mixed‑resource clusters.

Big DataByteDanceShuffle
0 likes · 20 min read
Large‑Scale Evolution of Spark Shuffle Cloud‑Native Architecture at ByteDance
Alibaba Cloud Native
Alibaba Cloud Native
Nov 17, 2023 · Cloud Native

How Dubbo-go’s New Triple Protocol Transforms Cloud‑Native Microservices

The article introduces Dubbo‑go 3.2’s comprehensive upgrade, focusing on the Triple protocol’s gRPC and HTTP compatibility, simplified API, service‑governance features, code examples for server and client, configuration‑driven deployment, built‑in observability, traffic‑management capabilities, and the modular plugin architecture.

Observabilitycloud-nativedubbo-go
0 likes · 14 min read
How Dubbo-go’s New Triple Protocol Transforms Cloud‑Native Microservices
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 17, 2023 · Cloud Native

Cloud Music FinOps Practice: Building Enterprise Cloud Cost Management Platform

NetEase Cloud Music’s self‑built FinOps platform tackles rising cloud spend by unifying cost data, visualizing and allocating expenses, rating resource utilization, and empowering platform providers, business units, and developers with data‑driven governance to curb the Andy‑Bill effect and enable scalable, long‑term cost control.

Cloud Cost ManagementContainer GovernanceFinOps
0 likes · 8 min read
Cloud Music FinOps Practice: Building Enterprise Cloud Cost Management Platform
iQIYI Technical Product Team
iQIYI Technical Product Team
Nov 17, 2023 · Big Data

Mixed Workload Co-location of Big Data and Online Services at iQIYI: Design, Implementation, and Results

iQIYI’s mixed‑workload system colocates Spark/Hive big‑data jobs with online video services by running YARN NodeManagers inside Kubernetes, using an Elastic YARN Operator, Koordinator‑driven CPU oversubscription, and remote shuffle, boosting online CPU utilization from ~9 % to over 40 % and saving tens of millions of RMB annually.

Big DataMixed WorkloadYARN
0 likes · 19 min read
Mixed Workload Co-location of Big Data and Online Services at iQIYI: Design, Implementation, and Results
DevOps Coach
DevOps Coach
Nov 15, 2023 · Cloud Native

Provision a Ready-to-Use Azure AKS Cluster with Terraform in Minutes

Learn how to quickly set up a development‑test Azure Kubernetes Service (AKS) cluster using Terraform with default settings, including creating a Service Principal, configuring Terraform Cloud backend, defining variables, and applying the infrastructure, plus commands for login, plan, apply, and destroy.

AKSAzureDevOps
0 likes · 7 min read
Provision a Ready-to-Use Azure AKS Cluster with Terraform in Minutes
Alibaba Cloud Native
Alibaba Cloud Native
Nov 12, 2023 · Cloud Native

How Alibaba Cloud's ASM Implements the Sidecarless Ambient Service Mesh

This article explains the evolution from classic sidecar‑based service mesh to Istio's Ambient sidecarless architecture, details ASM's control‑plane and data‑plane separation, L4 ztunnel and L7 Waypoint proxies, traffic flow, serverless components, and real‑world benefits such as reduced resource usage and operational overhead.

Alibaba Cloud ASMService MeshWaypoint
0 likes · 13 min read
How Alibaba Cloud's ASM Implements the Sidecarless Ambient Service Mesh
MaGe Linux Operations
MaGe Linux Operations
Nov 9, 2023 · Cloud Native

Docker vs Kubernetes: Which Container Solution Fits Your Needs?

This article explains Docker and Kubernetes fundamentals, compares their architectures, highlights Docker's achievements, traces the evolution of container technology, and clarifies why Kubernetes is essential while addressing common misconceptions about Docker’s role in modern cloud‑native environments.

ContainerizationDevOpscloud-native
0 likes · 15 min read
Docker vs Kubernetes: Which Container Solution Fits Your Needs?
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 8, 2023 · Cloud Native

How SLS Boosted Prometheus Query Performance Over 10× with Cloud‑Native Innovations

This article details the recent technical upgrades to Alibaba Cloud's SLS Prometheus storage engine, describing how compatibility with PromQL was retained while achieving more than tenfold query speed improvements, reducing costs through smarter aggregation writes, built‑in downsampling, global caching, parallel computation, and push‑down processing, and presenting benchmark comparisons with open‑source solutions.

PrometheusTime-seriescloud-native
0 likes · 17 min read
How SLS Boosted Prometheus Query Performance Over 10× with Cloud‑Native Innovations
Open Source Linux
Open Source Linux
Nov 8, 2023 · Information Security

Top 10 Docker Vulnerability Scanners to Secure Your Containers in 2023

This article reviews the most popular Docker security tools, explains their key features, and shows how they help organizations automatically scan images, detect vulnerabilities, enforce policies, and improve container runtime protection across development and production environments.

DevOpsDockercloud-native
0 likes · 12 min read
Top 10 Docker Vulnerability Scanners to Secure Your Containers in 2023
Architect's Guide
Architect's Guide
Nov 6, 2023 · Operations

Comparison of Prometheus and Zabbix Monitoring Tools

This article compares the open‑source monitoring solutions Prometheus and Zabbix, outlining their histories, architectures, data collection methods, scalability, storage models, configuration complexity, community activity, and suitability for different environments such as traditional servers versus cloud‑native container platforms.

OperationsPrometheuscloud-native
0 likes · 8 min read
Comparison of Prometheus and Zabbix Monitoring Tools
Test Development Learning Exchange
Test Development Learning Exchange
Nov 5, 2023 · Cloud Native

Introduction to Kubernetes Core Concepts, Networking, Services and Workloads

This article provides a comprehensive overview of Kubernetes, covering its core components such as Nodes, Pods, Services, Namespaces, Deployments, StatefulSets, Jobs and CronJobs, as well as detailed explanations of Pod networking, Service types (ClusterIP, NodePort, LoadBalancer) and practical YAML examples for each resource.

JobServicecloud-native
0 likes · 16 min read
Introduction to Kubernetes Core Concepts, Networking, Services and Workloads
Cloud Native Technology Community
Cloud Native Technology Community
Nov 3, 2023 · Industry Insights

How Lean, DevOps, and Cloud‑Native Technologies Reshaped Software Delivery Over Two Decades

The article traces the evolution of software delivery from early lean and continuous‑integration tools through the rise of DevOps, cloud, SaaS, and container orchestration, highlighting how growing scale and complexity gave birth to platform engineering and a shift‑left mindset for developers and ops teams.

DevOpsPlatform EngineeringSaaS
0 likes · 8 min read
How Lean, DevOps, and Cloud‑Native Technologies Reshaped Software Delivery Over Two Decades
Test Development Learning Exchange
Test Development Learning Exchange
Nov 2, 2023 · Cloud Native

Overview of Kubernetes Components and Plugins

This article provides a comprehensive overview of Kubernetes core components, such as Master and Worker nodes, and explains the purpose and usage of various plugins—including network, volume, ingress, DNS, dashboard, heapster, kubelet, and container runtime—along with practical command‑line examples for each.

DNScloud-nativecomponents
0 likes · 17 min read
Overview of Kubernetes Components and Plugins
AntTech
AntTech
Nov 2, 2023 · Cloud Native

AI and Cloud‑Native Enhancements for Ant Group’s Consumer Credit Technology Platform

The article describes how Ant Group’s consumer credit technology platform leverages AI and cloud‑native architectures to achieve ultra‑fast operations, precise fund verification, large‑scale simulation, and seamless migration for dozens of financial institutions, addressing the massive technical challenges of internet‑scale credit services.

AIDevOpsOperations
0 likes · 9 min read
AI and Cloud‑Native Enhancements for Ant Group’s Consumer Credit Technology Platform
DataFunTalk
DataFunTalk
Nov 1, 2023 · Artificial Intelligence

Data‑Centric LLM and Knowledge Graph Integration: Fabarta’s AI‑Era Data Infrastructure

The article presents Fabarta’s AI‑era data infrastructure that combines large language models with knowledge graphs and a multimodal database, detailing its data‑centric architecture, HTAP capabilities, cloud‑native design, and real‑world demos that illustrate how graph‑plus‑vector techniques improve model reliability and answer precision.

AIHTAPLarge Language Model
0 likes · 19 min read
Data‑Centric LLM and Knowledge Graph Integration: Fabarta’s AI‑Era Data Infrastructure
MaGe Linux Operations
MaGe Linux Operations
Oct 31, 2023 · Cloud Native

Mastering Docker: Practical Tools, Root Concepts, and Container Security

This article explores Docker's practical usage, the problems it addresses for developers and operations, its future development, Docker Hub services, technical limitations, and detailed security considerations for both the Docker environment and container deployments, including Hyper-V host setup.

DevOpsHyper-Vcloud-native
0 likes · 12 min read
Mastering Docker: Practical Tools, Root Concepts, and Container Security
DataFunTalk
DataFunTalk
Oct 30, 2023 · Databases

Engineering Practices and Evolution of Douyin’s Cloud‑Native Vector Database

This article outlines Douyin’s step‑by‑step engineering evolution of its cloud‑native vector database, covering the background of vector search, core concepts, algorithmic optimizations, storage‑compute separation, streaming updates, multi‑tenant orchestration, and future applications such as large language model integration.

ANNDouyinLarge Language Model
0 likes · 17 min read
Engineering Practices and Evolution of Douyin’s Cloud‑Native Vector Database
Open Source Tech Hub
Open Source Tech Hub
Oct 29, 2023 · Cloud Native

How to Implement Nacos Service Registration & Discovery with Webman in PHP

This tutorial explains the concepts of service registration and discovery in microservice architectures, introduces Nacos as a dynamic registry, and provides step‑by‑step PHP code for registering providers and discovering services using the Webman framework, including persistence and clustering considerations.

NacosPHPWebman
0 likes · 11 min read
How to Implement Nacos Service Registration & Discovery with Webman in PHP
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2023 · Cloud Native

Deploy Grafana and Prometheus on Kubernetes in Minutes

This guide walks you through preparing a Kubernetes cluster, creating deployment manifests, configuring Grafana and Prometheus, and verifying the monitoring setup, including code snippets and step‑by‑step commands for a seamless installation on a lightweight cloud server.

DevOpsGrafanaPrometheus
0 likes · 7 min read
Deploy Grafana and Prometheus on Kubernetes in Minutes
MaGe Linux Operations
MaGe Linux Operations
Oct 25, 2023 · Cloud Native

Deploy a Typecho Blog on Kubernetes: Step‑by‑Step Guide with MySQL

This tutorial walks you through preparing a Kubernetes cluster, deploying MySQL and Typecho containers with detailed YAML configurations, creating the necessary services and ingress, testing the setup, and highlighting Kubernetes' high‑availability and auto‑scaling benefits for a reliable blog platform.

MySQLTypechoYAML
0 likes · 8 min read
Deploy a Typecho Blog on Kubernetes: Step‑by‑Step Guide with MySQL
DataFunTalk
DataFunTalk
Oct 25, 2023 · Databases

Apache Doris Summit Asia 2023: Highlights, Innovations, and Industry Use Cases

The Apache Doris Summit Asia 2023 showcased the milestone 2.0 release, impressive performance gains, rapid community growth, and diverse industry deployments, while outlining future cloud‑native and unified analytics directions that position Doris as a leading real‑time data warehouse solution.

Apache DorisBig DataData Warehouse
0 likes · 13 min read
Apache Doris Summit Asia 2023: Highlights, Innovations, and Industry Use Cases
Huolala Tech
Huolala Tech
Oct 23, 2023 · Information Security

How Huolala Secures Kubernetes: Real-World Container Security Practices

This article details Huolala's end‑to‑end container security strategy—from Kubernetes component basics and a real unauthorized‑access incident to lifecycle‑based safeguards, threat‑matrix guidance, image/ecosystem/baseline/runtime protections, and a custom HIDS architecture—offering practical insights for cloud‑native environments.

DevSecOpsHIDSThreat Modeling
0 likes · 14 min read
How Huolala Secures Kubernetes: Real-World Container Security Practices
MaGe Linux Operations
MaGe Linux Operations
Oct 22, 2023 · Cloud Native

Kubernetes Ingress vs OpenShift Route: Key Differences and How to Use Them

This article compares Kubernetes Ingress and OpenShift Route, outlining their similar functions for exposing services, detailing their architectures, configuration steps, and highlighting essential differences such as ecosystem integration, syntax, and security features, while providing practical examples and code snippets for implementation.

OpenShiftcloud-nativekubernetes
0 likes · 9 min read
Kubernetes Ingress vs OpenShift Route: Key Differences and How to Use Them
Alibaba Cloud Native
Alibaba Cloud Native
Oct 20, 2023 · Cloud Native

How Knative Cuts AI Service Costs by 60% and Halves Deployment Time

This article explains how Shuhe Tech combined Knative with AI workloads to achieve 60% resource cost savings and reduce model deployment cycles from one day to half a day, detailing Knative's architecture, request‑based autoscaling, multi‑version releases, and advanced scaling features.

AIKPAKnative
0 likes · 19 min read
How Knative Cuts AI Service Costs by 60% and Halves Deployment Time
Architect
Architect
Oct 19, 2023 · Industry Insights

How Vivo Built a Highly Available Push System: Multi‑Region Architecture, Real‑Time Traffic Scheduling, and Disaster‑Recovery Strategies

This article analyzes the design of Vivo's push notification platform, detailing its high‑concurrency requirements, three‑region long‑connection deployment, traffic‑scheduling bypass layer, and layered storage disaster‑recovery solutions, while explaining the trade‑offs and performance metrics behind each architectural decision.

KafkaRedisSystem architecture
0 likes · 14 min read
How Vivo Built a Highly Available Push System: Multi‑Region Architecture, Real‑Time Traffic Scheduling, and Disaster‑Recovery Strategies
DataFunSummit
DataFunSummit
Oct 19, 2023 · Big Data

Design and Evolution of Zhihu's Event Tracking (埋点) System

This article presents a comprehensive overview of Zhihu's event‑tracking system, covering its motivation, toolset, demand‑management platform, verification workflow, data‑collection pipeline, query service architecture, cloud‑native data service design, and practical Q&A on best practices and optimization strategies.

Data Collectioncloud-nativedata services
0 likes · 12 min read
Design and Evolution of Zhihu's Event Tracking (埋点) System
Java Backend Technology
Java Backend Technology
Oct 17, 2023 · Cloud Native

Why Is Microsoft Suddenly Embracing Java? Inside Its Cloud‑Native Push

Microsoft has announced a renewed commitment to Java, unveiling a dedicated website, enhanced VS Code features, and deeper Azure integration, while recounting its historic legal battles and strategic shifts, illustrating how the tech giant now aims to attract Java developers to build and migrate cloud‑native applications.

AzureJavaMicrosoft
0 likes · 9 min read
Why Is Microsoft Suddenly Embracing Java? Inside Its Cloud‑Native Push
Selected Java Interview Questions
Selected Java Interview Questions
Oct 15, 2023 · Cloud Native

The Hidden Frictions of Kubernetes Adoption: From Speed Gains to Platform Engineering Challenges

The article examines how rapid Kubernetes adoption accelerates development velocity but also introduces hidden frictions such as standardization limits, DevOps disruption, monitoring difficulties, and team isolation, emphasizing the need for collaborative platform engineering and contextual observability.

DevOpsObservabilityPlatform Engineering
0 likes · 13 min read
The Hidden Frictions of Kubernetes Adoption: From Speed Gains to Platform Engineering Challenges
MaGe Linux Operations
MaGe Linux Operations
Oct 13, 2023 · Cloud Native

How Kubernetes Transforms Cloud‑Native Application Deployment and Management

This article explains what Kubernetes (K8s) is, its core features such as portability, scalability and automation, explores enterprise use cases, resource estimation, service migration, deployment evolution, cloud‑native concepts, and details the master‑node architecture and components that enable efficient container orchestration.

DevOpscloud-nativecontainer orchestration
0 likes · 9 min read
How Kubernetes Transforms Cloud‑Native Application Deployment and Management