Tagged articles

cloud-native

3358 articles · Page 26 of 34
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 29, 2021 · Cloud Native

Mastering Apache Pulsar Geo‑Replication: Modes, Configs, and Common Pitfalls

Apache Pulsar’s built‑in Geo‑Replication lets multiple clusters across different regions synchronize data, offering both synchronous and asynchronous modes; this guide explains the three asynchronous patterns—full‑mesh, unidirectional, and failover—detailing required configurations, operational principles, and current limitations.

Apache PulsarCluster ConfigurationDistributed Messaging
0 likes · 10 min read
Mastering Apache Pulsar Geo‑Replication: Modes, Configs, and Common Pitfalls
Tencent Cloud Developer
Tencent Cloud Developer
Mar 29, 2021 · Cloud Native

How Tencent Cloud’s Native Data Lake Redefines Big Data Analytics

This article examines the evolution of data lakes, outlines the challenges enterprises face with massive, heterogeneous data, and details Tencent Cloud’s native data lake architecture and its serverless Data Lake Compute service, highlighting performance, cost‑efficiency, and future development directions.

AnalyticsData LakeServerless
0 likes · 10 min read
How Tencent Cloud’s Native Data Lake Redefines Big Data Analytics
phodal
phodal
Mar 28, 2021 · Cloud Native

Can a Conceptual Cloud IDE Close the DevOps Loop? Inside Uncode’s Design

The article introduces Uncode, a conceptual cloud‑native IDE that treats the entire software lifecycle as code, explains its DSL‑driven architecture, file‑based storage, blockchain‑style traceability, and the technical stack choices, while providing concrete code examples and design patterns.

Cloud IDEDSLLow-Code
0 likes · 11 min read
Can a Conceptual Cloud IDE Close the DevOps Loop? Inside Uncode’s Design
Alibaba Cloud Native
Alibaba Cloud Native
Mar 27, 2021 · Cloud Native

Why Knative? Simplifying Serverless on Kubernetes with ASK Integration

This article explains why Knative is needed to simplify Kubernetes‑based serverless workloads, describes its core modules and traffic‑based gray release capabilities, and shows how Alibaba Cloud's ASK platform integrates with Knative to reduce operational complexity, improve elasticity, and lower costs.

ASKElastic ScalingKnative
0 likes · 10 min read
Why Knative? Simplifying Serverless on Kubernetes with ASK Integration
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 26, 2021 · Cloud Native

How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability

Facing challenges of distributed microservice architectures, Tencent’s Smart Retail team built a full‑link performance monitoring platform using Apache SkyWalking and the cloud‑native TSW service, detailing architecture, agent integration, deployment steps, and performance impact to guide similar observability implementations.

APMKubernetesMicroservices
0 likes · 9 min read
How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability
Fangduoduo Tech
Fangduoduo Tech
Mar 26, 2021 · Cloud Native

Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo

This article details how Fangduoduo built an integrated, cloud‑native CI/CD release system—combining Vue front‑end, Python back‑end, Jenkins, Gerrit, Docker Swarm and Kubernetes—to automate builds, deployments, version control, testing, and service maintenance, dramatically boosting development efficiency.

CI/CDDevOpsDocker Swarm
0 likes · 11 min read
Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo
Alibaba Cloud Native
Alibaba Cloud Native
Mar 26, 2021 · Cloud Native

How KubeVela Transforms an AppFile into a Kubernetes Application

This article explains how KubeVela converts an AppFile into a Kubernetes Application by outlining the two‑stage process, showing the relevant Go source code for the `vela up` command, detailing the AppFile and Application data structures, and describing the controller logic that renders the final Kubernetes resources.

AppFileKubeVelaKubernetes
0 likes · 13 min read
How KubeVela Transforms an AppFile into a Kubernetes Application
Top Architect
Top Architect
Mar 26, 2021 · Operations

Top Open‑Source Projects for SREs and DevOps

This article presents a curated list of popular open‑source tools for monitoring, deployment, chaos testing, and reliability engineering, explaining their main features and how they help SREs and DevOps engineers build scalable, highly available cloud‑native systems.

DevOpsOpen SourceSRE
0 likes · 10 min read
Top Open‑Source Projects for SREs and DevOps
Alibaba Cloud Native
Alibaba Cloud Native
Mar 25, 2021 · Cloud Native

How ChaosBlade‑Box Empowers Cloud‑Native High Availability with Chaos Engineering

The article introduces ChaosBlade‑Box, an open‑source cloud‑native chaos‑engineering console that builds on Alibaba’s ChaosBlade tool, explains the high‑availability challenges of cloud‑native systems, details the platform’s design, features, multi‑language support, deployment workflow, example experiments, and future roadmap for resilient architectures.

High AvailabilityKubernetesOpen Source
0 likes · 12 min read
How ChaosBlade‑Box Empowers Cloud‑Native High Availability with Chaos Engineering
DevOps Cloud Academy
DevOps Cloud Academy
Mar 24, 2021 · Cloud Native

Understanding GitOps: Principles, Workflow, and Benefits

GitOps automates infrastructure management by applying DevOps best practices such as version control, code review, and CI/CD pipelines, using declarative IaC stored in Git to enable reliable, observable, and secure deployments across cloud‑native environments.

CI/CDDevOpsGitOps
0 likes · 10 min read
Understanding GitOps: Principles, Workflow, and Benefits
dbaplus Community
dbaplus Community
Mar 24, 2021 · Cloud Native

Three Years of Production Kubernetes: Key Lessons and Practical Tips

Over three years of running Kubernetes in production across on‑premise RHEL VMs and AWS EC2, we learned hard‑won lessons about Java container compatibility, upgrade strategies, build and deployment pipelines, probe tuning, external IP scaling, and when Kubernetes truly adds value.

JavaKubernetesOps
0 likes · 11 min read
Three Years of Production Kubernetes: Key Lessons and Practical Tips
Volcano Engine Developer Services
Volcano Engine Developer Services
Mar 23, 2021 · Cloud Native

How Douyin Handled 70B Red Packet Interactions in 27 Days with Cloud‑Native Magic

In just 27 days, Douyin and Volcano Engine's cloud‑native team built a Kubernetes‑based, elastically scalable infrastructure that supported 703 billion red‑packet interactions and over a trillion live‑stream views during the 2021 Spring Festival Gala, ensuring zero downtime and seamless user experience.

Edge ComputingElastic Scalingcloud-native
0 likes · 12 min read
How Douyin Handled 70B Red Packet Interactions in 27 Days with Cloud‑Native Magic
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 19, 2021 · Cloud Native

Building a Serverless Workflow Platform with Knative: Architecture and Implementation

The article describes how the team built a production‑grade serverless workflow platform on Knative by creating four modules—a dashboard, API, operator, and syncer—that generate Kubernetes resources, automate CI/CD, monitor via Prometheus, and aim to cut boilerplate while supporting future extensions such as richer constructs, multi‑language support, and synchronous invocations.

KnativeKubernetesMicroservices
0 likes · 12 min read
Building a Serverless Workflow Platform with Knative: Architecture and Implementation
Code Ape Tech Column
Code Ape Tech Column
Mar 19, 2021 · Backend Development

Top 15 Alibaba Developer Tools Every Backend Engineer Should Know

This article presents a curated list of fifteen Alibaba‑originated developer tools—including Arthas, Cloud Toolkit, ChaosBlade, Docsite, and more—detailing their purpose, typical use cases, tutorial links, and acquisition methods to help backend engineers boost productivity and reliability.

AlibabaJavaOpen Source
0 likes · 13 min read
Top 15 Alibaba Developer Tools Every Backend Engineer Should Know
dbaplus Community
dbaplus Community
Mar 17, 2021 · Big Data

How We Cut PBs of Waste and Optimized HDFS with Tiered Storage and Cloud Migration

This article details a three‑part technical sharing that covers cost governance for offline Hadoop clusters, a large‑scale data‑center migration with architecture upgrades, and a tiered storage strategy using EC and COS to reduce storage costs and improve performance in a cloud‑native big‑data environment.

Big Data MigrationCOSData Governance
0 likes · 10 min read
How We Cut PBs of Waste and Optimized HDFS with Tiered Storage and Cloud Migration
JD Cloud Developers
JD Cloud Developers
Mar 17, 2021 · Cloud Native

How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes

This article details the step‑by‑step process of deploying JD’s Aura Android component platform on the private T‑PaaS environment, covering requirement analysis, solution selection, Docker image creation, Helm‑based Kubernetes orchestration, configuration management with Confd, and essential middleware setup for a successful cloud‑native rollout.

AndroidCI/CDDocker
0 likes · 13 min read
How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes
JD Cloud Developers
JD Cloud Developers
Mar 15, 2021 · Artificial Intelligence

Top Tech Weekly: AI Earthquake Monitor, PyTorch 1.8, Language Rankings & More

This developer community weekly roundup highlights CCTV's new big‑data governance platform, RedMonk's programming language rankings, Chromium‑based browsers adopting a four‑week release cycle, PyTorch 1.8 with AMD support, the world’s first AI‑driven earthquake monitoring system, Red Hat OpenShift 4.7, a deep meta‑learning model for city sales prediction, and a CVPR breakthrough in controllable human image generation.

Big DataProgramming LanguagesPyTorch
0 likes · 9 min read
Top Tech Weekly: AI Earthquake Monitor, PyTorch 1.8, Language Rankings & More
Alibaba Cloud Native
Alibaba Cloud Native
Mar 12, 2021 · Cloud Native

Deploy Cloud‑Native CI/CD with GitHub Actions and Alibaba Cloud ACK

This guide explains how to use GitHub Actions together with Alibaba Cloud Container Service (ACK) and Container Registry (ACR) to build a lightweight, automated CI/CD pipeline that packages an Nginx app into a container, pushes it to ACR, and deploys it to ACK, illustrating a practical DevOps workflow.

ACKACRAlibaba Cloud
0 likes · 11 min read
Deploy Cloud‑Native CI/CD with GitHub Actions and Alibaba Cloud ACK
Node Underground
Node Underground
Mar 12, 2021 · Cloud Native

How Alinode Boosts Node.js Observability and Scheduling in the Cloud‑Native Era

Alinode expands its Node.js performance diagnostics into a full‑stack observability and scheduling platform for serverless workloads, offering traffic monitoring, white‑screen logs, remote debugging, crash analysis, standardized metrics, and a cloud‑native runtime that balances cost and performance.

DiagnosticsNode.jsPerformance Monitoring
0 likes · 11 min read
How Alinode Boosts Node.js Observability and Scheduling in the Cloud‑Native Era
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 12, 2021 · Cloud Native

How Alinode Boosts Node.js Observability & Scheduling in Serverless Cloud Native Era

This article outlines how Alinode has evolved from a Node.js performance diagnostic tool into a comprehensive observability and scheduling platform for serverless environments, detailing its Insight monitoring features, remote debugging, crash analysis, standardization efforts, and runtime optimizations that improve cost and performance.

AlinodeDiagnosticsNode.js
0 likes · 12 min read
How Alinode Boosts Node.js Observability & Scheduling in Serverless Cloud Native Era
Meituan Technology Team
Meituan Technology Team
Mar 11, 2021 · Cloud Native

Meituan OCTO 2.0: Architecture, Service Mesh Features, and Operational Practices

Meituan’s OCTO 2.0 upgrades the company’s distributed service‑governance platform by reusing OCTO 1.0 infrastructure, adding a self‑developed control plane and a customized Envoy data‑plane that employ UDS traffic hijacking, on‑demand service discovery, loss‑less hot‑restart, and automated lifecycle management, while planning cloud‑native extensions and full‑link mTLS.

Distributed SystemsHot RestartOCTO 2.0
0 likes · 13 min read
Meituan OCTO 2.0: Architecture, Service Mesh Features, and Operational Practices
Cloud Native Technology Community
Cloud Native Technology Community
Mar 11, 2021 · Cloud Native

How to Debug Kubernetes Deployments, Services, and Ingress Step‑by‑Step

This guide walks you through troubleshooting Kubernetes Deployments by explaining the relationships between Deployments, Services, and Ingress, showing a complete YAML example, detailing label and port matching rules, and providing concrete kubectl commands and debugging techniques for Pods, Services, and Ingress.

Kubernetescloud-nativedeployment
0 likes · 18 min read
How to Debug Kubernetes Deployments, Services, and Ingress Step‑by‑Step
Alibaba Cloud Native
Alibaba Cloud Native
Mar 11, 2021 · Cloud Native

OpenKruise v0.8.0 Highlights: DaemonSets, Image Pre‑Pull, and SidecarSet Overhaul

OpenKruise v0.8.0 introduces a new kruise‑daemon component for node‑level tasks, a scalable image pre‑pull capability via ImagePullJob, a fully restructured SidecarSet controller with enhanced injection and upgrade policies, a feature‑gate mechanism, and various optimizations such as CloneSet improvements and Alibaba Cloud image registry support.

DaemonSetImagePullJobKubernetes
0 likes · 11 min read
OpenKruise v0.8.0 Highlights: DaemonSets, Image Pre‑Pull, and SidecarSet Overhaul
DevOps Cloud Academy
DevOps Cloud Academy
Mar 11, 2021 · Cloud Native

Understanding CoreDNS: A Cloud‑Native DNS Server for Kubernetes

CoreDNS is a modern, plugin‑based DNS server designed for containerized and Kubernetes environments, offering simple configuration, memory‑safe Go implementation, and tight integration with cloud‑native ecosystems, while also discussing its advantages, limitations, and relationship with the CNCF.

ContainersCoreDNSDNS
0 likes · 8 min read
Understanding CoreDNS: A Cloud‑Native DNS Server for Kubernetes
macrozheng
macrozheng
Mar 10, 2021 · Cloud Native

Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide

This article walks through deploying the open‑source mall‑swarm project using Docker for supporting services on a base server and Kubernetes on an application server, covering image packaging, Docker Compose setup, Rancher installation, Nacos configuration, YAML deployments, and Nginx reverse‑proxy access, with full command examples.

DevOpsDockerKubernetes
0 likes · 15 min read
Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide
Programmer DD
Programmer DD
Mar 6, 2021 · Cloud Native

How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo CNI

This guide walks you through using WireGuard for both networking and encryption in cloud‑native Kubernetes, showing how to configure Kilo CNI to create a multi‑cloud k3s mesh across AWS, Azure, GCP and Alibaba Cloud, and how to connect local clients to the cluster.

K3sKiloKubernetes
0 likes · 18 min read
How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo CNI
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2021 · Cloud Native

How KubeVela Simplifies Cloud‑Native Application Delivery with OAM

This article explains how KubeVela, built on the OAM model, enables platform teams to assemble reusable, extensible application delivery capabilities on Kubernetes without reinventing wheels, covering its origins, user roles, core abstractions, Appfile workflow, dashboard/API support, and upcoming roadmap.

Application DeliveryKubeVelaKubernetes
0 likes · 17 min read
How KubeVela Simplifies Cloud‑Native Application Delivery with OAM
JD Tech
JD Tech
Mar 1, 2021 · Cloud Native

Private Deployment of JD mPaaS Aura Platform on TPaaS: Architecture, Dockerfile, and Kubernetes Orchestration

This article details the end‑to‑end process of privatizing JD's mPaaS Aura Android component platform on the TPaaS cloud‑native environment, covering requirement analysis, custom Dockerfile creation, unified configuration with confd, middleware setup, and Kubernetes resource definitions for a production‑grade deployment.

AURACI/CDDocker
0 likes · 10 min read
Private Deployment of JD mPaaS Aura Platform on TPaaS: Architecture, Dockerfile, and Kubernetes Orchestration
Liangxu Linux
Liangxu Linux
Feb 28, 2021 · Cloud Native

Essential Kubernetes Best Practices for Production‑Ready Clusters

This guide presents a comprehensive checklist of Kubernetes best practices covering container image selection, registry authentication, namespace isolation, labeling, annotations, RBAC, pod security policies, network policies, secrets management, image scanning, CI/CD, canary releases, monitoring, service mesh, and admission controllers to help you build secure, stable, and scalable production clusters.

Cluster ManagementKubernetescloud-native
0 likes · 17 min read
Essential Kubernetes Best Practices for Production‑Ready Clusters
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.

DevOpsKubernetesPerformance Optimization
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.

KubernetesOpen Sourcecloud-native
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.

MicroservicesOpenTracingcloud-native
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.

Container RegistryDockerEnvoy
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.

ContainersPod Networkcloud-native
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 DataData Acceleration
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.

Elastic StackSREWorkshop
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.

KubernetesPod creationServerless
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.

Kubernetescloud-nativenginx
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.

MicroservicesSoftware Architecturebackend development
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.

Container OrchestrationEdge 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.

MicroservicesTSF Meshcloud-native
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.

DevOpsKnativeKubernetes
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.

Distributed SystemsObject Storageblock 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.

Distributed SystemsDubboJava
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.

Distributed SystemsMicroservicesbackend architecture
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.

FaaSFunctionJava
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.

IstioKnativeKubernetes
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.

BuildahDockerOCI
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.

AddonsControl PlaneKubernetes
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.

CLICluster ManagementKubernetes
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.

API-gatewayJavacloud-native
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/MLEdge ComputingKubernetes
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.

PerformanceRemote 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.

ContainersDockerLinux namespaces
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.

CNCFKEDAKubernetes
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.

APIsIntegration Patternscloud-native
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.

DockerImage BuildingOCI
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.

ContainersKubernetesReplicaSet
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.

Edge ComputingKubernetesNodePool
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.

API-gatewayKubernetesReverse Proxy
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.

DockerKubernetesOrchestration
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.

Container OrchestrationKubernetescloud-native
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 FlinkStream Processing
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.

Cluster ManagementEdge ComputingKubernetes
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.

KubernetesKube‑OVNVPC
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.

GraalVMJavaKubernetes
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.

DevOpsGitOpsJava
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.

Function-as-a-ServiceHigh Density DeploymentNode.js
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.

DockerHA ClusterKubernetes
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.0Load BalancerNetflix OSS removal
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 InspectionEdge ComputingIoT Monitoring
0 likes · 21 min read
How Tencent Builds a Hybrid Cloud‑Native Industrial IoT Platform with Edge Containers