Tagged articles
3116 articles
Page 11 of 32
Alibaba Cloud Native
Alibaba Cloud Native
Sep 21, 2023 · Cloud Native

How Alibaba Cloud’s SAE Achieves High Stability with Diagnostic Engines and Probes

This article explains how Alibaba Cloud's Serverless Application Engine (SAE) builds end‑to‑end stability by dividing fault handling into prevention, detection, localization and recovery, using a Kubernetes‑based diagnostic engine, runtime availability probes, a unified alert center, and a plug‑in architecture for root‑cause analysis.

Cloud NativeKubernetesServerless
0 likes · 28 min read
How Alibaba Cloud’s SAE Achieves High Stability with Diagnostic Engines and Probes
TAL Education Technology
TAL Education Technology
Sep 21, 2023 · Cloud Native

Kubernetes Development Practice: Code Compilation and Image Building

This guide walks through preparing the hardware and software environment, cloning the Kubernetes source, checking out a specific tag, compiling the code, building release images with appropriate build parameters, extracting and loading the images, and updating static manifests for custom Kubernetes deployments.

Cloud NativeDockerImage Build
0 likes · 8 min read
Kubernetes Development Practice: Code Compilation and Image Building
dbaplus Community
dbaplus Community
Sep 19, 2023 · Cloud Native

How REDck Transformed ClickHouse into a Scalable Cloud‑Native Real‑Time Data Warehouse

REDck, a cloud‑native real‑time data warehouse built on open‑source ClickHouse, overcomes the original MPP architecture’s scaling and maintenance limits by separating compute and storage, introducing unified metadata, multi‑level caching, bucket‑based sharding, and distributed transaction support, delivering petabyte‑scale, 99.9% availability and ten‑fold cost and performance gains for Xiaohongshu’s diverse workloads.

Cloud NativeCompute-Storage SeparationDistributed Systems
0 likes · 22 min read
How REDck Transformed ClickHouse into a Scalable Cloud‑Native Real‑Time Data Warehouse
AntTech
AntTech
Sep 15, 2023 · Cloud Native

Improving Delivery Efficiency with Serverless Architecture: A Case Study of Ant Group Funds Technology

This article describes how Ant Group's funds technology team adopted a Serverless‑based architecture to overcome the inefficiencies of a monolithic SOFA application, redesigning their system into lightweight modules and a shared base to accelerate scenario‑driven innovation, reduce deployment time, and enhance developer productivity.

Cloud NativeMicroservicesSOFA
0 likes · 30 min read
Improving Delivery Efficiency with Serverless Architecture: A Case Study of Ant Group Funds Technology
Cloud Native Technology Community
Cloud Native Technology Community
Sep 14, 2023 · Cloud Native

Migrating Legacy Applications to the Cloud: Refactor or Containerize with Automated Software Intelligence

The article examines how enterprises can assess and migrate thousands of legacy applications to the cloud, comparing refactoring versus containerization, and highlights the use of automated software‑intelligence tools to create a migration roadmap and meet tight deadlines.

Cloud NativeContainerizationcloud migration
0 likes · 7 min read
Migrating Legacy Applications to the Cloud: Refactor or Containerize with Automated Software Intelligence
Laravel Tech Community
Laravel Tech Community
Sep 13, 2023 · Cloud Native

Docker 24.0.6 Release: Bug Fixes, Feature Enhancements, and Packaging Updates

Docker version 24.0.6 introduces numerous bug fixes and feature enhancements—including fixes to containerd storage backend commands, overlayfs snapshotter issues, network isolation rules, and Windows service registration—alongside packaging updates such as upgrading Go to 1.20.7, containerd to v1.7.3, and Compose to v2.21.0.

Bug FixesCloud NativeDocker
0 likes · 5 min read
Docker 24.0.6 Release: Bug Fixes, Feature Enhancements, and Packaging Updates
Practical DevOps Architecture
Practical DevOps Architecture
Sep 11, 2023 · Cloud Native

Kubernetes Course Outline: Fundamentals, Deployment, Management, and Advanced Features

This comprehensive Kubernetes course covers core concepts, architecture, Kubeadm deployment, cluster management, containerized application deployment, CI/CD integration, advanced features like auto-scaling and Ingress, and provides extensive module listings, resources, and recommended readings for cloud‑native practitioners.

Cloud NativeDevOpsci/cd
0 likes · 3 min read
Kubernetes Course Outline: Fundamentals, Deployment, Management, and Advanced Features
DataFunSummit
DataFunSummit
Sep 10, 2023 · Cloud Native

An Overview of Curve: High‑Performance Cloud‑Native Distributed Storage System

Curve is a high‑performance, easy‑to‑operate, cloud‑native open‑source distributed storage system (CNCF Sandbox) that provides block and file storage for OpenStack, Kubernetes, and PolarFS, featuring Raft‑based consistency, hybrid storage, high availability, and an ongoing roadmap for AI and other workloads.

Cloud NativeCurveKubernetes
0 likes · 16 min read
An Overview of Curve: High‑Performance Cloud‑Native Distributed Storage System
MaGe Linux Operations
MaGe Linux Operations
Sep 8, 2023 · Cloud Native

Master Real-Time Kubernetes Log Viewing with Kubetail and Stern

Learn how to efficiently monitor multiple Kubernetes pods by installing and using two lightweight, real‑time log aggregation tools—Kubetail and Stern—including installation steps for Homebrew, Linux, and Zsh, command‑line options, color output, and practical usage examples.

Cloud NativeKubernetesLog Monitoring
0 likes · 12 min read
Master Real-Time Kubernetes Log Viewing with Kubetail and Stern
Architect
Architect
Sep 7, 2023 · Cloud Native

How Vivo Scaled Container Monitoring with Prometheus, Kafka, and VictoriaMetrics

This article details how Vivo's container platform faced exploding metric volumes, component overload, data gaps, and storage spikes, and explains the step‑by‑step architectural redesign, metric governance, performance tuning, cAdvisor redeployment, and VictoriaMetrics upgrade that restored high‑availability, low‑latency monitoring across a large Kubernetes fleet.

Cloud NativeKubernetesPrometheus
0 likes · 18 min read
How Vivo Scaled Container Monitoring with Prometheus, Kafka, and VictoriaMetrics
Huolala Safety Emergency Response Center
Huolala Safety Emergency Response Center
Sep 7, 2023 · Information Security

How Huolala Secured Its Kubernetes Workloads: A Deep Dive into Container Security Practices

This article details Huolala's comprehensive container‑security program, covering Kubernetes component basics, a real‑world unauthorized‑access incident, a lifecycle‑based security framework, the Microsoft threat matrix, and the design of a home‑grown HIDS architecture to protect cloud‑native workloads.

Cloud NativeContainer SecurityDevSecOps
0 likes · 12 min read
How Huolala Secured Its Kubernetes Workloads: A Deep Dive into Container Security Practices
DevOps Cloud Academy
DevOps Cloud Academy
Sep 6, 2023 · Cloud Native

The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms

This article examines how infrastructure management has shifted toward treating infrastructure as code, the growing responsibilities of developers in deploying and maintaining cloud‑native platforms such as Kubernetes, the challenges they face, and the supporting role of platform/DevOps teams and tools like Terraform and ArgoCD.

ArgoCDCloud NativeDevOps
0 likes · 7 min read
The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms
21CTO
21CTO
Sep 5, 2023 · Frontend Development

Is WebAssembly the Future of Computing? Benefits, Limits, and What to Expect

This article examines WebAssembly’s evolution from a browser‑based binary format to a potential universal runtime, discusses its performance advantages, current limitations, and the impact of initiatives like WASI and Cloud‑Native integration, while questioning whether it will truly become the future of computing.

BackendCloud NativeWASI
0 likes · 7 min read
Is WebAssembly the Future of Computing? Benefits, Limits, and What to Expect
Cloud Native Technology Community
Cloud Native Technology Community
Sep 5, 2023 · Cloud Native

Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens

This guide explains what sidecars are in Kubernetes, why they matter, the challenges they introduce, and how the new sidecar KEP in Kubernetes 1.28—introducing an Always RestartPolicy for init containers—formalizes sidecars as first‑class API objects, reshaping service‑mesh implementations and operational practices.

Cloud NativeInit ContainerKubernetes
0 likes · 18 min read
Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens
Alibaba Cloud Native
Alibaba Cloud Native
Sep 3, 2023 · Cloud Native

Master Knative’s Request‑Based Autoscaling: KPA, Scale‑to‑Zero, and Advanced Strategies

This article explains how Knative implements request‑based autoscaling with KPA, details the scale‑to‑zero mechanism, shows how to handle burst traffic using stable and panic windows, and demonstrates advanced extensions such as resource pools, precise MPA scaling, and predictive AHPA configurations with concrete YAML examples.

Cloud NativeKPAKnative
0 likes · 18 min read
Master Knative’s Request‑Based Autoscaling: KPA, Scale‑to‑Zero, and Advanced Strategies
Liangxu Linux
Liangxu Linux
Aug 29, 2023 · Cloud Native

Master Real-Time Multi-Pod Log Viewing in Kubernetes with Kubetail & Stern

This guide introduces two lightweight Kubernetes log‑tailing tools, Kubetail and Stern, explains their installation on various platforms, demonstrates common usage patterns and command‑line options, and provides practical examples for aggregating and filtering logs across multiple pods and containers.

Cloud NativeDevOpsKubernetes
0 likes · 10 min read
Master Real-Time Multi-Pod Log Viewing in Kubernetes with Kubetail & Stern
Baidu Geek Talk
Baidu Geek Talk
Aug 28, 2023 · Cloud Native

Baidu Search Vertical Offline Computing System Architecture Evolution

Baidu's search vertical offline computing system evolved through four stages—from a fragmented pre‑2018 processing setup to a unified business framework, then serverless functions, and finally a data‑intelligent architecture with multi‑layer abstraction, graph and multi‑language engines, achieving 5‑10× efficiency gains and dramatically reducing failures.

Baidu SearchCloud NativeDAG Processing
0 likes · 23 min read
Baidu Search Vertical Offline Computing System Architecture Evolution
MaGe Linux Operations
MaGe Linux Operations
Aug 26, 2023 · Backend Development

How Tencent’s PC & Mobile Payment Architecture Evolved to Support Billions

This article traces the evolution of Tencent's payment platform from its early PC‑centric design through three mobile payment phases, detailing architectural generations, availability measures, multi‑active strategies, and cloud‑native innovations that enable massive, reliable transaction processing.

AvailabilityCloud NativeDistributed Systems
0 likes · 14 min read
How Tencent’s PC & Mobile Payment Architecture Evolved to Support Billions
DataFunSummit
DataFunSummit
Aug 25, 2023 · Big Data

Big Data Meets Cloud Native: Tencent's Cloud‑Native Big Data Architecture, Challenges, and Practices

This article explores how Tencent integrates big data with cloud‑native technologies, detailing the evolution, opportunities, challenges, the peak‑range (FengLuan) architecture, engine and scheduling layers, mixed‑workload strategies, runtime optimizations, and future directions for large‑scale data platforms.

Cloud NativeTencentdistributed computing
0 likes · 17 min read
Big Data Meets Cloud Native: Tencent's Cloud‑Native Big Data Architecture, Challenges, and Practices
FunTester
FunTester
Aug 25, 2023 · Cloud Native

Introduction to SkyWalking: Architecture, Components, and Performance Tuning for Cloud‑Native Microservices

This article explains the background of cloud‑native microservices, introduces the open‑source SkyWalking observability platform and its core components (Agent, OAP server, storage, UI), and demonstrates how to extend SkyWalking with custom plugins and tune its performance to minimize monitoring overhead.

APMCloud NativeMicroservices
0 likes · 8 min read
Introduction to SkyWalking: Architecture, Components, and Performance Tuning for Cloud‑Native Microservices
ITPUB
ITPUB
Aug 23, 2023 · Databases

Why TiDB Is the Leading NewSQL Database for HTAP Workloads

TiDB is an open‑source NewSQL database that combines horizontal scalability, strong ACID guarantees, MySQL compatibility, and cloud‑native design to support both OLTP and OLAP workloads, offering high availability and real‑time HTAP capabilities for large‑scale applications.

Cloud NativeHTAPMySQL compatibility
0 likes · 22 min read
Why TiDB Is the Leading NewSQL Database for HTAP Workloads
Cloud Native Technology Community
Cloud Native Technology Community
Aug 23, 2023 · Cloud Native

How Kubernetes 1.28 Improves Batch Jobs with Pod Replacement Policy and Per‑Index Backoff Limits

Kubernetes 1.28 adds two alpha features—Pod Replacement Policy and per‑index backoff limits—that let batch jobs replace terminating pods more intelligently and cap retries for each indexed pod, reducing resource waste and improving reliability for machine‑learning workloads.

Alpha FeatureBackoff LimitBatch Jobs
0 likes · 9 min read
How Kubernetes 1.28 Improves Batch Jobs with Pod Replacement Policy and Per‑Index Backoff Limits
DataFunTalk
DataFunTalk
Aug 22, 2023 · Artificial Intelligence

Building Complex Distributed Systems with Ray: An AutoML Case Study and Cloud‑Native Deployment

This article explains how the Ray distributed computing engine simplifies the design, deployment, and operation of complex cloud‑native distributed systems—illustrated through an AutoML service example—by detailing system complexity, Ray’s core concepts, resource customization, runtime environments, monitoring, and ecosystem integrations.

AIAutoMLCloud Native
0 likes · 26 min read
Building Complex Distributed Systems with Ray: An AutoML Case Study and Cloud‑Native Deployment
Practical DevOps Architecture
Practical DevOps Architecture
Aug 21, 2023 · Cloud Native

Practical Guide to Kubernetes Labels and Label Selectors

This article explains Kubernetes labels and label selectors, their purpose, usage scenarios, and provides step‑by‑step kubectl commands and YAML examples for creating, viewing, updating, and deleting labels to manage resources effectively in a Kubernetes cluster.

Cloud NativeLabel SelectorLabels
0 likes · 5 min read
Practical Guide to Kubernetes Labels and Label Selectors
Efficient Ops
Efficient Ops
Aug 20, 2023 · Cloud Native

Master Kubernetes YAML with kubectl: help, dry‑run, and explain tricks

This guide shows beginners how to simplify Kubernetes YAML creation by leveraging kubectl's help, dry‑run, and explain commands, providing step‑by‑step examples, code snippets, and practical tips to boost efficiency and confidence when deploying applications.

Cloud NativeDeploymentKubernetes
0 likes · 6 min read
Master Kubernetes YAML with kubectl: help, dry‑run, and explain tricks
AntTech
AntTech
Aug 17, 2023 · Cloud Native

Ant Group FaaS: Architecture, Performance Optimizations, and Security Practices

This article explains the concept of Function-as-a-Service (FaaS), its rise and suitable scenarios, then details Ant Group's serverless architecture, performance‑tuning techniques, security isolation mechanisms, developer experience, and future outlook integrating AI to create a new programming paradigm.

Ant GroupCloud NativeFaaS
0 likes · 18 min read
Ant Group FaaS: Architecture, Performance Optimizations, and Security Practices
vivo Internet Technology
vivo Internet Technology
Aug 16, 2023 · Cloud Native

Building a Scalable Container Monitoring System with Prometheus and VictoriaMetrics at vivo

The vivo Internet Container Team built a scalable, high‑availability container monitoring platform by deploying dual‑replica Prometheus clusters with a custom HA adapter, remoteWrite to VictoriaMetrics, and a Kafka forwarder, while cutting metric cardinality, tuning cAdvisor, and upgrading VictoriaMetrics to eliminate data loss and storage spikes, achieving stable, efficient monitoring.

Cloud NativeContainerKubernetes
0 likes · 16 min read
Building a Scalable Container Monitoring System with Prometheus and VictoriaMetrics at vivo
DataFunTalk
DataFunTalk
Aug 15, 2023 · Databases

Apache Doris 2.0.0 Release Highlights and New Features

Apache Doris 2.0.0, released on August 11, 2023, introduces a new Cascades‑based optimizer, inverted index, point‑query acceleration, pipeline execution engine, multi‑tenant resource isolation, cloud‑native compute nodes, and extensive performance gains of up to ten‑fold in benchmark queries and dozens of times in real‑world workloads.

Apache DorisCloud NativePerformance Boost
0 likes · 24 min read
Apache Doris 2.0.0 Release Highlights and New Features
Liangxu Linux
Liangxu Linux
Aug 14, 2023 · Cloud Native

Enable Cilium BGP Networking with Bird and FRR in a Vagrant Lab

This guide walks through setting up a simulated Kubernetes cluster with Cilium, configuring BGP using FRR on a router node and Bird on worker nodes, and enabling Cilium's built‑in BGP speaker to achieve cross‑node pod communication and LoadBalancer IP advertisement.

BGPBirdCilium
0 likes · 13 min read
Enable Cilium BGP Networking with Bird and FRR in a Vagrant Lab
Cloud Native Technology Community
Cloud Native Technology Community
Aug 10, 2023 · Cloud Native

Survey of Cloud‑Native Technology Adoption in Central and State‑Owned Enterprises (2022‑2023)

The 2022‑2023 CNBPA survey of 399 central and state‑owned enterprises reveals that despite tightened IT budgets, cloud‑native technologies—especially integrated full‑stack platforms, dual‑stack IT architectures, and platform engineering—remain top investment priorities driving digital transformation across multiple industry sectors.

Cloud NativeDigital TransformationIT budget
0 likes · 7 min read
Survey of Cloud‑Native Technology Adoption in Central and State‑Owned Enterprises (2022‑2023)
政采云技术
政采云技术
Aug 10, 2023 · Cloud Native

Detailed Overview of Kubernetes Gateway API

This article provides a comprehensive guide to Kubernetes Gateway API, covering its evolution from Ingress, core concepts, resource types, configuration examples, role‑based design, cross‑namespace routing, and practical steps for installation, deployment, and management using Istio and other controllers.

Cloud NativeGateway APIIngress
0 likes · 39 min read
Detailed Overview of Kubernetes Gateway API
Baidu Geek Talk
Baidu Geek Talk
Aug 9, 2023 · Industry Insights

Why Vector Retrieval Is the Backbone of Modern LLM Applications

The article explains how vectors represent data in high‑dimensional space, describes the embedding process, outlines the evolution and challenges of vector search, compares exact and approximate algorithms such as IVF, product quantization and HNSW, and details Baidu’s cloud‑native engineering solutions for scalable, filtered vector retrieval.

AICloud NativeEmbedding
0 likes · 14 min read
Why Vector Retrieval Is the Backbone of Modern LLM Applications
Tech Architecture Stories
Tech Architecture Stories
Aug 8, 2023 · Fundamentals

How Systems Theory Shapes Modern Software Architecture

Systems Theory, originating in the 1940s, provides a holistic framework for understanding and designing complex software architectures, emphasizing component interaction, feedback, and adaptability, with practical examples ranging from microservices and Kubernetes to chaos engineering, illustrating its impact on scalability, resilience, and modular design.

Cloud NativeMicroservicesSoftware Architecture
0 likes · 16 min read
How Systems Theory Shapes Modern Software Architecture
Alibaba Cloud Native
Alibaba Cloud Native
Aug 7, 2023 · Cloud Native

How to Optimize Serverless Function Parameters for Cost and Performance

This guide explains how to evaluate and tune Serverless function settings—balancing cost, performance, and workload complexity—using built‑in estimation tools, CPU/IO benchmark results, Little's Law‑based performance probing, and Alibaba Cloud's PTS testing workflow.

Cloud NativeFunction ComputePerformance Testing
0 likes · 14 min read
How to Optimize Serverless Function Parameters for Cost and Performance
DataFunSummit
DataFunSummit
Aug 5, 2023 · Big Data

Manbang Group's Real-Time Computing, Data Architecture, and Product Practices

Manbang Group shares its practical experiences and insights on real-time computing, multi‑cloud platform architecture, data warehousing with Flink and Holo, real‑time decision and feature platforms, and future plans for scaling these systems to support logistics and recommendation algorithms.

Cloud NativeData ArchitectureFlink
0 likes · 16 min read
Manbang Group's Real-Time Computing, Data Architecture, and Product Practices
Alibaba Cloud Native
Alibaba Cloud Native
Aug 4, 2023 · Backend Development

Unlocking Dubbo3’s Cloud‑Native Observability: A Complete Guide

This article explains how Dubbo3’s new observability starter provides visual cluster metrics, full‑link tracing, multi‑dimensional monitoring, Prometheus/Grafana integration, and log management, offering practical steps and configurations for building a robust cloud‑native microservice observability platform.

BackendCloud NativeMetrics
0 likes · 10 min read
Unlocking Dubbo3’s Cloud‑Native Observability: A Complete Guide
Didi Tech
Didi Tech
Aug 3, 2023 · Cloud Native

eBPF-Based Cross-Language Non-Intrusive Traffic Recording for Cloud-Native Services

The article describes an eBPF‑based, language‑agnostic traffic recording framework that hooks low‑level socket operations and thread identifiers to capture complete request‑response flows across Java, PHP, and Go services without modifying application code, dramatically lowering implementation and maintenance costs for cloud‑native traffic replay.

Cloud NativeGoSocket
0 likes · 15 min read
eBPF-Based Cross-Language Non-Intrusive Traffic Recording for Cloud-Native Services
Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Cloud Native

Understanding Docker and Container Technology: From Basics to Underlying Implementation

This article explains Docker and container technology, contrasting it with virtual machines, describing how containers provide lightweight, fast-starting, isolated environments, outlining Docker's core concepts, commands, and underlying Linux kernel features such as namespaces and cgroups, and summarizing their benefits for developers and operations.

Cloud NativeContainersDevOps
0 likes · 11 min read
Understanding Docker and Container Technology: From Basics to Underlying Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Aug 2, 2023 · Cloud Native

Backing Up and Restoring etcd in a Kubernetes Cluster

This tutorial walks through installing the etcd client, creating an Nginx deployment for verification, backing up the etcd data store, validating the backup, and restoring the backup to a Kubernetes cluster while handling component shutdown and restart procedures.

Cloud NativeDevOpsKubernetes
0 likes · 14 min read
Backing Up and Restoring etcd in a Kubernetes Cluster
MaGe Linux Operations
MaGe Linux Operations
Aug 1, 2023 · Cloud Native

Why Service Mesh Is Essential for Modern Cloud‑Native Microservices

This article explains how service mesh complements Kubernetes by providing advanced traffic management, observability, and security for microservices, discusses common distributed‑system fallacies and service‑governance challenges, compares Istio with FloMesh, and explores future trends such as Wasm sidecars, ambient mesh, and eBPF.

Cloud NativeMicroservicesService Mesh
0 likes · 15 min read
Why Service Mesh Is Essential for Modern Cloud‑Native Microservices
HelloTech
HelloTech
Aug 1, 2023 · Cloud Native

Elastic Scaling Practices in Cloud‑Native Kubernetes Environments

To overcome native HPA limits and business‑specific constraints in a fully containerized, cloud‑native Kubernetes environment, we implemented a dual‑threshold water‑level and scheduled scaling engine, hybrid‑cloud ClusterAutoScale, mixed‑deployment resource prioritization, and comprehensive Prometheus‑based observability, achieving higher utilization, lower costs, and a roadmap toward deeper optimization and AIOps.

Auto ScalingCloud NativeKubernetes
0 likes · 10 min read
Elastic Scaling Practices in Cloud‑Native Kubernetes Environments
Amap Tech
Amap Tech
Aug 1, 2023 · Databases

Gaode’s Adoption of OceanBase: Architecture, Practices, and Future Roadmap

Gaode migrated its core navigation, traffic, and financial services to OceanBase, leveraging Paxos‑based multi‑replica consistency, LSM‑Tree storage, and distributed transactions, selecting multi‑point write for massive sync workloads and central‑write for latency‑critical queries, achieving sub‑millisecond latency, significant storage savings, and a roadmap toward broader cost‑effective, serverless deployment.

Cloud NativeOceanBaseScalability
0 likes · 58 min read
Gaode’s Adoption of OceanBase: Architecture, Practices, and Future Roadmap
Alibaba Cloud Native
Alibaba Cloud Native
Jul 28, 2023 · Cloud Native

Deploy a Web App on Alibaba Cloud SAE: Step-by-Step Guide for the Cloud Native Challenge

This guide walks you through claiming a free SAE trial, creating a Serverless application, configuring public access, and submitting your deployment for the 4th Cloud Native Programming Challenge, providing practical steps and essential links for a successful migration to Alibaba Cloud's Serverless Application Engine.

Alibaba CloudCloud NativeDeployment
0 likes · 6 min read
Deploy a Web App on Alibaba Cloud SAE: Step-by-Step Guide for the Cloud Native Challenge
MaGe Linux Operations
MaGe Linux Operations
Jul 27, 2023 · Cloud Native

Unlock Advanced kubectl Tricks to Master Kubernetes Clusters

This article shares practical kubectl tips—including printing API calls, filtering and deleting pods, counting pod distribution, and using kubectl proxy—to help experienced Kubernetes users work more efficiently and troubleshoot clusters with powerful command‑line shortcuts.

Cloud NativeDevOpsKubernetes
0 likes · 7 min read
Unlock Advanced kubectl Tricks to Master Kubernetes Clusters
Alibaba Cloud Native
Alibaba Cloud Native
Jul 27, 2023 · Cloud Native

How to Implement Full‑Chain Gray Release with Alibaba Cloud MSE and ZadigX

This guide explains the common challenges enterprises face when adopting cloud‑native release strategies and provides a step‑by‑step solution using Alibaba Cloud MSE and ZadigX to create, configure, and manage full‑link gray deployments on Kubernetes clusters, including code examples and workflow automation.

Cloud NativeKubernetesMSE
0 likes · 12 min read
How to Implement Full‑Chain Gray Release with Alibaba Cloud MSE and ZadigX
Efficient Ops
Efficient Ops
Jul 27, 2023 · Cloud Native

Master Advanced kubectl Tricks: Boost Your Kubernetes Workflow

This article presents a collection of practical kubectl techniques—including API debugging, status‑based pod filtering, node‑specific listings, pod distribution counting, and proxy usage—to help Kubernetes users streamline cluster management and avoid writing custom client code.

CLICloud Nativekubectl
0 likes · 7 min read
Master Advanced kubectl Tricks: Boost Your Kubernetes Workflow
Liangxu Linux
Liangxu Linux
Jul 25, 2023 · Cloud Native

Why Docker Revolutionizes Development: From VMs to Lightweight Containers

This article explains how Docker containers provide a lightweight, fast‑starting alternative to virtual machines, detailing their origins, technical differences, core concepts, basic commands, and underlying Linux mechanisms that enable consistent, efficient application deployment across environments.

Cloud NativeContainersDevOps
0 likes · 11 min read
Why Docker Revolutionizes Development: From VMs to Lightweight Containers
Architect
Architect
Jul 25, 2023 · Industry Insights

How Baidu Zhidao Migrated 18 Years of Legacy to a Cloud‑Native Architecture

This article details Baidu Zhidao’s migration from an aging, monolithic PaaS platform to a cloud‑native environment, explaining the business drivers, the selection of Pandora and Zhiyun platforms, the step‑by‑step traffic‑shifting and gateway redesign, and the measurable gains in stability, scalability, and cost after achieving 100% cloud traffic.

BaiduCloud NativeScalability
0 likes · 16 min read
How Baidu Zhidao Migrated 18 Years of Legacy to a Cloud‑Native Architecture
Liangxu Linux
Liangxu Linux
Jul 24, 2023 · Cloud Native

How Datree Prevents Kubernetes Misconfigurations: A Quick Guide

Datree is an open-source CLI that validates Kubernetes YAML files against customizable policies, allowing users to detect syntax errors, version mismatches, and resource limits without connecting to a live cluster, and it provides a dashboard for managing and editing rules.

CLICloud NativeConfiguration Validation
0 likes · 5 min read
How Datree Prevents Kubernetes Misconfigurations: A Quick Guide
dbaplus Community
dbaplus Community
Jul 24, 2023 · Cloud Native

Do You Really Need Docker Before Learning Kubernetes?

This article explains the relationship between Docker and Kubernetes, clarifies why Docker knowledge isn’t mandatory for K8s beginners, and outlines the essential Docker skills needed to effectively work with Kubernetes clusters.

Cloud NativeDevOpsDocker
0 likes · 6 min read
Do You Really Need Docker Before Learning Kubernetes?
Alibaba Cloud Native
Alibaba Cloud Native
Jul 24, 2023 · Cloud Native

Seata 1.7.0 Release: Major Stability Boost and New Cloud‑Native Features

Seata 1.7.0, positioned as a stability‑focused release, dramatically improves robustness, adds native‑image support, expands Docker images, resolves numerous bugs across JDK, Spring, and database integrations, enhances security, and provides detailed upgrade and deployment guides for enterprise‑grade distributed transactions.

Cloud NativeDistributed TransactionsRelease Notes
0 likes · 11 min read
Seata 1.7.0 Release: Major Stability Boost and New Cloud‑Native Features
DaTaobao Tech
DaTaobao Tech
Jul 24, 2023 · Cloud Native

Tengine-Ingress: High‑Performance Cloud‑Native Ingress Gateway for Alibaba Group

Tengine‑Ingress is Alibaba’s cloud‑native Ingress gateway built on the high‑performance Tengine‑Proxy, replacing the legacy Unified Access with dynamic, loss‑less configuration, per‑domain gray‑rollout, dual‑certificate TLS, real‑time observability, and checksum validation, achieving up to 20 % lower latency, CPU and memory usage while scaling to thousands of pods, and paving the way for a universal API gateway supporting TCP, UDP, gRPC, QUIC/HTTP3 and advanced TLS.

Cloud NativeDynamic ConfigurationIngress
0 likes · 18 min read
Tengine-Ingress: High‑Performance Cloud‑Native Ingress Gateway for Alibaba Group
Su San Talks Tech
Su San Talks Tech
Jul 24, 2023 · Databases

How TiDB’s NewSQL Design Solves Traditional Database Limits

This article explains the evolution from traditional SQL to NewSQL, outlines the shortcomings of classic relational databases and NoSQL, and details TiDB’s architecture, core features, high‑availability design, and practical use cases as a cloud‑native, MySQL‑compatible HTAP solution.

Cloud NativeHTAPMySQL compatibility
0 likes · 28 min read
How TiDB’s NewSQL Design Solves Traditional Database Limits
Shopee Tech Team
Shopee Tech Team
Jul 20, 2023 · Cloud Native

Design and Evolution of Shopee Image Service: Architecture, Challenges, and Optimizations

Shopee’s unified Image Service consolidates upload, processing, and delivery into a single platform that overcomes legacy fragmentation and heterogeneous networks through resumable SDKs, adaptive ID schemes, link‑level and HTTP/3 transport optimizations, dynamic CDN scheduling, and device‑aware resizing, boosting upload success to 99.67 %, halving latency, cutting storage by 25 % and bandwidth by 56 % while markedly improving app performance.

Backend ArchitectureCDN optimizationCloud Native
0 likes · 20 min read
Design and Evolution of Shopee Image Service: Architecture, Challenges, and Optimizations
AntTech
AntTech
Jul 20, 2023 · Operations

AlterShield: An Open‑Source Change Management Platform for Risk Control and Observability

AlterShield is an open‑source, end‑to‑end change‑control platform that systematizes change perception, risk analysis, and defense across distributed cloud‑native environments, enabling SRE teams to mitigate stability risks through standardized protocols, incremental rollout, and automated observability checks.

Cloud NativeSREchange management
0 likes · 24 min read
AlterShield: An Open‑Source Change Management Platform for Risk Control and Observability
High Availability Architecture
High Availability Architecture
Jul 20, 2023 · Cloud Native

Dubbo Triple Protocol: Design, Features, Compatibility, and Multi‑Language Implementations

The article introduces Dubbo's upgraded Triple protocol—a HTTP‑based, gRPC‑compatible RPC protocol that supports both HTTP/1 and HTTP/2, streaming, and easy front‑end access, explains its design goals versus gRPC, showcases usage examples, and details multi‑language implementations and production adoption.

Cloud NativeDubboMicroservices
0 likes · 13 min read
Dubbo Triple Protocol: Design, Features, Compatibility, and Multi‑Language Implementations
Alibaba Cloud Native
Alibaba Cloud Native
Jul 19, 2023 · Cloud Native

Why Dubbo’s New Triple Protocol Beats gRPC for Cloud‑Native Microservices

The article explains how Dubbo 3’s upgraded Triple protocol, fully compatible with gRPC and runnable over HTTP/1 and HTTP/2, simplifies client and server integration, reduces development and operational costs, and offers multi‑language support, making it a practical choice for cloud‑native microservice architectures.

Cloud NativegRPCtriple-protocol
0 likes · 12 min read
Why Dubbo’s New Triple Protocol Beats gRPC for Cloud‑Native Microservices
ITPUB
ITPUB
Jul 18, 2023 · Cloud Native

How to Secure Kubernetes Manifests with KubeLinter: Install, Run, and Configure

This guide explains what KubeLinter is, why it’s useful for cloud‑native security, how to install it via Go, Homebrew or source, and provides step‑by‑step instructions for linting Kubernetes and Helm manifests, customizing checks, and interpreting results.

Cloud NativeDevOpsKubeLinter
0 likes · 10 min read
How to Secure Kubernetes Manifests with KubeLinter: Install, Run, and Configure
Alibaba Cloud Native
Alibaba Cloud Native
Jul 18, 2023 · Cloud Native

How Meiqia Scaled Its Cloud‑Native Microservices with the Higress Gateway

Meiqia, a global intelligent cloud‑customer‑service provider, replaced a tangled multi‑middleware routing stack with a unified Higress gateway, achieving hot‑reloadable routing, WebSocket stability, multi‑cloud deployment, and a clear control‑plane/data‑plane separation that dramatically reduced costs and operational complexity.

Cloud NativeDevOpsHigress
0 likes · 10 min read
How Meiqia Scaled Its Cloud‑Native Microservices with the Higress Gateway
Qunar Tech Salon
Qunar Tech Salon
Jul 18, 2023 · Operations

Evolution and Practices of Qunar's Noah Environment Platform for Automated Test Environments

The article details how Qunar's Noah environment platform evolved through three stages—automatic environment definition, cost‑effective build optimization, and developer‑centric efficiency improvements—to automate test environment provisioning, reduce resource consumption, and achieve high build success rates across thousands of micro‑service applications.

Cloud NativeInfrastructure as CodeResource Orchestration
0 likes · 15 min read
Evolution and Practices of Qunar's Noah Environment Platform for Automated Test Environments
Programmer DD
Programmer DD
Jul 18, 2023 · Backend Development

Explore the Best Spring I/O 2023 Talks: Must‑Watch Videos for Modern Java Developers

This article curates the most valuable Spring I/O 2023 video sessions—covering the latest Java version adaptations, Spring Framework and Boot innovations, cloud‑native deployments, security, observability, and architectural best practices—providing concise Chinese summaries so developers can quickly identify which talks merit deeper viewing.

Cloud NativeMicroservicesbackend-development
0 likes · 24 min read
Explore the Best Spring I/O 2023 Talks: Must‑Watch Videos for Modern Java Developers
Alibaba Cloud Native
Alibaba Cloud Native
Jul 17, 2023 · Cloud Native

How Higress Cuts AI Large‑Model Costs with Unified API Management

This guide explains how the cloud‑native Higress gateway can lower the expense of using AI large models by centralising API keys, applying rate‑limiting, request filtering, and usage monitoring, and demonstrates a complete OpenAI integration using a WASM plugin with code samples and configuration details.

AICloud NativeHigress
0 likes · 13 min read
How Higress Cuts AI Large‑Model Costs with Unified API Management
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2023 · Cloud Native

Why Pods Suddenly Fail with “Address not available” and How to Fix It

When a Kubernetes pod that previously created connections stops working and reports “Address not available”, the root cause is often exhaustion of the kernel’s random port range, which can be resolved by adjusting net.ipv4.ip_local_port_range and aligning it with ServiceNodePortRange settings.

Cloud NativeEADDRNOTAVAILKubernetes
0 likes · 12 min read
Why Pods Suddenly Fail with “Address not available” and How to Fix It
DevOps Cloud Academy
DevOps Cloud Academy
Jul 12, 2023 · Cloud Native

Using KubeLinter to Lint Kubernetes YAML and Helm Charts for Production‑Readiness and Security

This article introduces KubeLinter, an open‑source tool that scans Kubernetes YAML files and Helm charts for best‑practice compliance, explains why it is useful, shows installation methods, provides usage examples, and details configuration and integration options for secure, production‑ready deployments.

Cloud NativeDevOpsKubeLinter
0 likes · 9 min read
Using KubeLinter to Lint Kubernetes YAML and Helm Charts for Production‑Readiness and Security
ByteFE
ByteFE
Jul 12, 2023 · Cloud Native

Design and Implementation of ByteFaaS Worker: A Lightweight WebAssembly‑Based Serverless Solution

ByteFaaS, ByteDance’s internal function compute platform, leverages WebAssembly to create a lightweight, cloud‑edge integrated serverless solution called ByteFaaS Worker, detailing classic versus lightweight FaaS, the WebAssembly runtime, simplified architecture, traffic scheduling, edge support, developer SDKs, and performance benefits.

Cloud NativeEdge ComputingFunction as a Service
0 likes · 28 min read
Design and Implementation of ByteFaaS Worker: A Lightweight WebAssembly‑Based Serverless Solution
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Jul 10, 2023 · Artificial Intelligence

How Object Storage Accelerates Large AI Model Training and Inference

This article examines the storage challenges posed by large AI models, analyzes the full workflow from data ingestion to inference, compares HDFS and object‑storage data lakes, and presents Baidu's cloud‑native storage‑acceleration solutions—including RapidFS and PFS—that dramatically improve training speed, checkpoint handling, and model deployment throughput.

AICloud Nativelarge models
0 likes · 19 min read
How Object Storage Accelerates Large AI Model Training and Inference
Cloud Native Technology Community
Cloud Native Technology Community
Jul 5, 2023 · Industry Insights

How Mercedes‑Benz Scaled Kubernetes with Cluster API: A Cloud‑Native Case Study

This article examines how Mercedes‑Benz Tech Innovation expanded its Kubernetes management to public clouds using Cluster API, achieving automated cluster creation, faster rolling upgrades, self‑service capabilities, and a ten‑fold increase in managed clusters while maintaining high availability.

Cloud NativeCluster APIDevOps
0 likes · 8 min read
How Mercedes‑Benz Scaled Kubernetes with Cluster API: A Cloud‑Native Case Study
Open Source Linux
Open Source Linux
Jul 5, 2023 · Cloud Native

Boost Third‑Party API Performance in Kubernetes with Nginx Caching

By configuring Nginx as a caching gateway within a Kubernetes cluster, this article shows how to dramatically reduce read latency to third‑party services, achieve high cache hit rates, ensure availability during outages, and handle cache persistence across pods using S3‑backed storage.

Cloud NativeDevOpsKubernetes
0 likes · 11 min read
Boost Third‑Party API Performance in Kubernetes with Nginx Caching
JD Tech
JD Tech
Jul 4, 2023 · Backend Development

Node.js Advantages, Disadvantages, Architecture, Front‑End Impact, and Future Trends

This article provides a comprehensive analysis of Node.js, covering its strengths such as asynchronous I/O and JavaScript unification, its weaknesses like CPU‑intensive performance limits, architectural benefits, front‑end influence, practical code examples, and predictions for its role in full‑stack development, cloud, serverless, IoT, AI, WebAssembly, and open‑source ecosystems.

Cloud NativeNode.jsServer-side Rendering
0 likes · 18 min read
Node.js Advantages, Disadvantages, Architecture, Front‑End Impact, and Future Trends
dbaplus Community
dbaplus Community
Jul 3, 2023 · Cloud Native

How Qunar Built a Scalable Distributed Tracing System for Cloud‑Native Observability

This article details Qunar's end‑to‑end design and implementation of a distributed tracing platform, covering background, technology selection, architecture, data flow, performance bottlenecks, and concrete solutions such as Flume tuning, Kafka scaling, Flink back‑pressure handling, and JavaAgent instrumentation to achieve high trace connectivity and low failure rates.

APMCloud NativeFlink
0 likes · 18 min read
How Qunar Built a Scalable Distributed Tracing System for Cloud‑Native Observability
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jul 3, 2023 · Operations

How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD

This article examines the shortcomings of traditional host‑based deployments, explains the GitOps methodology with declarative configuration and automation tools, and details a real‑world implementation at NetEase Cloud Music using Horizon CD, Argo CD, and Helm to achieve scalable, reliable, and version‑controlled cloud‑native releases.

ArgoCDCloud NativeGitOps
0 likes · 19 min read
How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD
Test Development Learning Exchange
Test Development Learning Exchange
Jul 2, 2023 · Cloud Native

Understanding Kubernetes Ingress: Concepts, Core Components, and Practical Nginx Examples

This article explains what Kubernetes Ingress is, its core components, how to define Ingress rules with YAML, and provides practical examples using the Nginx Ingress Controller, including TLS support and basic authentication, to help manage traffic routing and load balancing in cloud‑native environments.

AuthenticationCloud NativeTLS
0 likes · 6 min read
Understanding Kubernetes Ingress: Concepts, Core Components, and Practical Nginx Examples