Tagged articles
3133 articles
Page 19 of 32
Cloud Native Technology Community
Cloud Native Technology Community
Feb 21, 2022 · Industry Insights

What the Sysdig 2022 Cloud‑Native Security Report Reveals About Container Risks

The Sysdig 2022 Cloud‑Native Security and Usage Report shows that a majority of production containers and images contain high‑severity vulnerabilities, many cloud accounts expose S3 buckets, and mis‑configured resource limits lead to significant cost overruns, highlighting urgent security and operational challenges for enterprises adopting cloud‑native technologies.

Industry InsightsSysdig reportcloud usage
0 likes · 8 min read
What the Sysdig 2022 Cloud‑Native Security Report Reveals About Container Risks
Tencent Cloud Developer
Tencent Cloud Developer
Feb 21, 2022 · Backend Development

Design and Engineering Practices of a Billion‑Scale Node.js Gateway

Wang Weijia’s talk outlines the architecture and engineering of Tencent CloudBase’s billion‑scale Node.js gateway—built with Nest.js, layered controllers and services, async streaming, keep‑alive connections, a two‑level cache with refresh‑ahead, and HA measures like horizontal scaling, rate limiting, multi‑AZ deployment, and disaster‑recovery caching—delivering 99.98% cache hits, 14 ms median latency, and proving Node.js can power latency‑sensitive services while encouraging front‑end engineers to adopt backend practices.

Node.jscloud-nativegateway architecture
0 likes · 33 min read
Design and Engineering Practices of a Billion‑Scale Node.js Gateway
Programmer DD
Programmer DD
Feb 20, 2022 · Cloud Native

Spring Cloud 2021.0.1 Released: New Features, Upgrades, and Dependency Guide

Spring Cloud 2021.0.1, the first bug‑fix release of the 2021 line, introduces new routing predicates, configurable gateway handler order, OpenFeign 11.8 updates, Config file matcher fixes, and a comprehensive module version upgrade list, all available via the central Maven repository.

JavaRelease Notescloud-native
0 likes · 5 min read
Spring Cloud 2021.0.1 Released: New Features, Upgrades, and Dependency Guide
Alibaba Cloud Native
Alibaba Cloud Native
Feb 20, 2022 · Cloud Native

What’s Driving the Cloud Native Revolution? Trends, Tech, and Future Directions

This article summarizes a cloud‑native expert’s talk, covering the definition and community origins of cloud native, CNCF’s role, current industry trends such as distributed cloud, AI workloads, FinOps, core technologies like containers, microservices, serverless, and Alibaba Cloud’s product ecosystem and open‑source contributions.

AIFinOpsServerless
0 likes · 13 min read
What’s Driving the Cloud Native Revolution? Trends, Tech, and Future Directions
Efficient Ops
Efficient Ops
Feb 17, 2022 · Cloud Native

Demystifying Kubernetes: Architecture, Deployments, and Service Networking

This article provides a concise overview of Kubernetes, covering its master‑node architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, scaling and rolling updates, as well as internal and external service networking mechanisms.

cloud-nativecontainer orchestrationdeployment
0 likes · 13 min read
Demystifying Kubernetes: Architecture, Deployments, and Service Networking
Meituan Technology Team
Meituan Technology Team
Feb 17, 2022 · Cloud Native

Meituan's Cloud‑Native Cluster Scheduling System: Design, Challenges, and Future Directions

Meituan’s cloud‑native cluster scheduling system, built on a customized Kubernetes engine, unifies multi‑cluster management, improves CPU utilization, reduces costs, and enhances stability by balancing throughput, complexity, and reliability while addressing large‑scale deployment, fault‑tolerance, and dynamic resource allocation challenges.

Cluster SchedulingMeituancloud-native
0 likes · 21 min read
Meituan's Cloud‑Native Cluster Scheduling System: Design, Challenges, and Future Directions
Efficient Ops
Efficient Ops
Feb 15, 2022 · Cloud Native

How Kubernetes Ingress Simplifies Service Exposure and Load Balancing

This article explains the fundamentals of Kubernetes Ingress, how it works with an Ingress controller like ingress-nginx to expose internal services externally, compares manual Nginx proxy setups with Ingress, and provides step-by-step installation, configuration examples, TLS setup, annotations, and testing tips.

TLScloud-nativeloadbalancer
0 likes · 13 min read
How Kubernetes Ingress Simplifies Service Exposure and Load Balancing
Ops Development Stories
Ops Development Stories
Feb 15, 2022 · Cloud Native

Mastering Canary Deployments with ingress-nginx: A Step-by-Step Guide

This article explains how to perform rolling, blue‑green, and canary (gray) releases in Kubernetes, focusing on implementing canary deployments with the ingress-nginx controller using specific annotations, demonstrating weight‑based and header‑based scenarios, providing full YAML manifests, CI/CD pipeline designs, and recommendations for automated rollouts.

CI/CDDevOpscanary deployment
0 likes · 18 min read
Mastering Canary Deployments with ingress-nginx: A Step-by-Step Guide
Architects Research Society
Architects Research Society
Feb 14, 2022 · Cloud Native

Microservices After a Decade: Evolution, Anti‑Patterns, Distributed Transactions, and the Role of Kubernetes

The panel discusses how microservices have changed over the past ten years, covering evolving definitions, common anti‑patterns, the challenges of distributed transactions, Kubernetes' influence on architecture, organizational impacts, and future trends such as application‑centric models and GitOps.

DevOpsarchitecturecloud-native
0 likes · 25 min read
Microservices After a Decade: Evolution, Anti‑Patterns, Distributed Transactions, and the Role of Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Feb 14, 2022 · Cloud Native

How to Overcome CPU Throttling and NUMA Bottlenecks in Cloud‑Native Containers

This article explains why container workloads suffer from CPU throttling and NUMA‑related performance loss in cloud‑native environments, examines Kubelet's CPU allocation policies, demonstrates the impact of CPU bursts and topology‑aware scheduling, and shows how Alibaba Cloud ACK mitigates these issues with concrete data.

Alibaba Cloud ACKCPU BurstCPU throttling
0 likes · 11 min read
How to Overcome CPU Throttling and NUMA Bottlenecks in Cloud‑Native Containers
Alibaba Cloud Native
Alibaba Cloud Native
Feb 8, 2022 · Cloud Native

How Does OCM Placement Dynamically Schedule Multi‑Cluster Workloads?

This article explains how Open Cluster Management's Placement API selects target clusters for workloads in multi‑cluster Kubernetes environments, covering ManagedClusterSet concepts, Placement spec fields, predicate filtering, prioritizer policies, dynamic scoring, and practical YAML examples that demonstrate weight adjustments and best‑practice scenarios.

Dynamic SchedulingMulti-ClusterOpen Cluster Management
0 likes · 22 min read
How Does OCM Placement Dynamically Schedule Multi‑Cluster Workloads?
MaGe Linux Operations
MaGe Linux Operations
Feb 7, 2022 · Cloud Native

Why K8ssandra Is Switching from Helm to Its Own Operator

The article explains how K8ssandra, an Apache Cassandra distribution for Kubernetes, evolved from using Helm charts to developing a dedicated Operator to overcome Helm's limitations, improve multi‑cluster support, and align more closely with Kubernetes best practices.

GoK8ssandraOperator
0 likes · 13 min read
Why K8ssandra Is Switching from Helm to Its Own Operator
Architecture & Thinking
Architecture & Thinking
Feb 5, 2022 · Fundamentals

Essential Study Resources: 16 Curated Book Collections for Java, Databases & Cloud Native

This article compiles sixteen categories of learning materials, detailing the number of books for each topic—including Java, databases, caching, messaging, MongoDB, search, Zookeeper, networking, design patterns, data structures and algorithms, distributed systems, cloud‑native microservices, containers, service mesh, DevOps, and operating systems—along with a Baidu link and extraction code for access.

DatabasesDistributed SystemsJava
0 likes · 2 min read
Essential Study Resources: 16 Curated Book Collections for Java, Databases & Cloud Native
Alibaba Cloud Native
Alibaba Cloud Native
Jan 29, 2022 · Cloud Native

Debug Serverless Applications Locally with End‑Cloud Tunneling

This article explains the challenges of debugging Serverless applications, introduces the innovative End‑to‑Cloud (端云联调) feature that creates a secure tunnel between a local development environment and the cloud VPC, and provides step‑by‑step commands and real‑world examples to streamline testing and troubleshooting.

DebuggingEnd-to-CloudFunction Compute
0 likes · 10 min read
Debug Serverless Applications Locally with End‑Cloud Tunneling
MaGe Linux Operations
MaGe Linux Operations
Jan 28, 2022 · Cloud Native

Top 7 Kubernetes Management Tools to Simplify Cluster Operations

Discover the most popular Kubernetes management solutions—including K9s, Rancher, Dashboard, Helm, Kubespray, Lens, and WKSctl—detailing their features, deployment options, and how they streamline cluster monitoring, scaling, and security for cloud-native environments and improve operational efficiency.

Cluster ManagementDevOpscloud-native
0 likes · 9 min read
Top 7 Kubernetes Management Tools to Simplify Cluster Operations
Baidu Tech Salon
Baidu Tech Salon
Jan 27, 2022 · Cloud Native

How China Unicom’s Service Mesh Evolved: From SDKs to Sidecars and Beyond

This article details China Unicom Software Research Institute's multi‑year journey of adopting Kubernetes‑based service mesh, outlining the evolution from SDK‑driven microservices to sidecar‑based architectures, migration strategies with Baidu, performance optimizations, observability enhancements, and future product roadmaps.

IstioMicroservicesObservability
0 likes · 13 min read
How China Unicom’s Service Mesh Evolved: From SDKs to Sidecars and Beyond
MaGe Linux Operations
MaGe Linux Operations
Jan 26, 2022 · Cloud Native

Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond

This article introduces Kubernetes—Google's open‑source container orchestration platform—detailing its core concepts such as Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, HPA, ServiceAccounts, Secrets, ConfigMaps, and ResourceQuotas, providing practical commands and usage notes for each component.

DevOpscloud-nativecontainer orchestration
0 likes · 18 min read
Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 26, 2022 · Cloud Native

2021 Technology Year-End Review: Serverless, Kubernetes, Frontend, Service Mesh, Rust, Databases, Software 2.0, and Audio/Video Trends

The 2021 year‑end review highlights the rapid rise of Serverless, the accelerated release cadence and security focus of Kubernetes, the deepening of frontend low‑code development, the practical expansion of service mesh, the growing Rust ecosystem, cloud‑native database evolution, the maturation of Software 2.0, and emerging audio‑video innovations driven by the metaverse.

DatabasesRustSoftware 2.0
0 likes · 14 min read
2021 Technology Year-End Review: Serverless, Kubernetes, Frontend, Service Mesh, Rust, Databases, Software 2.0, and Audio/Video Trends
Cloud Native Technology Community
Cloud Native Technology Community
Jan 25, 2022 · Cloud Native

Technical Overview of Kube-OVN Deployment for Hybrid VM and Container Environments at ByteDance

This article details ByteDance's technical evaluation and implementation of Kube-OVN as a CNI solution for hybrid virtual‑machine and container workloads, covering selection criteria, the initial network design, identified issues, subsequent optimizations, and future roadmap considerations within a cloud‑native Kubernetes environment.

CNIKube-OVNOVS
0 likes · 7 min read
Technical Overview of Kube-OVN Deployment for Hybrid VM and Container Environments at ByteDance
DataFunTalk
DataFunTalk
Jan 25, 2022 · Cloud Native

Model Deployment Challenges and a Seldon‑Based Cloud‑Native Solution

This article analyzes the complexities of deploying machine‑learning models in production, outlines the limitations of the existing ABox architecture, and details a comprehensive cloud‑native redesign using Seldon on Kubernetes—including custom HDFS initializers, GPU management, logging, and resource monitoring—to streamline operations and enable unified CPU/GPU model serving.

GPUMLOpsSeldon
0 likes · 12 min read
Model Deployment Challenges and a Seldon‑Based Cloud‑Native Solution
Alibaba Cloud Native
Alibaba Cloud Native
Jan 24, 2022 · Cloud Native

How to Slash Cold‑Start Delays for Spring Boot on Serverless Platforms

This guide explains why Spring Boot applications suffer 30‑second cold‑start delays on serverless platforms, breaks down each startup phase, and provides three practical optimization techniques—reserved instances, lazy initialization with JVM tweaks, and proper instance‑concurrency sizing—to dramatically improve response times.

Alibaba CloudServerlessSpring Boot
0 likes · 9 min read
How to Slash Cold‑Start Delays for Spring Boot on Serverless Platforms
Cloud Native Technology Community
Cloud Native Technology Community
Jan 24, 2022 · Cloud Native

Building a Unified Cross‑Cluster Network Plane with Kube‑OVN for TiDB Deployment

The article explains how Kube‑OVN can create a flexible, efficient, and secure cross‑Kubernetes‑cluster network plane to meet user demands such as high availability, multi‑cloud separation, disaster‑recovery, and hybrid‑cloud compliance, and demonstrates its use with TiDB, MySQL, and WordPress workloads.

Cross-Cluster NetworkingKube-OVNOverlay Network
0 likes · 8 min read
Building a Unified Cross‑Cluster Network Plane with Kube‑OVN for TiDB Deployment
Alibaba Cloud Native
Alibaba Cloud Native
Jan 23, 2022 · Cloud Native

Why Choose RocketMQ? Synchronous Writes, Multi‑Topic Speed, and SPI Extensibility

This article explains the reasons for selecting Apache RocketMQ—its synchronous double‑write safety, strong performance under massive multi‑topic loads, rich features like transactional and delayed messages, active community support, and demonstrates how to leverage Java’s SPI mechanism to build a configurable, dynamically adjustable client architecture.

BackendJavaMessage queue
0 likes · 13 min read
Why Choose RocketMQ? Synchronous Writes, Multi‑Topic Speed, and SPI Extensibility
IT Architects Alliance
IT Architects Alliance
Jan 23, 2022 · Operations

Microservice Monitoring, Fault Tolerance, Access Security, and Container Technology Overview

This article provides a comprehensive guide to microservice monitoring—including log, tracing, and metrics approaches—fault‑tolerance isolation techniques, access‑security mechanisms such as API‑gateway and OAuth2.0, and the role of container technologies like Docker in cloud‑native deployments.

ContainersMicroservicescloud-native
0 likes · 30 min read
Microservice Monitoring, Fault Tolerance, Access Security, and Container Technology Overview
Alibaba Cloud Native
Alibaba Cloud Native
Jan 22, 2022 · Cloud Native

Why OpenKruise v1.0 Is a Game-Changer for Cloud‑Native Workloads

OpenKruise v1.0, the CNCF‑hosted Kubernetes extension, expands beyond basic workloads with enhanced Workload types, in‑place upgrades, high‑availability safeguards, and advanced operational tools, drawing on Alibaba’s massive container experience and now adopted by over 35 global adopters.

In‑Place UpgradeOpenKruiseWorkload Management
0 likes · 12 min read
Why OpenKruise v1.0 Is a Game-Changer for Cloud‑Native Workloads
Alibaba Cloud Native
Alibaba Cloud Native
Jan 22, 2022 · Cloud Native

Build a Low‑Cost Dynamic Web Site with Serverless Devs on Alibaba Cloud

Learn how to construct a cost‑effective, scalable dynamic web site using Serverless Devs, Alibaba Cloud API Gateway, Function Compute, and OSS, covering architecture overview, prerequisite services, step‑by‑step deployment, HTTPS setup, traffic limiting, monitoring, and links to relevant resources.

Alibaba CloudFunction ComputeOSS
0 likes · 13 min read
Build a Low‑Cost Dynamic Web Site with Serverless Devs on Alibaba Cloud
Practical DevOps Architecture
Practical DevOps Architecture
Jan 21, 2022 · Cloud Native

Grafana Deployment and Service YAML for Kubernetes

This article provides complete Kubernetes YAML manifests for deploying Grafana as a core Deployment and exposing it via a Service in the kube-system namespace, detailing container images, resource limits, environment variables, health probes, and persistent storage configuration.

DevOpsGrafanaService
0 likes · 3 min read
Grafana Deployment and Service YAML for Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jan 20, 2022 · Cloud Native

Comparative Overview of Terraform and Helm for Kubernetes Management

This article examines the core functionalities of Terraform and Helm, highlighting how each tool manages Kubernetes clusters, automates infrastructure provisioning, and supports DevOps workflows, helping teams decide which solution best fits their cloud‑native development needs.

DevOpscloud-nativehelm
0 likes · 8 min read
Comparative Overview of Terraform and Helm for Kubernetes Management
IT Architects Alliance
IT Architects Alliance
Jan 20, 2022 · Cloud Native

How to Build a High‑Availability Microservices System on Kubernetes – A Complete Guide

This guide walks you through designing a simple front‑back separation microservice architecture, implementing it with Java Spring Boot, deploying multiple instances with Eureka, adding Prometheus‑Grafana monitoring, logging, tracing, flow control, and finally installing Kubernetes using K8seasy and verifying high‑availability across the cluster.

JavaMicroservicesSpring Boot
0 likes · 19 min read
How to Build a High‑Availability Microservices System on Kubernetes – A Complete Guide
Alibaba Cloud Native
Alibaba Cloud Native
Jan 18, 2022 · Cloud Native

How Alibaba Cloud’s Differential SLO Boosts Kubernetes Resource Utilization

This article explains Alibaba Cloud Container Service for Kubernetes's differential SLO approach, detailing the reclaimed‑resource model, CPU burst and topology‑aware scheduling, kernel group identity, memory watermark tiering, and real‑world case studies that demonstrate significant improvements in cluster efficiency and latency‑sensitive workload performance.

ACKAlibaba CloudCPU Burst
0 likes · 16 min read
How Alibaba Cloud’s Differential SLO Boosts Kubernetes Resource Utilization
Liulishuo Tech Team
Liulishuo Tech Team
Jan 18, 2022 · Cloud Native

Design and Implementation of an ArgoCD‑Based Continuous Delivery System at Liulishuo

This article describes how Liulishuo replaced its custom CD platform with the open‑source ArgoCD solution, detailing the motivations, architecture components, design concepts, deployment workflows, code snippets, advantages, and future plans for automated gray‑release in a cloud‑native Kubernetes environment.

ArgoCDContinuous DeliveryGitOps
0 likes · 11 min read
Design and Implementation of an ArgoCD‑Based Continuous Delivery System at Liulishuo
Tencent Architect
Tencent Architect
Jan 18, 2022 · Databases

Inside Tencent’s TXSQL: Architecture, Evolution, and Enterprise‑Grade Features

This article reviews Tencent Cloud’s self‑developed MySQL kernel TXSQL, detailing its enterprise‑grade features, evolutionary roadmap, overall and cloud‑native TDSQL‑C architecture, columnar engine for OLAP, instant DDL capabilities, high‑availability mechanisms, performance optimizations, and the rigorous development and release process that underpins its stability.

Columnar EngineDatabase ArchitectureEnterprise Features
0 likes · 12 min read
Inside Tencent’s TXSQL: Architecture, Evolution, and Enterprise‑Grade Features
Youzan Coder
Youzan Coder
Jan 17, 2022 · Artificial Intelligence

Model Deployment Challenges and a Seldon‑Based Cloud‑Native Solution

The team replaced the cumbersome ABox deployment stack with Seldon‑based cloud‑native serving on Kubernetes, unifying TensorFlow and other framework models, adding GPU sharing, automated CRUD, per‑model ingress, monitoring, and log collection, achieving scalable, fault‑tolerant, zero‑downtime model deployment.

AI servingGPUModel Deployment
0 likes · 11 min read
Model Deployment Challenges and a Seldon‑Based Cloud‑Native Solution
ITPUB
ITPUB
Jan 17, 2022 · Databases

From Paper Tape to Distributed Cloud‑Native Databases: A Historical Journey

This article traces the evolution of data management from manual paper‑based storage through hierarchical and relational models to modern distributed, cloud‑native databases, explaining key concepts such as the CAP theorem, distributed transaction protocols, architectural styles, and emerging HTAP trends.

HTAPcloud-native
0 likes · 13 min read
From Paper Tape to Distributed Cloud‑Native Databases: A Historical Journey
Alibaba Cloud Native
Alibaba Cloud Native
Jan 15, 2022 · Cloud Native

How to Secure Your Web Services with AHAS: Fine‑Grained Traffic Protection in Cloud‑Native Environments

This guide explains how to use Alibaba Cloud's Application High Availability Service (AHAS) with Sentinel to implement fine‑grained traffic control, hotspot detection, concurrency limits, circuit breaking, and fallback handling for Java and Go web applications, illustrated with a Spring Boot example.

AHASSpring BootWeb Security
0 likes · 9 min read
How to Secure Your Web Services with AHAS: Fine‑Grained Traffic Protection in Cloud‑Native Environments
Alibaba Cloud Native
Alibaba Cloud Native
Jan 15, 2022 · Cloud Native

Why Serverless Architecture Is the Future of Scalable Apps

Serverless architecture, a cloud‑native design that eliminates server management, offers elastic scaling, cost efficiency, and rapid iteration, while also presenting challenges such as vendor lock‑in, operational complexity, and debugging difficulties; this article compares it with traditional setups and outlines essential knowledge and tools for implementation.

Serverlessarchitecturecloud-native
0 likes · 10 min read
Why Serverless Architecture Is the Future of Scalable Apps
TAL Education Technology
TAL Education Technology
Jan 13, 2022 · Cloud Native

Offline Mixed Deployment with Kubernetes: Architecture, Implementation, and Performance Evaluation for Big Data Workloads

This article describes a cloud‑native offline mixed‑deployment solution that leverages Kubernetes to share resources between big‑data clusters and business services, outlines its implementation steps, presents detailed performance comparisons between Yarn and Kubernetes using TPC‑DS, Spark, and Terasort workloads, and discusses production experience and future plans.

Big DataYARNcloud-native
0 likes · 8 min read
Offline Mixed Deployment with Kubernetes: Architecture, Implementation, and Performance Evaluation for Big Data Workloads
Alibaba Cloud Native
Alibaba Cloud Native
Jan 12, 2022 · Cloud Native

Achieving Low‑Cost Full‑Link Gray Release with Alibaba Cloud MSE: Laidian Tech’s Journey

Laidian Technology leveraged Alibaba Cloud's Microservices Engine (MSE) to implement low‑cost, non‑intrusive full‑link gray release, improving system stability, accelerating feature rollout, and showcasing the benefits of containerization, Kubernetes integration, and comprehensive service governance in a fast‑growing microservice environment.

Gray ReleaseMSEcloud-native
0 likes · 15 min read
Achieving Low‑Cost Full‑Link Gray Release with Alibaba Cloud MSE: Laidian Tech’s Journey
Alimama Tech
Alimama Tech
Jan 12, 2022 · Artificial Intelligence

AI FAAS Solution for Advertising Tools: Architecture, Platform, and Real‑time Feature SQL Production

The team built a lightweight AI‑FAAS platform that migrates C++ ad‑algorithm services to a Java‑centric, cloud‑native environment, encapsulates core operators as DolphinSQL plugins, and defines real‑time feature pipelines via standardized SQL, cutting service creation from weeks to days, enabling rapid iteration, high operator reuse, and near‑instant feature delivery.

AIAdvertisingAlgorithm Platform
0 likes · 14 min read
AI FAAS Solution for Advertising Tools: Architecture, Platform, and Real‑time Feature SQL Production
Ops Development Stories
Ops Development Stories
Jan 12, 2022 · Cloud Native

Deploy Kubernetes Inside Kubernetes: Mastering Kubefarm and PXE Boot

This article explains how to use Helm to deploy a full Kubernetes cluster within another Kubernetes cluster, detailing the Kubefarm project, PXE‑bootable server farms, Kubernetes‑in‑Kubernetes architecture, node provisioning via PXE, certificate management with cert‑manager, and advanced networking and webhook integration.

KubefarmPXE bootcloud-native
0 likes · 17 min read
Deploy Kubernetes Inside Kubernetes: Mastering Kubefarm and PXE Boot
DevOps Cloud Academy
DevOps Cloud Academy
Jan 12, 2022 · Cloud Native

Deploying Apache APISIX as a Kubernetes Ingress Controller with Helm

This article introduces Apache APISIX, a high‑performance API gateway built on OpenResty and etcd, explains its architecture, demonstrates how to install it as a Kubernetes Ingress controller using Helm charts, and shows configuration, routing, and dashboard usage with example manifests and commands.

APISIXapi-gatewaycloud-native
0 likes · 11 min read
Deploying Apache APISIX as a Kubernetes Ingress Controller with Helm
Cloud Native Technology Community
Cloud Native Technology Community
Jan 11, 2022 · Cloud Native

Service Mesh vs API Gateway: Roles, Overlaps, and Integration Strategies

This article examines the distinct responsibilities of Service Mesh and API Gateway, explores the philosophical debate over internal traffic classification, and details emerging integration patterns such as sidecar‑based gateways and BFF‑driven architectures, illustrated with real‑world examples from Ant Financial.

BFFService Meshapi-gateway
0 likes · 14 min read
Service Mesh vs API Gateway: Roles, Overlaps, and Integration Strategies
ITPUB
ITPUB
Jan 11, 2022 · Cloud Native

How Ctrip Achieved High Availability for Service Mesh Across Multiple Data Centers

Facing large‑scale production demands, Ctrip’s Cloud Container team designed a multi‑data‑center Service Mesh architecture that isolates failures, employs dual‑active IDC, multi‑cluster deployments, and optimized xDS push mechanisms, ensuring high availability, rapid fault recovery, and efficient rollout across hundreds of services.

IstioMulti-ClusterService Mesh
0 likes · 18 min read
How Ctrip Achieved High Availability for Service Mesh Across Multiple Data Centers
Tencent Cloud Developer
Tencent Cloud Developer
Jan 11, 2022 · Cloud Native

Apache Pulsar: Architecture, Topics, Producers, Consumers, and Storage

Apache Pulsar is a cloud‑native distributed messaging system that combines stateless brokers, a BookKeeper storage cluster, and ZooKeeper metadata to route messages from producers to consumers across scalable partitioned or non‑partitioned topics, supporting multiple subscription models, producer access modes, routing strategies, batching, acknowledgments, delayed delivery, and deduplication.

Apache PulsarBookKeeperConsumer
0 likes · 26 min read
Apache Pulsar: Architecture, Topics, Producers, Consumers, and Storage
Open Source Linux
Open Source Linux
Jan 11, 2022 · Cloud Native

Why Bare‑Metal Kubernetes Beats Virtual Machines: 6 Compelling Advantages

This article explains why deploying Kubernetes on bare‑metal servers offers six key benefits—simpler networking, better cost efficiency for demanding workloads, superior performance, stronger security, workload‑specific optimization, and freedom from vendor lock‑in—making it a smarter choice than virtual‑machine‑based solutions.

Bare MetalScalabilitycloud-native
0 likes · 7 min read
Why Bare‑Metal Kubernetes Beats Virtual Machines: 6 Compelling Advantages
Laravel Tech Community
Laravel Tech Community
Jan 11, 2022 · Cloud Native

Alibaba Sentinel: Open‑Source Cloud‑Native High‑Availability Protection for Distributed Services (Sentinel Go v1.0.4 Release)

The article introduces Alibaba's open‑source Sentinel, a cloud‑native high‑availability protection component for distributed microservices that offers flow control, circuit breaking, concurrency limiting and adaptive overload protection, and highlights the new Sentinel Go v1.0.4 features such as Prometheus metrics, enhanced circuit‑breaker recovery, Apollo data source, and updated Kubernetes CRD support for version 1.22+.

Circuit BreakingFlow ControlGo
0 likes · 2 min read
Alibaba Sentinel: Open‑Source Cloud‑Native High‑Availability Protection for Distributed Services (Sentinel Go v1.0.4 Release)
Alibaba Cloud Native
Alibaba Cloud Native
Jan 10, 2022 · Cloud Native

Why Does HTTP/2 Flow Control Fail in Alibaba Cloud PTS? A Deep Dive

This article explains the background of Alibaba Cloud's Performance Testing Service (PTS), details HTTP/2 flow‑control mechanisms, analyzes a bug where WINDOW_UPDATE frames caused a window size overflow, shows how the issue was diagnosed and fixed, and provides reference resources.

Bug FixFlow ControlHTTP2
0 likes · 7 min read
Why Does HTTP/2 Flow Control Fail in Alibaba Cloud PTS? A Deep Dive
DevOps Cloud Academy
DevOps Cloud Academy
Jan 7, 2022 · Cloud Native

Understanding Containerization in DevOps: Benefits, Pipelines, and Orchestration

This article explains how containerization integrates with DevOps, detailing the advantages of container‑based delivery pipelines, the differences between traditional and containerized workflows, and the role of orchestration platforms like Kubernetes in creating efficient, portable, and scalable software deployments.

ContainerizationDevOpsOrchestration
0 likes · 10 min read
Understanding Containerization in DevOps: Benefits, Pipelines, and Orchestration
Ctrip Technology
Ctrip Technology
Jan 6, 2022 · Cloud Native

High‑Availability Architecture and Performance Optimizations for Service Mesh at Ctrip

This article describes Ctrip's cloud‑native Service Mesh deployment, detailing its multi‑IDC high‑availability design, fault‑scenario analysis, xDS push metrics, event‑handling optimizations, cold‑start improvements, and progressive canary release strategies to ensure reliable, scalable service traffic management.

Canary ReleasePerformance OptimizationService Mesh
0 likes · 16 min read
High‑Availability Architecture and Performance Optimizations for Service Mesh at Ctrip
Open Source Linux
Open Source Linux
Jan 6, 2022 · Cloud Native

Choosing the Right CNI Plugin for Kubernetes: A Practical Guide

This article explains what the Container Network Interface (CNI) is, how Kubernetes uses CNI plugins, and provides a detailed comparison of Overlay, Routing, and Underlay plugins based on environment constraints, functional needs, and performance considerations.

CNINetwork Pluginscloud-native
0 likes · 8 min read
Choosing the Right CNI Plugin for Kubernetes: A Practical Guide
Architects' Tech Alliance
Architects' Tech Alliance
Jan 5, 2022 · Backend Development

Essential Microservice Architecture Roadmap: Tools, Patterns, and Best Practices

This guide outlines why microservice architecture is preferred for large applications, presents a clear learning roadmap, and details each critical concern—such as Docker, orchestration, API gateways, load balancing, service discovery, event buses, logging, monitoring, tracing, persistence, caching, and cloud providers—along with recommended tools.

Backend ArchitectureDockerMicroservices
0 likes · 14 min read
Essential Microservice Architecture Roadmap: Tools, Patterns, and Best Practices
Tencent Qidian Tech Team
Tencent Qidian Tech Team
Jan 5, 2022 · Operations

Building a Real‑Time Log Tracker for Phone SDKs Using Cloud‑Native Design

This article describes the design and implementation of a comprehensive log tracking system for a phone SDK, covering client‑side logging, colored classification, plugin mechanisms, cloud‑native architecture, serverless functions, Elasticsearch storage, and real‑time visual debugging to enable rapid issue identification and resolution.

DebuggingOperationsServerless
0 likes · 18 min read
Building a Real‑Time Log Tracker for Phone SDKs Using Cloud‑Native Design
21CTO
21CTO
Jan 4, 2022 · Cloud Computing

Why Kubernetes Adoption Stalls and Proven Strategies to Simplify It

This article examines why many enterprises struggle to adopt containers and Kubernetes, outlines the four main sources of complexity, and presents a range of open‑source tools, managed services, serverless options, and practical guidance to help teams choose the most suitable solution.

ContainersDevOpsServerless
0 likes · 16 min read
Why Kubernetes Adoption Stalls and Proven Strategies to Simplify It
MaGe Linux Operations
MaGe Linux Operations
Jan 3, 2022 · Cloud Native

Why Cloud Native Matters: From Docker to Serverless Explained

This article introduces cloud native concepts, explains the evolution from Docker containers to Kubernetes orchestration and serverless services, and surveys major industry offerings, helping readers grasp the fundamentals and practical implications of modern cloud-native architectures.

CNCFDockerServerless
0 likes · 10 min read
Why Cloud Native Matters: From Docker to Serverless Explained
Architects' Tech Alliance
Architects' Tech Alliance
Jan 2, 2022 · Databases

How to Design Data Architecture for Microservices: Best Practices & Choices

This article explores microservice data design, covering the definition and benefits of microservices, principles for decoupling, lightweight APIs, DevOps integration, decentralized data governance, database per service versus shared databases, polyglot persistence, multi‑model databases, and why MongoDB’s dynamic schema, change streams, and sharding make it a strong fit for scalable microservice architectures.

MicroservicesMongoDBcloud-native
0 likes · 19 min read
How to Design Data Architecture for Microservices: Best Practices & Choices
Architects Research Society
Architects Research Society
Jan 1, 2022 · Cloud Native

Running Kubernetes Across Multiple Failure Zones

This article explains how Kubernetes clusters can be deployed across multiple failure zones and regions, detailing control plane replication, node labeling, pod topology constraints, storage zone awareness, network considerations, and disaster recovery strategies to achieve high availability in cloud‑native environments.

Cluster Designcloud-nativehigh availability
0 likes · 8 min read
Running Kubernetes Across Multiple Failure Zones
Baidu Tech Salon
Baidu Tech Salon
Dec 31, 2021 · Industry Insights

How Baidu Boosted CPU Utilization by Up to 80% with Offline Mixed‑Tenant Scheduling

This article analyzes Baidu's offline mixed‑tenant technology that combines online and offline workloads on the same physical servers, detailing the resource‑usage problems, dynamic resource views, priority schemes, isolation mechanisms, high‑performance scheduling, and future directions for cloud‑native clusters.

cloud-nativecpu-utilizationeBPF
0 likes · 18 min read
How Baidu Boosted CPU Utilization by Up to 80% with Offline Mixed‑Tenant Scheduling
Alibaba Cloud Native
Alibaba Cloud Native
Dec 31, 2021 · Cloud Native

Deploy a Spring Boot Mall Application to Alibaba Cloud Serverless in 5 Steps

This step‑by‑step guide shows how to prepare a VM, clone the open‑source Mall project, build Docker images for its dependencies, push them to Alibaba Cloud Container Registry, configure Serverless Devs, and finally deploy both the backend and Vue‑based frontend to Alibaba Cloud Function Compute, including log inspection and verification.

Alibaba CloudDockerFunction Compute
0 likes · 13 min read
Deploy a Spring Boot Mall Application to Alibaba Cloud Serverless in 5 Steps
ITPUB
ITPUB
Dec 31, 2021 · Cloud Native

How We Slashed Istio xDS Latency from Minutes to Seconds at Scale

This article details the challenges Ctrip faced with Istio control‑plane performance at massive scale and explains the systematic methodology, concrete optimizations—including O(n²) to O(n) patching, Merkle‑tree based success‑rate metrics, and startup improvements—that reduced xDS push latency from minutes to seconds while enhancing reliability.

IstioMerkl e TreePerformance Optimization
0 likes · 14 min read
How We Slashed Istio xDS Latency from Minutes to Seconds at Scale
Alibaba Cloud Native
Alibaba Cloud Native
Dec 30, 2021 · Operations

How to Implement Chaos Engineering for Cloud‑Native Applications: A Step‑by‑Step Guide

This article explains how cloud‑native teams can adopt chaos engineering—defining its concepts, outlining its unique characteristics, and detailing a four‑stage implementation process from manual drills to production‑level raids, with practical steps, environment setups, and real‑world results.

Fault InjectionOperationschaos engineering
0 likes · 14 min read
How to Implement Chaos Engineering for Cloud‑Native Applications: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 28, 2021 · Cloud Native

Why Serverless Architecture Is the Future of Scalable Apps

This article explains what Serverless architecture is, compares it with traditional monolithic setups, outlines its cost and scalability benefits, discusses its drawbacks, and provides a practical guide on the knowledge and tools needed to build Serverless solutions in production.

ScalabilityServerlesscloud-native
0 likes · 10 min read
Why Serverless Architecture Is the Future of Scalable Apps
Tencent Cloud Middleware
Tencent Cloud Middleware
Dec 27, 2021 · Cloud Native

Fast-Track Spring Boot Service Mesh: Integrating PolarisMesh with Feign

This article explains how PolarisMesh, Tencent's open‑source service discovery and governance platform, solves service address management and fault tolerance challenges in a Spring Boot microservice ecosystem, and provides step‑by‑step instructions—including Maven dependency, provider and consumer configuration, and sample code—to quickly integrate PolarisMesh via Feign.

MicroservicesPolarisMeshSpring Boot
0 likes · 10 min read
Fast-Track Spring Boot Service Mesh: Integrating PolarisMesh with Feign
DevOps
DevOps
Dec 27, 2021 · Operations

2021 China Chaos Engineering Survey Report: Findings and Recommendations

Based on 1,016 valid questionnaire responses and 17 enterprise interviews, the 2021 China Chaos Engineering Survey Report reveals low software system stability, limited adoption of chaos engineering, its positive impact on availability, and provides data‑driven recommendations for improving stability through mature tools, metrics, and cultural shifts.

OperationsSurveychaos engineering
0 likes · 15 min read
2021 China Chaos Engineering Survey Report: Findings and Recommendations
IT Architects Alliance
IT Architects Alliance
Dec 27, 2021 · Cloud Native

Why Choose Microservice Architecture? A Comprehensive Roadmap and Key Concerns

This article explains why microservice architecture is preferred over monolithic applications, outlines a learning roadmap, and details essential concerns such as Docker, container orchestration, API gateways, load balancing, service discovery, event buses, logging, monitoring, tracing, persistence, caching, and cloud providers.

DockerMicroservicesapi-gateway
0 likes · 16 min read
Why Choose Microservice Architecture? A Comprehensive Roadmap and Key Concerns
Laiye Technology Team
Laiye Technology Team
Dec 24, 2021 · Backend Development

B2B vs B2C Business Differences and Building a Scalable B2B Technical Architecture

The article compares B2B and B2C business models, highlights differences in demand certainty and service‑quality tolerance, and proposes a four‑layer, cloud‑native technical architecture—including container, middleware, business, and low‑code platform layers—to guide B2B system and vision construction.

B2BLow‑codeTech Strategy
0 likes · 14 min read
B2B vs B2C Business Differences and Building a Scalable B2B Technical Architecture
dbaplus Community
dbaplus Community
Dec 23, 2021 · Databases

Building a 16,000‑Node Cloud‑Native MPP Data Warehouse: Lessons from CCB

The article details how China Construction Bank's fintech arm designed, deployed, and operated a cloud‑native, three‑layer MPP data warehouse spanning 16,000 servers, covering architectural choices, performance gains, operational automation, and high‑availability strategies for ultra‑large scale workloads.

Data WarehouseDatabase ArchitectureMPP
0 likes · 10 min read
Building a 16,000‑Node Cloud‑Native MPP Data Warehouse: Lessons from CCB
Architects Research Society
Architects Research Society
Dec 23, 2021 · Fundamentals

Enterprise Integration: Challenges, Models, and Techniques

The article explains enterprise integration as the essential practice of connecting applications, data, and devices across distributed, cloud‑native environments, covering its evolution, key challenges, and core techniques such as messaging, application connectors, data flow platforms, integration patterns, and APIs.

APIsData IntegrationMessaging
0 likes · 7 min read
Enterprise Integration: Challenges, Models, and Techniques
Tencent Cloud Developer
Tencent Cloud Developer
Dec 23, 2021 · Cloud Native

An Overview of OpenTelemetry: Origins, Architecture, and Instrumentation

OpenTelemetry unifies tracing, metrics, and logs by merging OpenTracing and OpenCensus into a cross‑language specification, collector, language SDKs, and instrumentation libraries, offering vendor‑agnostic, low‑maintenance telemetry collection that separates data gathering from business logic while requiring external back‑ends for storage and analysis.

CollectorInstrumentationObservability
0 likes · 10 min read
An Overview of OpenTelemetry: Origins, Architecture, and Instrumentation