Tagged articles
3117 articles
Page 24 of 32
Youzan Coder
Youzan Coder
Feb 26, 2021 · Big Data

Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned

Youzan migrated its large‑scale offline Spark workloads from YARN to a cloud‑native Kubernetes architecture, separating storage and compute with Ceph FS, adding dynamic executor allocation and remote shuffle services, and applying numerous Spark and deployment tweaks that yielded elastic scaling, higher resource utilization, reduced costs, and valuable operational lessons.

Cloud NativeDevOpsKubernetes
0 likes · 24 min read
Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned
Alibaba Cloud Native
Alibaba Cloud Native
Feb 22, 2021 · Cloud Native

Why Dapr v1.0 Marks a New Era for Cloud‑Native Microservices

The Dapr v1.0 release announces a production‑ready, Kubernetes‑focused runtime that delivers low‑latency service calls, robust security, a growing component ecosystem, and multi‑language SDKs, while showcasing real‑world case studies and outlining future roadmap priorities for cloud‑native developers.

Cloud NativeDaprKubernetes
0 likes · 15 min read
Why Dapr v1.0 Marks a New Era for Cloud‑Native Microservices
Tencent Cloud Middleware
Tencent Cloud Middleware
Feb 22, 2021 · Operations

Why Distributed Tracing Matters: OpenTracing, OpenTelemetry, and Tencent’s TSW

Tracing has evolved from early log and stack‑trace techniques to modern distributed observability standards like OpenTracing and OpenTelemetry, and Tencent’s Cloud Service Watcher (TSW) demonstrates how cloud providers integrate these protocols to simplify microservice monitoring, performance metrics, and root‑cause analysis.

Cloud NativeDistributed TracingMicroservices
0 likes · 11 min read
Why Distributed Tracing Matters: OpenTracing, OpenTelemetry, and Tencent’s TSW
Programmer DD
Programmer DD
Feb 21, 2021 · Cloud Native

How to Build a Fast Docker Registry Proxy in China with Kubernetes and Envoy

This guide shows how to set up a self‑hosted Docker registry proxy using Docker's registry image, Kubernetes (k3s), and Envoy to accelerate access to public image repositories like gcr.io, quay.io, and Docker Hub from within China, covering prerequisites, custom Dockerfile, deployment manifests, Envoy configuration, authentication, and cache cleanup.

Cloud NativeContainer RegistryDocker
0 likes · 22 min read
How to Build a Fast Docker Registry Proxy in China with Kubernetes and Envoy
Practical DevOps Architecture
Practical DevOps Architecture
Feb 19, 2021 · Cloud Native

Understanding the Pod Network Model in Kubernetes

This article explains the Kubernetes pod network concept, describing how each pod receives a unique IP, how intra‑node and inter‑node pod communication works, and the role of the infra container and network bridges in enabling seamless IP addressing across the cluster.

Cloud NativeContainersNetworking
0 likes · 4 min read
Understanding the Pod Network Model in Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Feb 10, 2021 · Cloud Native

Accelerate AI and Big Data Workloads on Kubernetes with Fluid’s JindoRuntime

Fluid is an open‑source Kubernetes‑native engine that orchestrates and accelerates distributed datasets for AI and big‑data workloads, and this guide explains its core concepts, the JindoRuntime implementation, performance benefits, and step‑by‑step instructions to deploy and test JindoRuntime on a K8s cluster.

AIBig DataCloud Native
0 likes · 14 min read
Accelerate AI and Big Data Workloads on Kubernetes with Fluid’s JindoRuntime
DevOps Coach
DevOps Coach
Feb 9, 2021 · Operations

Master Elastic Observability: Build a Full‑Stack Monitoring Platform in Half a Day

This workshop guides participants from installing a single‑node Elastic Stack to deploying a cloud‑native observability platform for a multi‑tier pet‑store application, covering health checks, metrics, logs, APM tracing, SLO/SLI setup, and custom dashboards across local, AWS, and Tencent Cloud environments.

Cloud NativeElastic StackObservability
0 likes · 7 min read
Master Elastic Observability: Build a Full‑Stack Monitoring Platform in Half a Day
Alibaba Cloud Native
Alibaba Cloud Native
Feb 6, 2021 · Cloud Native

Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations

This article examines why pod creation latency hurts serverless workloads on Kubernetes and presents a step‑by‑step guide that includes image pre‑warming, multithreaded decompression, non‑compressed images, P2P image distribution, and in‑place upgrade techniques to dramatically improve elasticity and startup performance.

Cloud NativeKubernetesPod creation
0 likes · 15 min read
Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations
Liangxu Linux
Liangxu Linux
Feb 4, 2021 · Cloud Native

How to Configure Nginx as a TCP Load Balancer for Kubernetes Applications

This guide walks through installing Nginx on a CentOS VM, opening firewall ports, disabling SELinux enforcement, extracting NodePort values from a Kubernetes cluster, editing the Nginx configuration to proxy TCP traffic, and testing the load balancer with a sample deployment.

Cloud NativeKubernetesNGINX
0 likes · 7 min read
How to Configure Nginx as a TCP Load Balancer for Kubernetes Applications
Code Ape Tech Column
Code Ape Tech Column
Feb 4, 2021 · Backend Development

From Monolith to Microservices: Tracing the Architecture Evolution

The article traces the evolution of software architecture—from monolithic applications through vertical splitting, distributed services, and finally microservices—detailing their advantages, drawbacks, and the essential technology stack such as service discovery, API gateways, authentication, logging, containerization, orchestration, and CI/CD, while providing practical examples and references.

Cloud NativeContainerizationMicroservices
0 likes · 19 min read
From Monolith to Microservices: Tracing the Architecture Evolution
Alibaba Cloud Native
Alibaba Cloud Native
Feb 3, 2021 · Cloud Native

How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes

OpenYurt, the first non‑intrusive Kubernetes‑based edge computing platform, merges cloud‑native and edge paradigms to address scaling, autonomy, and network challenges, offering unitized management, edge autonomy, cloud‑edge collaboration, seamless conversion, and heterogeneous resource support, with real‑world cases from retail and transportation.

Cloud NativeEdge ComputingKubernetes
0 likes · 14 min read
How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes
Tencent Cloud Middleware
Tencent Cloud Middleware
Feb 3, 2021 · Cloud Native

How Tencent’s TSF Mesh Bridges Spring Cloud and Service Mesh for Seamless Migration

This article explains how Tencent’s TSF Mesh framework enables gradual migration from traditional Spring Cloud‑based microservices to a Service Mesh architecture, addressing cross‑platform connectivity, unified service governance, registration, DNS, observability, and offering multiple migration strategies for heterogeneous environments.

Cloud NativeMicroservicesSpring Cloud
0 likes · 29 min read
How Tencent’s TSF Mesh Bridges Spring Cloud and Service Mesh for Seamless Migration
Architects Research Society
Architects Research Society
Feb 1, 2021 · Cloud Native

Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration

This article introduces Knative as a Kubernetes‑based serverless platform, explains its three core components, walks through deploying a Hello World service with YAML and kubectl commands, shows how configuration changes create revisions, demonstrates traffic splitting, and illustrates integration with external services such as Twilio.

Cloud NativeDevOpsKnative
0 likes · 8 min read
Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration
Open Source Linux
Open Source Linux
Feb 1, 2021 · Cloud Native

From Single‑Node to Cloud‑Native: A Journey Through Storage Evolution

This article outlines the evolution of storage systems—from early single‑node solutions to modern cloud‑native architectures—detailing key storage types (block, file, object), models, and design principles of centralized, distributed, and cloud storage, providing a concise roadmap for newcomers.

Cloud NativeDistributed Systemsblock storage
0 likes · 8 min read
From Single‑Node to Cloud‑Native: A Journey Through Storage Evolution
Xiao Lou's Tech Notes
Xiao Lou's Tech Notes
Jan 30, 2021 · Backend Development

Why Dubbo Remains a Top Java RPC Framework for Modern Backend Systems

This article traces Dubbo’s evolution from its Alibaba origins to its Apache graduation, outlines its core features such as protocol design, service registry, clustering, filters, and extensibility, and discusses recent cloud‑native and reactive programming directions shaping its future.

Cloud NativeDistributed SystemsDubbo
0 likes · 12 min read
Why Dubbo Remains a Top Java RPC Framework for Modern Backend Systems
21CTO
21CTO
Jan 28, 2021 · Backend Development

From Single Server to Cloud‑Native: Taobao’s 14‑Step Architecture Evolution

This article traces Taobao's backend architecture evolution—from a single‑server setup to distributed clusters, caching, load balancing, database sharding, microservices, containerization, and finally cloud‑native deployment—highlighting the technologies and design principles that enable scaling from hundreds to millions of concurrent users.

Backend ArchitectureCloud NativeDistributed Systems
0 likes · 22 min read
From Single Server to Cloud‑Native: Taobao’s 14‑Step Architecture Evolution
Programmer DD
Programmer DD
Jan 28, 2021 · Cloud Computing

Mastering Spring Cloud Function: Java Serverless Development Made Easy

This article explains how Spring Cloud Function extends the Java Spring Boot/Cloud ecosystem to support serverless and FaaS scenarios, covering core Java functional interfaces, cross‑cloud function deployment, automatic type conversion, composition, reactive support, and practical code examples with Spring Web, Stream, and Task.

Cloud NativeFaaSServerless
0 likes · 11 min read
Mastering Spring Cloud Function: Java Serverless Development Made Easy
Architects Research Society
Architects Research Society
Jan 22, 2021 · Cloud Native

Introduction to Knative Serving: Architecture and Core Resources

Knative Serving, built on Kubernetes and Istio, provides middleware primitives for rapid serverless container deployment, automatic scaling to zero, Istio‑based routing, and snapshotting of code and configuration, with key custom resources such as Service, Route, Configuration, and Revision to manage lifecycle and traffic.

Cloud NativeIstioKnative
0 likes · 4 min read
Introduction to Knative Serving: Architecture and Core Resources
MaGe Linux Operations
MaGe Linux Operations
Jan 21, 2021 · Cloud Native

Beyond Docker: Exploring Modern Container Engines and Build Tools

While Docker once dominated container workflows, a growing ecosystem of tools—such as Podman, Buildah, Kaniko, BuildKit, and various runtimes—offers daemon‑less, root‑less, OCI‑compatible alternatives for building, running, and distributing images, and this guide compares their features, commands, and use cases.

BuildahCloud NativeContainer
0 likes · 15 min read
Beyond Docker: Exploring Modern Container Engines and Build Tools
Open Source Tech Hub
Open Source Tech Hub
Jan 21, 2021 · Cloud Native

Understanding Kubernetes Components: Control Plane, Nodes, and Addons

This article provides a comprehensive overview of Kubernetes components, detailing the control plane services such as kube-apiserver, etcd, scheduler, and controller manager, the node-level agents like kubelet and kube-proxy, as well as common addons including DNS, dashboard, and logging solutions.

AddonsCloud NativeControl Plane
0 likes · 8 min read
Understanding Kubernetes Components: Control Plane, Nodes, and Addons
Programmer DD
Programmer DD
Jan 21, 2021 · Cloud Native

Master Kubernetes with k9s: The Ultimate CLI for Real-Time Cluster Management

k9s is a command‑line interface that streamlines Kubernetes cluster management by wrapping kubectl, offering real‑time resource tracking, metric monitoring, support for standard and custom resources, customizable UI, multi‑resource views, RBAC inspection, and easy navigation of related objects, with an official site for download.

CLICloud NativeCluster Management
0 likes · 2 min read
Master Kubernetes with k9s: The Ultimate CLI for Real-Time Cluster Management
58 Tech
58 Tech
Jan 20, 2021 · Cloud Native

Design and Implementation of a Spring Cloud Gateway Sidecar for 58 Anjuke Real Estate Platform

This article details the background, selection, sidecar‑based deployment, custom features, performance testing, and production rollout of a Spring Cloud Gateway API gateway used to unify authentication, anti‑scraping, and routing logic across Node.js, Java, and PHP services in the 58 Anjuke second‑hand housing business line.

Cloud NativeSidecarSpring Cloud Gateway
0 likes · 9 min read
Design and Implementation of a Spring Cloud Gateway Sidecar for 58 Anjuke Real Estate Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jan 19, 2021 · Industry Insights

What Will Shape Kubernetes in 2021? Five Key Predictions

The article outlines five major 2021 Kubernetes trends—simpler AI/ML workloads, better developer and ops experiences, heightened automation, rapid edge growth, and project overload—while offering practical advice for enterprises navigating the evolving cloud‑native landscape.

AI/MLCloud NativeEdge Computing
0 likes · 7 min read
What Will Shape Kubernetes in 2021? Five Key Predictions
JD Retail Technology
JD Retail Technology
Jan 19, 2021 · Big Data

Design, Implementation, and Performance Evaluation of JD's Remote Shuffle Service for Spark

This article describes JD's research and production deployment of a self‑developed Remote Shuffle Service for Spark, covering its motivations, architectural design, cloud‑native features, monitoring, performance benchmarks against external shuffle solutions, and a real‑world promotion‑period case study that demonstrates improved stability and resource efficiency.

Cloud NativeRemote Shuffle ServiceShuffle Optimization
0 likes · 17 min read
Design, Implementation, and Performance Evaluation of JD's Remote Shuffle Service for Spark
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jan 18, 2021 · Cloud Native

Comprehensive Introduction to Docker: Architecture, Components, Networking, and Practical Usage

This article provides a detailed overview of Docker, covering its origins, core components such as images, containers, and repositories, the differences between VMs and containers, integration with DevOps and Kubernetes, networking modes, storage layers, and visual management tools, all illustrated with examples and code snippets.

Cloud NativeContainersDocker
0 likes · 26 min read
Comprehensive Introduction to Docker: Architecture, Components, Networking, and Practical Usage
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jan 15, 2021 · Cloud Native

What’s New in KEDA 2.0? Expanded Triggers and ScaledJob Support

KEDA 2.0, now a CNCF sandbox project, adds many new event‑driven triggers, introduces a dedicated ScaledJob resource, supports both Deployments and Jobs, and provides fresh scalers such as Azure Log Analytics, IBM MQ, a CPU scaler, and a Metrics API extender, making Kubernetes autoscaling far more responsive to external workloads.

CNCFCloud NativeEvent-driven
0 likes · 6 min read
What’s New in KEDA 2.0? Expanded Triggers and ScaledJob Support
Architects Research Society
Architects Research Society
Jan 15, 2021 · Fundamentals

Understanding Enterprise Integration: Concepts, Patterns, and Technologies

Enterprise integration, essential for delivering modern customer experiences, involves connecting diverse applications, data, and devices across distributed and cloud environments using messaging, application connectors, data streams, integration patterns, and APIs, with approaches evolving from point‑to‑point links to ESB and cloud‑native architectures.

APIsCloud NativeIntegration Patterns
0 likes · 7 min read
Understanding Enterprise Integration: Concepts, Patterns, and Technologies
21CTO
21CTO
Jan 14, 2021 · Cloud Native

Why You Might Want to Say Goodbye to Docker: A Look at Modern Container Tools

This article examines why Docker is no longer the sole container engine, compares alternatives like Podman, Buildah, Kaniko, and BuildKit, and explores container runtimes and image inspection tools, helping readers choose the best tools for their workflows.

Cloud NativeDockerImage Building
0 likes · 15 min read
Why You Might Want to Say Goodbye to Docker: A Look at Modern Container Tools
Architecture Digest
Architecture Digest
Jan 14, 2021 · Cloud Native

Understanding Kubernetes Components Through an Aquarium Analogy

The article uses an aquarium metaphor to explain Kubernetes fundamentals—including Pods, Nodes, Scheduler, ReplicaSets, Services, Network Policies, and ConfigMaps—by comparing applications to fish, tanks to Pods, rooms to Nodes, and the control plane to the aquarium manager, making complex concepts easier to visualize.

Cloud NativeConfigMapContainers
0 likes · 7 min read
Understanding Kubernetes Components Through an Aquarium Analogy
Alibaba Cloud Native
Alibaba Cloud Native
Jan 13, 2021 · Cloud Native

How OpenYurt v0.3.0 Boosts Edge Computing with NodePools and UnitedDeployment

OpenYurt v0.3.0, released in November 2021, adds non‑intrusive edge extensions to native Kubernetes—including NodePool and UnitedDeployment controllers, a cloud‑side Yurt‑App‑Manager, and performance upgrades to yurthub, yurt‑tunnel and yurtctl—making edge workloads easier to deploy, manage, and operate offline.

Cloud NativeEdge ComputingKubernetes
0 likes · 9 min read
How OpenYurt v0.3.0 Boosts Edge Computing with NodePools and UnitedDeployment
JavaEdge
JavaEdge
Jan 11, 2021 · Cloud Native

API Gateway vs Reverse Proxy: Choosing the Right Tool for Cloud‑Native Architecture

API gateways serve microservices and developers, while reverse proxies handle static web traffic for ops teams; the article traces their evolution from static Nginx setups to cloud‑native programmable gateways like Envoy and Traefik, explains their overlapping concepts, and suggests a unified deployment to reduce complexity.

Cloud NativeIngressKubernetes
0 likes · 5 min read
API Gateway vs Reverse Proxy: Choosing the Right Tool for Cloud‑Native Architecture
macrozheng
macrozheng
Jan 8, 2021 · Cloud Native

Why Docker Isn’t Enough Anymore: The Rise of Kubernetes

This article explains how Docker and Kubernetes complement each other, traces the evolution from physical machines to containers, outlines Docker’s history, describes why container orchestration is needed, compares Kubernetes with Docker Swarm, and details Kubernetes architecture and practical Q&A.

Cloud NativeContainerizationDocker
0 likes · 10 min read
Why Docker Isn’t Enough Anymore: The Rise of Kubernetes
Programmer DD
Programmer DD
Jan 8, 2021 · Cloud Native

Mastering Kubernetes: From Container Basics to Massive Scale

This article provides a comprehensive overview of Kubernetes, covering its core components, container deployment and scaling, service discovery methods, shared pod resources, common CNI plugins, multi-layer load balancing, isolation dimensions, network model principles, and IP address classifications for large-scale cloud-native deployments.

CNICloud NativeKubernetes
0 likes · 12 min read
Mastering Kubernetes: From Container Basics to Massive Scale
DataFunTalk
DataFunTalk
Jan 5, 2021 · Big Data

Highlights of Flink Forward Asia 2020: Stream‑Batch Integration, AI Fusion, and Cloud‑Native Advances

The 2020 Flink Forward Asia conference showcased Apache Flink's rapid growth, community milestones, industry adoption, and technical breakthroughs such as unaligned checkpoints, approximate failover, the Nexmark benchmark, stream‑batch unification, AI integration via PyFlink and Alink, and deep cloud‑native support on Kubernetes, illustrated through case studies from Alibaba, Meituan, Kuaishou, and Dell.

AI integrationApache FlinkCloud Native
0 likes · 20 min read
Highlights of Flink Forward Asia 2020: Stream‑Batch Integration, AI Fusion, and Cloud‑Native Advances
Alibaba Cloud Native
Alibaba Cloud Native
Jan 5, 2021 · Cloud Native

How to Transform a Native Kubernetes Cluster into an OpenYurt Edge‑Native Cluster

This guide walks through setting up a cloud‑hosted Kubernetes control plane with a Raspberry Pi edge node, demonstrates the limitations of a native cluster under edge conditions, converts the cluster to OpenYurt using yurtctl, and evaluates operation commands and network‑disruption scenarios to showcase OpenYurt’s edge‑native capabilities.

Cloud NativeCluster ManagementEdge Computing
0 likes · 21 min read
How to Transform a Native Kubernetes Cluster into an OpenYurt Edge‑Native Cluster
Cloud Native Technology Community
Cloud Native Technology Community
Jan 5, 2021 · Cloud Native

Building Multi‑Tenant VPC Container Networks with Kube‑OVN on Edge Computing

This article explains why multi‑tenant VPC networks are essential for modern cloud‑native environments, outlines typical use cases such as public‑cloud container services, virtual‑machine workloads and finance, discusses the challenges of implementing tenant isolation in Kubernetes, and describes how the Kube‑OVN‑based solution was enhanced and deployed on edge‑computing platforms to provide strong VPC isolation, flexible IP management, and integrated load‑balancing services.

Cloud NativeKubernetesKube‑OVN
0 likes · 14 min read
Building Multi‑Tenant VPC Container Networks with Kube‑OVN on Edge Computing
Java Architecture Diary
Java Architecture Diary
Jan 4, 2021 · Cloud Native

How Spring’s 2020 Roadmap Embraces Kubernetes, Reactive, and GraalVM

The article reviews Spring’s 2020 developments, highlighting its reintegration with VMware, massive SpringOne attendance, deep Kubernetes integration, new Spring Boot features, Reactive programming support, GraalVM native images, RSocket protocol, and the latest Java and Kotlin enhancements for cloud‑native applications.

Cloud NativeKubernetesgraalvm
0 likes · 10 min read
How Spring’s 2020 Roadmap Embraces Kubernetes, Reactive, and GraalVM
Programmer DD
Programmer DD
Jan 3, 2021 · Cloud Native

5 Must-Watch Open-Source Kubernetes Projects Shaping 2021

Discover five emerging open-source Kubernetes projects—including Quarkus, OpenTelemetry, Argo CD, Envoy/Contour, and OKD 4—that are driving cloud-native innovation in 2021 by enhancing Java workloads, observability, GitOps, traffic management, and developer tooling, and simplifying deployment pipelines.

Cloud NativeDevOpsGitOps
0 likes · 7 min read
5 Must-Watch Open-Source Kubernetes Projects Shaping 2021
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 31, 2020 · Cloud Native

How Ant Group Turned BFF Architecture into Serverless Frontend with SFF

The talk explains how Ant Group’s internal Node.js framework Chair evolved from a heavyweight BFF layer into a lightweight serverless‑for‑frontend (SFF) platform, detailing the challenges of BFF ops, the SFF function model, high‑density deployment, two‑layer scheduling, and the resulting gains in developer productivity and resource efficiency.

Cloud NativeFunction as a ServiceHigh Density Deployment
0 likes · 26 min read
How Ant Group Turned BFF Architecture into Serverless Frontend with SFF
Practical DevOps Architecture
Practical DevOps Architecture
Dec 30, 2020 · Cloud Native

Comprehensive Tutorial for Building a High‑Availability Kubernetes Cluster with Etcd and Core Components

This tutorial walks through configuring three servers, generating CA and component certificates with cfssl, deploying an etcd cluster, installing Docker, creating Kubernetes API server, controller‑manager and scheduler configurations, setting up systemd services, and verifying the health of the high‑availability Kubernetes cluster.

CertificateCloud NativeDocker
0 likes · 18 min read
Comprehensive Tutorial for Building a High‑Availability Kubernetes Cluster with Etcd and Core Components
Alibaba Cloud Native
Alibaba Cloud Native
Dec 29, 2020 · Cloud Native

What’s New in Spring Cloud 2020.0.0? A Deep Dive into Major Changes and Migration Strategies

Spring Cloud 2020.0.0 introduces a new naming scheme, drops the Netflix OSS stack, refines core abstractions like spring‑cloud‑commons, pushes a reactive programming model, and adds stronger cloud‑native capabilities, while providing detailed migration guidance and component replacement options for developers.

2020.0.0Cloud NativeLoad Balancer
0 likes · 11 min read
What’s New in Spring Cloud 2020.0.0? A Deep Dive into Major Changes and Migration Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Dec 28, 2020 · Industry Insights

How Tencent Builds a Hybrid Cloud‑Native Industrial IoT Platform with Edge Containers

This article outlines Tencent's industrial IoT platform strategy, detailing demand drivers such as security, empowerment and ecosystem, the three‑tier hybrid architecture, edge‑container design, DevOps‑enabled operations, and real‑world AI quality‑inspection and IoT monitoring use cases.

AI Quality InspectionCloud NativeEdge Computing
0 likes · 21 min read
How Tencent Builds a Hybrid Cloud‑Native Industrial IoT Platform with Edge Containers
Liangxu Linux
Liangxu Linux
Dec 27, 2020 · Cloud Native

Understanding Kubernetes Architecture: From Master Nodes to Service Discovery

This article provides a comprehensive overview of Kubernetes, covering its master‑node architecture, component roles, deployment workflow, pod fundamentals, orchestration resources, scaling and update strategies, networking basics, and how services enable microservice discovery and external access.

Cloud NativeDeploymentKubernetes
0 likes · 11 min read
Understanding Kubernetes Architecture: From Master Nodes to Service Discovery
JavaEdge
JavaEdge
Dec 27, 2020 · Cloud Native

Why Spring Cloud Struggles with Kubernetes and How to Bridge the Gap

The article explains how Spring Cloud's traditional microservice solutions conflict with Kubernetes' native mechanisms, outlines the official Spring Cloud‑Kubernetes integration project, and provides practical guidance on service discovery, configuration, and load balancing to help Java developers adopt a cloud‑native architecture.

Cloud NativeKubernetesSpring Cloud
0 likes · 8 min read
Why Spring Cloud Struggles with Kubernetes and How to Bridge the Gap
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2020 · Cloud Native

Build a Highly Available Harbor Registry with Dual-Master Replication

This guide explains how to deploy an enterprise‑grade Harbor Docker registry in a high‑availability setup using dual‑master replication and shared NFS storage, covering architecture concepts, required software versions, installation of Docker, Compose, NFS, PostgreSQL, Redis, Harbor configuration, and Nginx load‑balancing.

Cloud NativeDockerHarbor
0 likes · 18 min read
Build a Highly Available Harbor Registry with Dual-Master Replication
Cloud Native Technology Community
Cloud Native Technology Community
Dec 25, 2020 · Cloud Native

How Istio Secures Service Mesh: Zero‑Trust, mTLS, and AAA Explained

This article examines Service Mesh security by outlining core requirements, detailing Istio’s built‑in zero‑trust mechanisms—including mutual TLS, AAA, and automatic certificate rotation—and comparing the security features of Linkerd and Alauda Service Mesh, offering practical insights for designing robust microservice protection.

Cloud NativeIstioLinkerd
0 likes · 11 min read
How Istio Secures Service Mesh: Zero‑Trust, mTLS, and AAA Explained
Alibaba Cloud Native
Alibaba Cloud Native
Dec 22, 2020 · Cloud Native

Add a New KubeVela Capability in Just 20 Minutes

This step‑by‑step tutorial shows how to create a WorkloadDefinition or TraitDefinition for KubeVela, write the corresponding CUE template, merge the YAML and CUE files, apply them to a Kubernetes cluster, and verify the new capability works without restarting the platform.

CUECloud NativeDefinition
0 likes · 17 min read
Add a New KubeVela Capability in Just 20 Minutes
Tencent Cloud Developer
Tencent Cloud Developer
Dec 21, 2020 · Industry Insights

How Tencent’s Open‑Source Strategy Shapes the Global Tech Community

Tencent’s open‑source alliance unveiled three new projects, highlighted a decade‑long open‑source roadmap, and outlined a dual internal‑external loop model that drives community collaboration, technology innovation, and commercial value across cloud, AI, blockchain, 5G and IoT.

Cloud NativeIndustry InsightTencent
0 likes · 8 min read
How Tencent’s Open‑Source Strategy Shapes the Global Tech Community
Top Architect
Top Architect
Dec 20, 2020 · Cloud Native

Kubernetes Deprecates Docker: Reasons and Recommended Container Runtimes

Kubernetes has officially deprecated Docker support by removing the dockershim bridge, explaining that Docker lacks native CRI compliance, and recommends migrating to CRI‑compatible runtimes such as containerd or CRI‑O while clarifying the differences between CRI and OCI runtimes.

CRICRI-OCloud Native
0 likes · 7 min read
Kubernetes Deprecates Docker: Reasons and Recommended Container Runtimes
Alibaba Cloud Native
Alibaba Cloud Native
Dec 17, 2020 · Cloud Native

What’s New in OpenKruise v0.7.0? Advanced StatefulSet, CloneSet, and More

OpenKruise v0.7.0 introduces major enhancements—including Advanced StatefulSet with v1beta1 CRD and ordinal reservation, CloneSet with percentage‑based partitioning, the new AdvancedCronJob controller, and a self‑operating webhook component—providing richer deployment, scaling, and automation capabilities for cloud‑native Kubernetes workloads.

Advanced StatefulSetAdvancedCronJobCloneSet
0 likes · 10 min read
What’s New in OpenKruise v0.7.0? Advanced StatefulSet, CloneSet, and More
Cloud Native Technology Community
Cloud Native Technology Community
Dec 17, 2020 · Industry Insights

How China’s Three Major Telecom Operators Tackle Cloud‑Native Adoption: Insights & Lessons

In a November 2020 CNBPS roundtable, senior architects from China Mobile, China Unicom and China Telecom shared their cloud‑native journeys, detailing platform builds, migration standards, common challenges, practical pitfalls and a forward‑looking roadmap for telecom‑wide digital transformation.

Cloud NativeDevOpsIndustry Insights
0 likes · 30 min read
How China’s Three Major Telecom Operators Tackle Cloud‑Native Adoption: Insights & Lessons
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Dec 17, 2020 · Operations

How DevOps and Microservices Enable Fast, Stable Software Delivery

This article compares ancient warfare logistics with modern software delivery, defines DevOps and microservices, presents survey data on DevOps adoption, explains microservice characteristics, outlines suitable scenarios, and discusses the benefits and challenges of adopting a microservice‑based DevOps approach.

Cloud NativeContinuous DeliveryMicroservices
0 likes · 10 min read
How DevOps and Microservices Enable Fast, Stable Software Delivery
Alibaba Cloud Native
Alibaba Cloud Native
Dec 16, 2020 · Cloud Native

RocketMQ’s Cloud‑Native Operator: 30% Faster Filtering and POP Consumption

This article details how Alibaba Cloud transformed RocketMQ with a Kubernetes‑based operator, optimized message filtering by indexing MessageType for up to 30% CPU reduction, and introduced a POP consumption model that eliminates rebalance delays, achieving stable performance during the 2020 Double‑11 peak.

Cloud NativeKubernetesMessage Filtering
0 likes · 14 min read
RocketMQ’s Cloud‑Native Operator: 30% Faster Filtering and POP Consumption
JD Cloud Developers
JD Cloud Developers
Dec 14, 2020 · Artificial Intelligence

What’s Shaping Tech This Week? AI Breakthroughs, Kubernetes 1.20, and More

This week’s tech roundup covers JD’s unmanned delivery demo, Windows 10’s upcoming Android app support, rapid digital RMB payments, the Kubernetes 1.20 release, China’s IoT security standard, Google’s MediaPipe Holistic for simultaneous face‑hand‑pose prediction, a crystal‑graph neural network for materials science, and emerging trends in multi‑label learning.

AICloud NativeIoT security
0 likes · 6 min read
What’s Shaping Tech This Week? AI Breakthroughs, Kubernetes 1.20, and More
Top Architect
Top Architect
Dec 14, 2020 · Cloud Native

Lessons Learned from Two Years of Production Kubernetes at Grofers

This article recounts Grofers' two‑year journey migrating from Ansible‑managed EC2 instances to Kubernetes, detailing the motivations, migration strategy, operational challenges, observability choices, CI/CD tooling, resource management, security practices, cost considerations, and the overall impact on development velocity and platform stability.

CI/CDCloud NativeDevOps
0 likes · 20 min read
Lessons Learned from Two Years of Production Kubernetes at Grofers
IT Architects Alliance
IT Architects Alliance
Dec 13, 2020 · Backend Development

From Monolith to Microservices: A Practical Journey Through Modern Architecture

This article chronicles the evolution of software architecture from monolithic applications to microservices, detailing each stage's advantages and drawbacks, and enumerates the essential technology stack—including service communication, API gateways, authentication, fault handling, tracing, logging, configuration, containers, orchestration, and CI/CD—that enables building scalable, resilient backend systems.

CI/CDCloud NativeContainerization
0 likes · 16 min read
From Monolith to Microservices: A Practical Journey Through Modern Architecture
Tencent Cloud Developer
Tencent Cloud Developer
Dec 11, 2020 · Cloud Native

Building an IoT Air Quality Monitoring System with Cloud-Native: A Micro-Team Case Study

A five‑person micro‑team built the E‑Min atmospheric monitoring system using Tencent’s IoT and cloud‑native services, creating a three‑layer prototype in 20 hours, scaling to 27 nodes and 20 million records, cutting yearly node costs below one yuan, and opening the architecture for broader ecosystem applications.

Air Quality MonitoringCloud Cost OptimizationCloud Native
0 likes · 21 min read
Building an IoT Air Quality Monitoring System with Cloud-Native: A Micro-Team Case Study
Programmer DD
Programmer DD
Dec 10, 2020 · Cloud Native

How to Run a Windows VM on Kubernetes with KubeVirt: Step‑by‑Step Guide

This tutorial explains how to leverage KubeVirt on a Kubernetes cluster to create and run a Windows 10 virtual machine, covering architecture, disk options, preparation, installation, image upload, VM definition, networking, VNC/RDP access, and CNI troubleshooting in a comprehensive, hands‑on manner.

CDICloud NativeKubeVirt
0 likes · 20 min read
How to Run a Windows VM on Kubernetes with KubeVirt: Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
Dec 9, 2020 · Industry Insights

What Future Cloud Technologies Were Unveiled at the Shenzhen Cloud+ Community Salon?

The Shenzhen Cloud+ Community Salon on December 5 showcased Tencent experts sharing practical insights on IoT‑cloud integration, Serverless full‑stack development, blockchain applications, edge‑container industrial platforms, and network operations, highlighting emerging opportunities and technical strategies for the next wave of cloud technologies.

Cloud NativeEdge ComputingIndustry Insights
0 likes · 7 min read
What Future Cloud Technologies Were Unveiled at the Shenzhen Cloud+ Community Salon?
Alibaba Cloud Native
Alibaba Cloud Native
Dec 9, 2020 · Cloud Native

What Is KubeVela? A Deep Dive into the Simple, Extensible Cloud‑Native Application Platform

This interview with Alibaba Cloud engineer Zhang Lei explains the origins, design principles, community contributions, and practical usage of KubeVela—an OAM‑based, Kubernetes‑native platform that aims to make cloud‑native application delivery simple, highly extensible, and accessible to developers and platform teams alike.

Application PlatformCloud NativeKubeVela
0 likes · 14 min read
What Is KubeVela? A Deep Dive into the Simple, Extensible Cloud‑Native Application Platform
Cloud Native Technology Community
Cloud Native Technology Community
Dec 9, 2020 · Cloud Native

Kubernetes 1.20 Release Highlights: New Stable, Beta, and Alpha Features

The Kubernetes 1.20 release, the final version of 2020, introduces 42 enhancements—including 11 stable, 15 beta, and 16 alpha features—covering storage snapshot stability, kubectl debug, API priority and fairness, dual‑stack IPv4/IPv6, PID limits, graceful node shutdown, dockershim deprecation, and exec probe timeout fixes.

API PriorityCloud NativeIPv4/IPv6
0 likes · 7 min read
Kubernetes 1.20 Release Highlights: New Stable, Beta, and Alpha Features
Yanxuan Tech Team
Yanxuan Tech Team
Dec 8, 2020 · Cloud Native

How Yanxuan Scaled to 1,000 Services with a Cloud‑Native Platform

Facing rapid growth in 2019, Yanxuan partnered with NetEase Qingzhou to co‑build a cloud‑native platform, detailing a multi‑stage migration that standardized services, reduced code changes, enhanced high‑availability, optimized performance, and improved observability, ultimately supporting over 300 cloud‑migrated services and boosting development efficiency by more than 200%.

Cloud NativeContainerizationDevOps
0 likes · 13 min read
How Yanxuan Scaled to 1,000 Services with a Cloud‑Native Platform
Programmer DD
Programmer DD
Dec 7, 2020 · Cloud Native

How Docker Transformed Development: From VMs to Lightweight Containers

Docker emerged to address the challenges of disparate development, testing, and production environments by leveraging Linux kernel features like namespaces and cgroups, offering lightweight, fast-starting containers that isolate applications without the overhead of traditional virtual machines, and providing versatile use cases from cloud hosting to CI/CD pipelines.

Cloud NativeContainersDevOps
0 likes · 23 min read
How Docker Transformed Development: From VMs to Lightweight Containers
DevOps Cloud Academy
DevOps Cloud Academy
Dec 6, 2020 · Cloud Native

Using Docker Multistage Builds to Create Small, Efficient Images

This article explains how Docker's multistage build feature, introduced in version 17.05, enables faster image creation and significantly smaller container sizes by separating build steps into distinct stages within a single Dockerfile, and shows how to target specific stages during the build process.

Cloud NativeContainerDockerfile
0 likes · 6 min read
Using Docker Multistage Builds to Create Small, Efficient Images
Alibaba Cloud Native
Alibaba Cloud Native
Dec 5, 2020 · Backend Development

Inside Sentinel Go: Meet the New Committers and Their Open‑Source Journey

Sentinel Go, Alibaba’s open‑source traffic‑control library for microservices, recently celebrated its GA release and welcomed three new committers, who share how they discovered the project, contributed code, overcame challenges, and stay motivated to improve high‑availability flow protection in cloud‑native environments.

Cloud NativeContributor ExperienceFlow Control
0 likes · 7 min read
Inside Sentinel Go: Meet the New Committers and Their Open‑Source Journey
Alibaba Cloud Native
Alibaba Cloud Native
Dec 4, 2020 · Cloud Native

How Sentinel Go Guarantees Microservice Stability in Cloud‑Native Environments

This article explains how Sentinel Go, Alibaba’s open‑source flow‑control library, provides high‑availability protection for microservices through traffic shaping, warm‑up, concurrency control, hotspot limiting, and adaptive system protection, and describes its cloud‑native integrations such as Kubernetes CRD data sources, Service Mesh support, and HPA‑based scaling.

Cloud NativeGohigh availability
0 likes · 17 min read
How Sentinel Go Guarantees Microservice Stability in Cloud‑Native Environments
Laiye Technology Team
Laiye Technology Team
Dec 4, 2020 · Cloud Native

Evolution of CI at Laiye Technology: From Manual Processes to Cloud‑Native Prow and Tekton

This article details Laiye Technology’s CI journey, describing how the company progressed from manual and semi‑manual deployment of 30 microservices to a fully automated, cloud‑native CI pipeline built on Prow, Tekton, and Kubernetes, covering architecture evolution, workflow automation, testing, notification, and configuration management.

CI/CDCloud NativeConfiguration Management
0 likes · 15 min read
Evolution of CI at Laiye Technology: From Manual Processes to Cloud‑Native Prow and Tekton
TAL Education Technology
TAL Education Technology
Dec 3, 2020 · Operations

Leveraging Real Online Traffic for Quality Assurance and Efficiency in Online Education Platforms

This article explains how an online education quality team uses real user traffic to build a comprehensive platform that improves CI/CD maturity, automates testing, captures and replays traffic, and provides scalable services for continuous quality and efficiency across the entire development lifecycle.

CI/CDCloud NativeQuality assurance
0 likes · 14 min read
Leveraging Real Online Traffic for Quality Assurance and Efficiency in Online Education Platforms
Meituan Technology Team
Meituan Technology Team
Dec 3, 2020 · Cloud Native

Meituan's Practice and Challenges in Deploying Service Mesh in Private Cloud Clusters

Meituan’s rollout of a private‑cloud service mesh—built on an Envoy data plane, custom control plane, and language‑agnostic SDKs—overcame compatibility, scaling, and heterogeneity hurdles through isolation, standardized governance runtime, data sharding, and centralized health checks, now supporting hundreds of services with sub‑millisecond latency and unified multi‑language management.

Cloud NativeCompatibilityMeituan
0 likes · 19 min read
Meituan's Practice and Challenges in Deploying Service Mesh in Private Cloud Clusters
Alibaba Cloud Native
Alibaba Cloud Native
Dec 2, 2020 · Cloud Native

Inside Alibaba Cloud’s Serverless Devs: Architecture, Use Cases, and Future Trends

This interview explores the origins, team structure, real‑world deployments, open‑source components, and research directions of Alibaba Cloud’s Serverless Devs platform, highlighting its multi‑cloud toolchain, advantages over existing solutions, and its impact on backend development and micro‑service architectures.

Alibaba CloudCloud NativeFaaS
0 likes · 18 min read
Inside Alibaba Cloud’s Serverless Devs: Architecture, Use Cases, and Future Trends
AntTech
AntTech
Dec 2, 2020 · Cloud Native

Nydus Container Image Acceleration: Design, Implementation, and Production Experience

The article introduces Nydus, an open‑source container image acceleration solution that replaces the traditional tarball‑based OCI format with a user‑space file system, enabling on‑demand loading, chunk‑level deduplication, secure distribution via Dragonfly, and demonstrates its large‑scale deployment success during Alibaba's 2020 Double‑11 event and in production workloads.

Cloud NativeContainer ImageFilesystem
0 likes · 16 min read
Nydus Container Image Acceleration: Design, Implementation, and Production Experience
Practical DevOps Architecture
Practical DevOps Architecture
Nov 30, 2020 · Cloud Native

Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup

This tutorial walks through preparing the hostnames and /etc/hosts entries, generating a root CA and node certificates with cfssl, distributing those certificates, installing and configuring kubectl, creating admin credentials and kubeconfig, and finally deploying an etcd cluster with systemd units on a multi‑node Kubernetes environment.

CA CertificatesCloud NativeCluster Setup
0 likes · 9 min read
Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup
Programmer DD
Programmer DD
Nov 28, 2020 · Cloud Native

Why API Gateways Face an Identity Crisis: Roles, Patterns & Service Mesh

API gateways serve three core roles—API management, cluster ingress control, and gateway pattern—each with distinct responsibilities, and their relationship with service meshes is explored, helping readers understand how to choose and combine these components for optimal API infrastructure across various layers.

API ManagementCloud NativeIngress
0 likes · 16 min read
Why API Gateways Face an Identity Crisis: Roles, Patterns & Service Mesh
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 27, 2020 · Mobile Development

How Mobile DevOps Transforms App Delivery: Challenges and Solutions

This article explains how DevOps principles are adapted for mobile app delivery, detailing the unique challenges of fragmented build environments, device diversity, longer release cycles, and massive scale, and describes Alibaba Cloud’s EMAS Mobile DevOps solution, its architecture, security, scalability, and future roadmap.

AndroidCI/CDCloud Native
0 likes · 21 min read
How Mobile DevOps Transforms App Delivery: Challenges and Solutions
JavaEdge
JavaEdge
Nov 26, 2020 · Cloud Native

How Docker Transforms Microservice Development and DevOps Automation

The article explains how the rise of containers addresses the testing, deployment, and machine‑initialization challenges of microservices, introduces DevOps principles, details Docker’s image layering and Dockerfile syntax, and shows a practical four‑layer Docker image example for streamlined production workflows.

CI/CDCloud NativeContainerization
0 likes · 9 min read
How Docker Transforms Microservice Development and DevOps Automation
DevOps Cloud Academy
DevOps Cloud Academy
Nov 25, 2020 · Cloud Native

Using Spinnaker for Continuous Delivery in Kubernetes Environments

This article provides a comprehensive guide to Spinnaker, covering its role in Kubernetes, integration with cloud providers, detailed architecture, pipeline design, workflow steps, and best practices for implementing continuous delivery in cloud‑native environments.

CI/CDCloud NativeContinuous Delivery
0 likes · 11 min read
Using Spinnaker for Continuous Delivery in Kubernetes Environments