Tagged articles
3133 articles
Page 17 of 32
Architect's Guide
Architect's Guide
Jul 14, 2022 · Cloud Native

Understanding Kubernetes: Cloud‑Native Architecture, Deployment Scenarios, and Operational Practices

This article explains what Kubernetes (K8s) is, its core characteristics of portability, extensibility, and automation, and how it enables cloud‑native, container‑based deployments, resource optimization, seamless service migration, and operational automation across enterprises of all sizes.

ContainerizationOperationsarchitecture
0 likes · 10 min read
Understanding Kubernetes: Cloud‑Native Architecture, Deployment Scenarios, and Operational Practices
dbaplus Community
dbaplus Community
Jul 12, 2022 · Operations

How a Lua Bug Crashed Bilibili’s Load Balancer and What We Learned

In July 2021 a sudden CPU‑100% spike in Bilibili's OpenResty‑based SLB caused widespread service outages, prompting an emergency response that rebuilt load‑balancer clusters, traced a Lua _gcd function bug triggered by a zero weight string, and led to extensive operational and architectural improvements.

Incident ManagementLuaOpenResty
0 likes · 17 min read
How a Lua Bug Crashed Bilibili’s Load Balancer and What We Learned
Volcano Engine Developer Services
Volcano Engine Developer Services
Jul 12, 2022 · Cloud Native

How ByteDance Scales Cloud‑Native Infrastructure with Hybrid K8s Scheduling

ByteDance’s cloud‑native ecosystem combines a multi‑layered architecture, dynamic resource over‑provisioning control, hybrid online‑offline scheduling, and federated cluster management to boost container utilization from 23% to 63%, reduce costs by 40%, and support massive events like the 2021 Spring Festival Gala.

cloud-nativehybrid deploymentlarge scale
0 likes · 16 min read
How ByteDance Scales Cloud‑Native Infrastructure with Hybrid K8s Scheduling
Alibaba Cloud Native
Alibaba Cloud Native
Jul 12, 2022 · Big Data

How to Troubleshoot Kafka Message Loss with the Managed Retrieval Component

This article explains common Kafka message‑loss and duplicate‑consumption issues, introduces Alibaba Cloud's fully managed Kafka Retrieval Component, and provides step‑by‑step guidance—including enabling the service, using Tablestore for multi‑index and SQL searches—to help engineers quickly locate and verify missing or duplicated messages.

Big DataKafkaMessage Retrieval
0 likes · 7 min read
How to Troubleshoot Kafka Message Loss with the Managed Retrieval Component
Cloud Native Technology Community
Cloud Native Technology Community
Jul 12, 2022 · Cloud Native

How Tencent Cut Kubernetes CPU Costs by 70%: A Full‑Scale Cloud‑Native Optimization Journey

This article presents a comprehensive, data‑driven case study of how Tencent’s internal Kubernetes/TKE platform reduced monthly CPU usage by up to 70% and memory usage by 50% through systematic cost data collection, VPA/HPA enhancements, custom scheduling, node‑level over‑commit, and safe node decommissioning, while maintaining zero‑incident reliability.

OperationsScalingVPA
0 likes · 28 min read
How Tencent Cut Kubernetes CPU Costs by 70%: A Full‑Scale Cloud‑Native Optimization Journey
Cloud Native Technology Community
Cloud Native Technology Community
Jul 11, 2022 · Industry Insights

How Financial Firms Are Accelerating Cloud‑Native Adoption: Key Trends & Metrics

As cloud‑native technologies surge, financial institutions are racing toward full adoption to cut costs and boost service quality, yet they face challenges in evaluating investment returns, measuring impact, and navigating a complex stack of infrastructure, security, and operational changes.

Case StudiesDigital TransformationFinancial Industry
0 likes · 5 min read
How Financial Firms Are Accelerating Cloud‑Native Adoption: Key Trends & Metrics
Top Architect
Top Architect
Jul 8, 2022 · Cloud Native

Understanding Service Mesh and Istio: Architecture, Features, and Hands‑On Deployment

This tutorial explains the fundamentals of service mesh, outlines Istio's architecture and core components, walks through installing Istio on Kubernetes, demonstrates a sample microservice deployment with traffic‑management, security, and observability features, and discusses when to adopt a service mesh and its alternatives.

IstioMicroservicesObservability
0 likes · 20 min read
Understanding Service Mesh and Istio: Architecture, Features, and Hands‑On Deployment
AntTech
AntTech
Jul 7, 2022 · Backend Development

Interview with Apache Dubbo Committer and GSoC Mentor Niu Xuewei: Open Source Journey and Insights

In this interview, Apache Dubbo Committer and GSoC mentor Niu Xuewei shares his open‑source journey, contributions to Dubbo‑go and Kata Containers, experiences as a community contributor and mentor, and offers practical advice on code quality, time management, and the benefits of open‑source participation for students.

Backend DevelopmentGSoCcloud-native
0 likes · 10 min read
Interview with Apache Dubbo Committer and GSoC Mentor Niu Xuewei: Open Source Journey and Insights
High Availability Architecture
High Availability Architecture
Jul 7, 2022 · Big Data

Interview with Tencent Cloud’s Zhang Zhigang on Lakehouse Architecture and Cloud‑Native Integration

In this interview, Tencent Cloud expert Zhang Zhigang explains the fundamentals and key technologies of lakehouse architecture, discusses how cloud‑native practices enhance its performance and operability, and offers practical advice for big‑data professionals ahead of the 2022 GIAC Global Internet Architecture Conference in Shenzhen.

Data ArchitectureLakehouseTencent Cloud
0 likes · 10 min read
Interview with Tencent Cloud’s Zhang Zhigang on Lakehouse Architecture and Cloud‑Native Integration
Cloud Native Technology Community
Cloud Native Technology Community
Jul 7, 2022 · Cloud Native

LifeMiles Cuts Infrastructure Spend by 50% and Doubles Available Resources with Kubernetes

The case study describes how LifeMiles migrated its legacy monolithic system to AWS and adopted Kubernetes for container orchestration, achieving a 50% reduction in infrastructure costs, a three‑fold increase in deployment frequency, and a doubling of usable resources while dramatically shortening time‑to‑market.

Cost ReductionDevOpsaws
0 likes · 6 min read
LifeMiles Cuts Infrastructure Spend by 50% and Doubles Available Resources with Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Jul 6, 2022 · Industry Insights

How Cloud‑Native Technology Is Driving the Automotive Industry’s Digital Revolution

The article analyzes how the rise of software‑defined vehicles and the rapid development of cloud‑native and AI technologies are reshaping the automotive sector, outlining the IT challenges car makers face, the benefits of cloud‑native adoption, practical migration steps, and security considerations for a successful digital transformation.

AutomotiveDevOpsDigital Transformation
0 likes · 12 min read
How Cloud‑Native Technology Is Driving the Automotive Industry’s Digital Revolution
Tencent Cloud Developer
Tencent Cloud Developer
Jul 6, 2022 · Cloud Native

Kubernetes: Historical Background, Architecture, and Why It Became the Dominant Container Orchestration Platform

Kubernetes, evolving from Google’s Borg and built on Docker’s lightweight containers, became the dominant cloud‑native orchestration platform by offering a declarative API, extensible plug‑in architecture, and robust control‑plane components that automate deployment, scaling, service discovery, and self‑healing across distributed workloads.

BorgDeclarative APIDocker
0 likes · 24 min read
Kubernetes: Historical Background, Architecture, and Why It Became the Dominant Container Orchestration Platform
Alibaba Cloud Native
Alibaba Cloud Native
Jul 5, 2022 · Cloud Native

Unlocking eBPF: How Kernel‑Level Observability Powers Modern Cloud‑Native Apps

This article explains what eBPF is, why it was created, its core characteristics, common use cases such as network optimization, fault diagnosis, security control and performance monitoring, and provides practical step‑by‑step guidance, tooling commands, program types, and ecosystem resources for leveraging eBPF in cloud‑native environments.

LinuxObservabilitycloud-native
0 likes · 20 min read
Unlocking eBPF: How Kernel‑Level Observability Powers Modern Cloud‑Native Apps
Ops Development Stories
Ops Development Stories
Jul 5, 2022 · Cloud Native

Essential Kubernetes Best Practices Every Engineer Should Follow

This article presents a comprehensive set of Kubernetes best practices covering namespace usage, health probes, autoscaling, resource requests, workload controllers, multi‑node clusters, RBAC, managed services, version upgrades, monitoring, GitOps, image optimization, labeling, network policies, and firewalls to help engineers design, operate, and maintain robust cloud‑native environments.

DevOpscloud-nativecontainer orchestration
0 likes · 14 min read
Essential Kubernetes Best Practices Every Engineer Should Follow
Efficient Ops
Efficient Ops
Jul 3, 2022 · Cloud Native

Understanding Kubernetes: Core Components and How They Work Together

This article provides a concise, concept‑level overview of Kubernetes architecture, explaining the roles of master and worker nodes, Pods, networking, scheduling, storage, services, scaling, and controller interactions, illustrated with diagrams to help beginners grasp the system’s complexity.

Cluster ArchitecturePodscloud-native
0 likes · 10 min read
Understanding Kubernetes: Core Components and How They Work Together
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2022 · Cloud Native

Master Kubernetes Resource Insights with kube-capacity CLI

This guide explains how to install and use the kube-capacity command‑line tool to quickly view resource requests, limits, and utilization for pods and nodes in a Kubernetes cluster, including advanced options for filtering, JSON/YAML output, and integration with metrics‑server.

CLIResource Monitoringcloud-native
0 likes · 7 min read
Master Kubernetes Resource Insights with kube-capacity CLI
Zuoyebang Tech Team
Zuoyebang Tech Team
Jun 30, 2022 · Cloud Native

How Leading Chinese Tech Companies Master Cloud‑Native at Scale

The first Cloud‑Native Practitioners Conference brought together engineers from Zuoyebang, Zhihu, Zhuanzhuan and others to share large‑scale Kubernetes, serverless and Istio experiences, industry trends, and practical solutions that drive stability, efficiency and digital transformation.

ContainerizationIstioMicroservices
0 likes · 6 min read
How Leading Chinese Tech Companies Master Cloud‑Native at Scale
DataFunSummit
DataFunSummit
Jun 30, 2022 · Artificial Intelligence

MLOps Practices on the Beike Inference Platform: Architecture, Evolution, and Future Plans

This article presents a comprehensive overview of Beike's machine learning platform and its inference service, detailing the platform's architecture, GPU virtualization, cloud‑native migration, MLOps implementation, and future roadmap to achieve cost‑effective, automated AI model deployment at scale.

AIGPU virtualizationInference Platform
0 likes · 13 min read
MLOps Practices on the Beike Inference Platform: Architecture, Evolution, and Future Plans
Alibaba Cloud Native
Alibaba Cloud Native
Jun 29, 2022 · Cloud Native

How to Simplify Serverless Canary Deployments with FC-Canary Plugin

This guide explains the concept of serverless computing and gray (canary) releases, compares manual console methods with the FC-Canary plugin, and provides step‑by‑step instructions, code snippets, and best‑practice tips for configuring and testing automated canary deployments on Alibaba Cloud Function Compute.

FC-CanaryFunction ComputeServerless
0 likes · 13 min read
How to Simplify Serverless Canary Deployments with FC-Canary Plugin
Refining Core Development Skills
Refining Core Development Skills
Jun 29, 2022 · Cloud Native

Inside Tencent’s Open‑Source Microservice Engine: Polaris Mesh & Spring Cloud Tencent

This article explores Tencent’s evolution from monolithic LAMP/MVC stacks to a container‑based microservice architecture, detailing the open‑source Polaris Mesh service mesh, Spring Cloud Tencent framework, and their gateway, naming, and configuration components, while highlighting deployment benefits and practical usage examples.

Configuration CenterMicroservicesPolaris Mesh
0 likes · 15 min read
Inside Tencent’s Open‑Source Microservice Engine: Polaris Mesh & Spring Cloud Tencent
360 Tech Engineering
360 Tech Engineering
Jun 28, 2022 · Cloud Native

Using Sonobuoy for Kubernetes Conformance Testing

This guide explains how to install Sonobuoy, run Kubernetes conformance tests, retrieve and analyze results, and understand the tool’s architecture and role in ensuring cluster portability and CNCF certification.

Cluster DiagnosticsConformance TestingSonobuoy
0 likes · 7 min read
Using Sonobuoy for Kubernetes Conformance Testing
Alibaba Cloud Native
Alibaba Cloud Native
Jun 28, 2022 · Cloud Native

How Downsampling Supercharges Prometheus Queries for Large‑Scale Cloud‑Native Monitoring

This article explains why downsampling is essential for handling massive time‑series data in Prometheus, describes the aggregation rules and intervals, compares ARMS Prometheus' implementation with other solutions, and shows performance and accuracy results that demonstrate significant query speed improvements.

DownsamplingPrometheusTime-series
0 likes · 15 min read
How Downsampling Supercharges Prometheus Queries for Large‑Scale Cloud‑Native Monitoring
DevOps Cloud Academy
DevOps Cloud Academy
Jun 27, 2022 · Cloud Native

Why Developer Self‑Service Matters and How It Works

The article explains the growing importance of developer self‑service platforms in modern cloud‑native environments, describing their benefits, operational models, and how they empower developers to manage infrastructure and application delivery efficiently.

DevOpscloud-nativedeveloper productivity
0 likes · 7 min read
Why Developer Self‑Service Matters and How It Works
IT Architects Alliance
IT Architects Alliance
Jun 26, 2022 · Cloud Native

How to Build a High‑Availability Microservices System on Kubernetes from Scratch

This guide walks through designing a simple Java Spring Boot microservice architecture, implementing the services, deploying them on a Kubernetes cluster with Eureka registration, adding Prometheus‑Grafana monitoring, configuring logging, tracing, and flow‑control, and validating high availability using real‑time dashboards and tools like Lens.

JavaMicroservicesSpring Boot
0 likes · 19 min read
How to Build a High‑Availability Microservices System on Kubernetes from Scratch
Architects Research Society
Architects Research Society
Jun 25, 2022 · Fundamentals

Data Architecture: Definition, Goals, Principles, Components, and Best Practices

This article explains data architecture as the transformation of business needs into data and system requirements, outlines its objectives, core principles, essential components, the relationship with data modeling, relevant frameworks, and modern best‑practice guidelines for building scalable, cloud‑native, AI‑enabled architectures.

AI IntegrationData Architecturecloud-native
0 likes · 10 min read
Data Architecture: Definition, Goals, Principles, Components, and Best Practices
Efficient Ops
Efficient Ops
Jun 23, 2022 · Cloud Native

How Vivo Scales Kubernetes: Automated Multi‑Cluster Management with a Custom Operator

Vivo’s rapid migration to Kubernetes across multiple data centers required a secure, efficient, and reliable way to manage thousands of nodes, leading them to develop a custom k8s‑operator that streamlines cluster deployment, CI testing, declarative APIs, and automated repair for large‑scale cloud‑native environments.

Cluster AutomationDevOpsOperator
0 likes · 3 min read
How Vivo Scales Kubernetes: Automated Multi‑Cluster Management with a Custom Operator
Cloud Native Technology Community
Cloud Native Technology Community
Jun 22, 2022 · Industry Insights

How to Slash Cloud‑Native Costs: Practical Steps for Better Resource Utilization

This article analyzes the low server utilization problem in modern cloud‑native environments, presents industry survey data, and outlines a four‑step framework—including observability, optimal public‑cloud usage, elasticity sharing, and remote deployment—to help enterprises dramatically reduce cloud costs while maintaining performance.

cloud-nativecost optimizationelastic scaling
0 likes · 23 min read
How to Slash Cloud‑Native Costs: Practical Steps for Better Resource Utilization
Alibaba Cloud Native
Alibaba Cloud Native
Jun 21, 2022 · Cloud Native

What’s New in KubeVela 1.4? Secure Multi‑Cluster Delivery, Visual Topology, and VelaD

KubeVela 1.4 introduces built‑in multi‑cluster authentication and authorization, a resource‑topology visualizer, the lightweight VelaD runtime, dozens of new plugins, and a host of workflow enhancements, while outlining the project’s roadmap for observability, workflow and application management.

AuthenticationAuthorizationKubeVela
0 likes · 15 min read
What’s New in KubeVela 1.4? Secure Multi‑Cluster Delivery, Visual Topology, and VelaD
Bilibili Tech
Bilibili Tech
Jun 21, 2022 · Cloud Native

Evolution of SRE in the Cloud‑Native Era – Insights from Industry Experts

Industry experts from Zhejiang Mobile, Bilibili, and Xiaomi discuss how SRE has evolved in the cloud‑native era, sharing concrete frameworks, observability practices, and cost‑focused platforms while emphasizing stability, metrics, on‑call processes, and the need to adapt Google’s model to real‑world product and operational contexts.

DevOpsSREcloud-native
0 likes · 31 min read
Evolution of SRE in the Cloud‑Native Era – Insights from Industry Experts
Cloud Native Technology Community
Cloud Native Technology Community
Jun 20, 2022 · Industry Insights

Building a Full‑Stack Cloud‑Native Platform: The 1+4+6+N Blueprint

This article outlines a comprehensive full‑stack cloud‑native architecture for enterprises, detailing a six‑layer blueprint, the 1+4+6+N planning model, core capabilities, supporting systems, and a three‑step implementation roadmap to accelerate digital transformation and business innovation.

Digital TransformationEnterprise ArchitectureIT modernization
0 likes · 13 min read
Building a Full‑Stack Cloud‑Native Platform: The 1+4+6+N Blueprint
Cloud Native Technology Community
Cloud Native Technology Community
Jun 20, 2022 · Industry Insights

How Cloud‑Native Architecture Can Transform Smart Hospitals in the Pandemic Era

The article analyzes how pandemic‑driven demand for contact‑less medical services is prompting hospitals to adopt full‑stack cloud‑native platforms, outlining strategic cloud choices, micro‑service migration, and phased implementation to achieve unified data governance, flexible online care, and reduced operational pressure.

Digital TransformationIndustry Insightscloud-native
0 likes · 7 min read
How Cloud‑Native Architecture Can Transform Smart Hospitals in the Pandemic Era
Architecture Digest
Architecture Digest
Jun 20, 2022 · Backend Development

Architectural Guide: Microservices, Service Mesh, Messaging, and Observability

This article presents a comprehensive architectural roadmap covering microservice fundamentals, design principles, service discovery, API protocols, gateway patterns, observability pillars, service mesh options, and a detailed comparison of modern message‑queue technologies, offering practical guidance for backend system design and selection.

Backend ArchitectureMicroservicesObservability
0 likes · 28 min read
Architectural Guide: Microservices, Service Mesh, Messaging, and Observability
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jun 17, 2022 · Cloud Native

How Huawei’s Cloud EulerOS Powers High‑Performance, Secure Cloud Native Workloads

The 2022 Kunpeng Developer Summit showcased Huawei Cloud EulerOS, an openEuler‑based cloud‑native operating system, highlighting its high‑performance, security‑focused features, mixed‑deployment solutions, and real‑world case studies such as smart property management and a micro‑service banking core, illustrating the platform’s role in advancing intelligent computing.

EulerOSHuawei CloudPerformance Optimization
0 likes · 6 min read
How Huawei’s Cloud EulerOS Powers High‑Performance, Secure Cloud Native Workloads
Bilibili Tech
Bilibili Tech
Jun 17, 2022 · Operations

Profile of Chen Yang, Senior DevOps Engineer

Chen Yang, a senior DevOps engineer at Bilibili, brings over a decade of database expertise from multinational IT firms and major internet companies, having designed trillion‑scale architectures for billion‑user services, specialized in MySQL, automated and cloud‑native database operations, and holds several patented innovations.

Database ManagementDevOpsPatent Holder
0 likes · 1 min read
Profile of Chen Yang, Senior DevOps Engineer
Zuoyebang Tech Team
Zuoyebang Tech Team
Jun 16, 2022 · Cloud Native

What Makes Zuoyebang’s Cloud‑Native Search System a 2022 Conference Highlight?

The 2022 Cloud Native Industry Conference in Beijing, organized by the China Academy of Information and Communications Technology and the China Communications Standards Association, showcased 14 exemplary cloud‑native cases—including Zuoyebang’s search system—highlighting the rapid growth of China’s cloud‑native ecosystem, its technical innovations, and the release of a national cloud‑native security testing platform.

AIBig DataDigital Transformation
0 likes · 4 min read
What Makes Zuoyebang’s Cloud‑Native Search System a 2022 Conference Highlight?
Alibaba Cloud Native
Alibaba Cloud Native
Jun 16, 2022 · Cloud Native

How Koordinator Improves Efficiency and Stability for Cloud‑Native Mixed Workloads

This article explains how Alibaba Cloud's open‑source Koordinator system tackles mixed‑workload challenges by introducing priority and QoS models, resource overcommit, load‑aware scheduling, fine‑grained CPU orchestration, and upcoming features such as GPU scheduling and resource recommendation, all illustrated with architecture diagrams and code examples.

KoordinatorQoSScheduling
0 likes · 24 min read
How Koordinator Improves Efficiency and Stability for Cloud‑Native Mixed Workloads
21CTO
21CTO
Jun 15, 2022 · Cloud Native

Can WebAssembly Replace Docker? Insights from KubeCon 2023

The article examines WebAssembly's strengths and limitations as a potential Docker alternative, highlighting its portability, security, and edge‑computing advantages while acknowledging Docker's continued relevance for legacy services and complex workloads.

ContainersDockerWASI
0 likes · 11 min read
Can WebAssembly Replace Docker? Insights from KubeCon 2023
Alibaba Cloud Native
Alibaba Cloud Native
Jun 15, 2022 · Cloud Native

Why Serverless Devs Needs Terraform and How Multi‑Environment Differs from Pure Terraform

This article explains the distinct roles of Serverless Devs and Terraform, compares multi‑environment deployment with direct Terraform usage, clarifies the concepts of environments versus environment variables, and details why the multi‑environment feature is implemented as a component rather than a CLI tool.

KubeVelaMulti-EnvironmentServerless
0 likes · 9 min read
Why Serverless Devs Needs Terraform and How Multi‑Environment Differs from Pure Terraform
IT Architects Alliance
IT Architects Alliance
Jun 14, 2022 · Cloud Native

Design and Challenges of Multi‑Active Architecture in Hybrid Cloud Environments

This article examines the design principles, challenges, and implementation details of a multi‑active architecture for hybrid cloud environments, covering stability, cost, efficiency, network topology, container orchestration, service discovery, traffic scheduling, and data storage, and outlines practical solutions used by the Zuoyebang platform.

OperationsReliabilitycloud-native
0 likes · 13 min read
Design and Challenges of Multi‑Active Architecture in Hybrid Cloud Environments
Bilibili Tech
Bilibili Tech
Jun 14, 2022 · Operations

SRE Practices for Large‑Scale Event Assurance at Bilibili

Bilibili’s SRE team ensures flawless large‑scale online events by meticulously gathering activity details, provisioning DNS, CDN, networking and compute resources, conducting multi‑stage performance tests and chaos‑engineering drills, applying layered traffic controls, maintaining historical checklists, executing predefined contingency responses, and iterating post‑mortems to drive continuous automation and reliability.

Event ReliabilityOperationsSRE
0 likes · 20 min read
SRE Practices for Large‑Scale Event Assurance at Bilibili
Ops Development Stories
Ops Development Stories
Jun 14, 2022 · Cloud Native

Demystifying Kubernetes Networking: From Pods to the Internet

This comprehensive guide explains Kubernetes' networking model, covering core concepts such as network namespaces, virtual Ethernet pairs, pod-to-pod and pod-to-service communication, CIDR routing, NAT, iptables, IPVS, DNS, and how traffic flows between pods, services, and the external Internet.

CNIService Meshcloud-native
0 likes · 33 min read
Demystifying Kubernetes Networking: From Pods to the Internet
ITPUB
ITPUB
Jun 12, 2022 · Cloud Native

How Vivo Scales Multi‑Data‑Center Kubernetes with a Custom Operator

Vivo describes how it built a Kubernetes‑Operator and CI pipeline to automate large‑scale, multi‑data‑center cluster deployment, modular management, and lifecycle operations using Ansible, kubeadm, and kubevirt, improving reliability, maintainability, and scalability of its Kubernetes fleets.

AnsibleMulti-ClusterOperator
0 likes · 14 min read
How Vivo Scales Multi‑Data‑Center Kubernetes with a Custom Operator
IT Architects Alliance
IT Architects Alliance
Jun 12, 2022 · Cloud Native

Why Kubernetes’ Real Power Lies in Its API, Not Just Containers

The article explains that Kubernetes’ core value is its universal, extensible declarative API framework rather than containers, walks through API types, CRD extensions, and uses a fruit‑CRD example to show how CRUD operations map to database concepts, concluding that the API is the true engine of Kubernetes.

APICRDDeclarative
0 likes · 16 min read
Why Kubernetes’ Real Power Lies in Its API, Not Just Containers
21CTO
21CTO
Jun 10, 2022 · Cloud Native

Why Kubernetes’ Real Power Lies in Its API, Not Just Containers

The article explains that Kubernetes’ true value comes from its universal, declarative API framework rather than containers, demonstrates this with a hands‑on CRD example, and uses a database analogy to show how CRDs act like tables while the API behaves like SQL, highlighting extensibility and RBAC.

APICRDCustomResourceDefinition
0 likes · 16 min read
Why Kubernetes’ Real Power Lies in Its API, Not Just Containers
Alibaba Cloud Native
Alibaba Cloud Native
Jun 10, 2022 · Cloud Native

Automate Multi‑Environment Serverless Deployments with Terraform and Serverless Devs

This article explains how enterprises can streamline multi‑environment serverless workflows by templating infrastructure and services, using Terraform‑based environment templates within Serverless Devs, and automating CI/CD pipelines to let platform, infra, and development teams work independently yet securely.

Multi-EnvironmentServerlesscloud-native
0 likes · 14 min read
Automate Multi‑Environment Serverless Deployments with Terraform and Serverless Devs
Cloud Native Technology Community
Cloud Native Technology Community
Jun 9, 2022 · Cloud Native

Ericsson’s Cloud‑Native Journey for 5G Transformation

Ericsson leverages cloud‑native technologies—including Kubernetes, micro‑services, CI/CD pipelines, and CNCF tools—to accelerate its 5G network rollout, reduce service feedback times from weeks to hours, lower TCO, and enable rapid, reliable deployment of telecom applications across carrier networks.

5Gci/cdcloud-native
0 likes · 10 min read
Ericsson’s Cloud‑Native Journey for 5G Transformation
vivo Internet Technology
vivo Internet Technology
Jun 8, 2022 · Cloud Native

Vivo’s Large‑Scale Kubernetes Operator Practice for Multi‑Data‑Center Cluster Management

Vivo replaced error‑prone manual Ansible playbooks with a custom Kubernetes Operator that uses declarative CRDs and modular Ansible scripts to automate the full lifecycle—deployment, scaling, upgrades, and recovery—of thousands of nodes across multiple data‑centers, supported by extensive CI testing and future kubeadm integration.

AnsibleCI/CDCluster Management
0 likes · 14 min read
Vivo’s Large‑Scale Kubernetes Operator Practice for Multi‑Data‑Center Cluster Management
Alibaba Cloud Native
Alibaba Cloud Native
Jun 8, 2022 · Cloud Native

Turning 618 Sales Uncertainty into Certainty: Cloud‑Native Best‑Practice Guide

This article outlines a comprehensive, cloud‑native methodology for preparing large‑scale sales events like the 618 promotion, covering uncertainty challenges, capacity assessment, performance testing, pre‑heating strategies, flow‑control, and MSE service‑governance techniques to ensure stable, cost‑effective operation.

Flow ControlMSEPre‑heat
0 likes · 19 min read
Turning 618 Sales Uncertainty into Certainty: Cloud‑Native Best‑Practice Guide
IT Architects Alliance
IT Architects Alliance
Jun 5, 2022 · Cloud Native

Comparing Spring Cloud, Kubernetes, and Istio: From Monolithic Applications to Service Mesh Architecture

This article examines the evolution from large monolithic applications to distributed micro‑service systems, comparing Spring Cloud with Kubernetes and Istio, discussing the role of Service Mesh, and evaluating the benefits and trade‑offs of using Spring Boot on K8s versus a full Service Mesh solution.

IstioService Meshcloud-native
0 likes · 10 min read
Comparing Spring Cloud, Kubernetes, and Istio: From Monolithic Applications to Service Mesh Architecture
Ops Development Stories
Ops Development Stories
Jun 2, 2022 · Cloud Native

Accelerate Microservice Development with Nocalhost on Rainbond

This guide explains how to use Nocalhost together with Rainbond to develop, debug, and deploy microservice applications directly in a Kubernetes cluster, covering installation, configuration, development modes, and practical steps for seamless cloud‑native development.

IDEMicroservicesNocalhost
0 likes · 9 min read
Accelerate Microservice Development with Nocalhost on Rainbond
DevOps Cloud Academy
DevOps Cloud Academy
May 31, 2022 · Information Security

Kubernetes Security Best Practices and Assessment Tools

This article outlines essential Kubernetes security principles based on the 4C model, discusses best practices for clusters, containers, and code, and reviews several open‑source tools such as Kubescape, kube‑bench, Terrascan, kube‑hunter, and Anchore for assessing and improving cluster security.

ComplianceDevOpscloud-native
0 likes · 7 min read
Kubernetes Security Best Practices and Assessment Tools
Tencent Cloud Developer
Tencent Cloud Developer
May 31, 2022 · Industry Insights

What’s Driving the NoSQL Revolution? Key Takeaways from the 5th Techo TVP Summit

The 5th Techo TVP Developer Summit explored the surge of data, the strategic role of NoSQL in digital transformation, presented cutting‑edge trends, performance breakthroughs, cloud‑native multi‑model solutions, and real‑world case studies from finance to gaming, highlighting future directions for database technology.

Data StorageDatabase TrendsIndustry Insights
0 likes · 18 min read
What’s Driving the NoSQL Revolution? Key Takeaways from the 5th Techo TVP Summit
Alibaba Cloud Native
Alibaba Cloud Native
May 30, 2022 · Cloud Native

How Raven Enables Non-Intrusive Cross-Edge Container Networking in OpenYurt v0.7.0

OpenYurt v0.7.0 introduces the Raven solution, a non‑intrusive, encrypted‑tunnel based approach that seamlessly connects pods across public‑cloud, edge‑to‑edge, and edge‑to‑cloud environments without modifying existing CNI plugins, while also adding EdgeX Foundry LTS support, Kubernetes 1.22 compatibility, and IPv6 networking.

OpenYurtRAVENcloud-native
0 likes · 8 min read
How Raven Enables Non-Intrusive Cross-Edge Container Networking in OpenYurt v0.7.0
AntTech
AntTech
May 30, 2022 · Information Security

Ant Group’s Technical Innovations: Green Computing, Trusted Mobile Anti‑Fraud Sandbox, Open‑Source Privacy Platform, OceanBase DB Competition, and Security Parallel Slice

This article highlights Ant Group’s recent technical achievements—including green carbon‑reduction scheduling, the AntDTX trusted privacy sandbox for mobile anti‑fraud, the open‑source YinYu privacy‑computing platform, the OceanBase database competition, and the Space5D security parallel‑slice architecture—showcasing their impact on sustainability, security, and open‑source collaboration.

DatabasesInformation SecurityPrivacy Computing
0 likes · 9 min read
Ant Group’s Technical Innovations: Green Computing, Trusted Mobile Anti‑Fraud Sandbox, Open‑Source Privacy Platform, OceanBase DB Competition, and Security Parallel Slice
21CTO
21CTO
May 29, 2022 · Cloud Native

What Is the New Adoptium Marketplace and How It Guarantees High‑Quality Java Binaries?

The Eclipse Foundation has launched the Adoptium Marketplace, a vendor‑neutral online hub offering TCK‑certified, AQAvit‑verified OpenJDK‑based Java SE binaries optimized for cloud‑native and enterprise deployments, while highlighting the rapid growth and quality challenges of the Java runtime ecosystem.

AdoptiumJavaJava SE
0 likes · 5 min read
What Is the New Adoptium Marketplace and How It Guarantees High‑Quality Java Binaries?
Zuoyebang Tech Team
Zuoyebang Tech Team
May 26, 2022 · Cloud Native

How ZRTC Powers Millions of Live Streams: Architecture & Scaling

ZRTC, the real‑time audio‑video platform behind 作业帮, has been refined for over three years to support massive, multi‑cloud, multi‑protocol live streaming, employing a unified SDK, intelligent scheduling, custom SFU services, and extensive performance tuning to achieve high concurrency, low latency, and robust high‑availability.

Performance OptimizationReal-time StreamingSystem architecture
0 likes · 22 min read
How ZRTC Powers Millions of Live Streams: Architecture & Scaling
Snowball Engineer Team
Snowball Engineer Team
May 24, 2022 · Cloud Native

How Snowball Used Apache APISIX to Build a Dual‑Active Architecture and Streamline Authentication

This article details Snowball's transition from a single‑datacenter setup to a dual‑active, cloud‑native architecture using Apache APISIX, covering background challenges, problem analysis, gateway selection, architectural adjustments, authentication unification, observability enhancements, ZooKeeper integration, and future plans.

Apache APISIXAuthenticationDual-Active Architecture
0 likes · 11 min read
How Snowball Used Apache APISIX to Build a Dual‑Active Architecture and Streamline Authentication
Cloud Native Technology Community
Cloud Native Technology Community
May 24, 2022 · Cloud Native

Kube-OVN v1.10.0 Release Highlights: Windows Support, Custom Subnet ACLs, Kubevirt Enhancements, Submariner Integration, and Performance Improvements

The Kube-OVN v1.10.0 release introduces Windows node support, user‑defined subnet ACLs, enhanced Kubevirt networking, Submariner multi‑cluster integration, and a series of control‑plane performance optimizations that together improve scalability, flexibility, and stability for cloud‑native Kubernetes deployments.

CNIKube-OVNKubeVirt
0 likes · 7 min read
Kube-OVN v1.10.0 Release Highlights: Windows Support, Custom Subnet ACLs, Kubevirt Enhancements, Submariner Integration, and Performance Improvements
dbaplus Community
dbaplus Community
May 23, 2022 · Cloud Native

Why Kubernetes Is the Core of Cloud‑Native Architecture: A Deep Dive

This article provides a comprehensive overview of Kubernetes, covering its revolutionary role in cloud computing, master‑worker architecture, core concepts such as Pods and Controllers, storage and networking models, workload types, and extensibility through CRI, CNI, and CSI standards.

Podsarchitecturecloud-native
0 likes · 18 min read
Why Kubernetes Is the Core of Cloud‑Native Architecture: A Deep Dive
Architects Research Society
Architects Research Society
May 22, 2022 · Operations

Designing Resilient Microservices: Fault‑Tolerance Patterns and Practices

This article explains how to build highly available microservice systems by defining clear service boundaries, employing graceful degradation, change‑management strategies, health checks, self‑healing, cache failover, retry logic, rate limiting, bulkheads, circuit breakers, and testing techniques to mitigate failures in distributed environments.

Circuit BreakerRate Limitingchange management
0 likes · 15 min read
Designing Resilient Microservices: Fault‑Tolerance Patterns and Practices
Alibaba Cloud Native
Alibaba Cloud Native
May 22, 2022 · Cloud Native

How Alibaba Evolved Envoy Gateway from 1.0 to 3.0: A Cloud‑Native Journey

This article chronicles Alibaba's three‑stage evolution of Envoy Gateway—from the 1.0 incubation that powered Double‑11 traffic, through the 2.0 growth phase adding north‑south routing and hybrid‑cloud support, to the mature 3.0 release that unifies traffic and micro‑service gateways with high performance and community‑driven extensions.

AlibabaEnvoyService Mesh
0 likes · 8 min read
How Alibaba Evolved Envoy Gateway from 1.0 to 3.0: A Cloud‑Native Journey
Yiche Technology
Yiche Technology
May 20, 2022 · Cloud Native

APISIX API Gateway: Architecture, Features, Performance Comparison, and Future Outlook

This article introduces the APISIX API gateway, explaining its cloud‑native architecture built on OpenResty and Etcd, the advantages over traditional monolithic service frameworks, detailed feature breakdowns, performance benchmark comparisons with OpenResty, multi‑cluster management practices, usage scenarios, monitoring, logging, and future development directions.

APISIXOpenRestyapi-gateway
0 likes · 12 min read
APISIX API Gateway: Architecture, Features, Performance Comparison, and Future Outlook
Qunar Tech Salon
Qunar Tech Salon
May 19, 2022 · Operations

Design and Optimization of a Large‑Scale Monitoring System at Qunar.com

This article describes the architecture, challenges, and performance optimizations of Qunar.com's Watcher monitoring platform, covering massive metric collection, master‑worker redesign, Graphite/Whisper storage enhancements, and future migration to Go‑based cloud‑native solutions.

Distributed Systemsci/cdcloud-native
0 likes · 13 min read
Design and Optimization of a Large‑Scale Monitoring System at Qunar.com
Efficient Ops
Efficient Ops
May 18, 2022 · Cloud Native

Master Docker: From Basics to Advanced Deployment and Networking

This comprehensive guide explains Docker's core concepts, advantages over traditional VMs, installation steps, essential commands, Dockerfile instructions, image management, storage volumes, and networking modes, providing practical examples and code snippets for effective container deployment on Linux systems.

ContainerizationDevOpscloud-native
0 likes · 21 min read
Master Docker: From Basics to Advanced Deployment and Networking
Alibaba Cloud Native
Alibaba Cloud Native
May 17, 2022 · Cloud Native

Zero‑Code Integration: Connect DingTalk to Alibaba Cloud EventBridge

This guide explains how to link DingTalk’s ecosystem with Alibaba Cloud EventBridge using the DingTalk connector and EventBridge HTTP event source, covering background, key technologies, security settings, typical use cases, and a step‑by‑step zero‑code practice for onboarding new employees.

DingTalkEDAEventBridge
0 likes · 12 min read
Zero‑Code Integration: Connect DingTalk to Alibaba Cloud EventBridge
Cloud Native Technology Community
Cloud Native Technology Community
May 17, 2022 · Cloud Native

Deep Dive into Kube-OVN Controller Architecture and Initialization

This article provides an in‑depth technical overview of the Kube‑OVN controller, covering its deployment as a Kubernetes deployment, main initialization flow, worker processes for VPC handling, default VPC creation, and related code snippets, illustrating how OpenStack‑style networking is integrated into Kubernetes.

CNIKube-OVNNetwork Controller
0 likes · 7 min read
Deep Dive into Kube-OVN Controller Architecture and Initialization
Efficient Ops
Efficient Ops
May 16, 2022 · Cloud Native

How Kubernetes Scheduler Finds the Best Node for Your Pods

This article explains the evolution and core principles of the Kubernetes scheduler, outlines its fairness, efficiency, performance, and flexibility goals, describes the scheduling cycle and filtering‑scoring process, and introduces configuration methods for custom scheduling policies.

Pod SchedulingSchedulerScheduling Algorithms
0 likes · 8 min read
How Kubernetes Scheduler Finds the Best Node for Your Pods
Alibaba Cloud Native
Alibaba Cloud Native
May 16, 2022 · Cloud Native

How to Cache a Static Site on Alibaba Cloud Function Compute Using CDN

This guide walks through assigning a custom domain to a Function Compute‑hosted static blog, configuring Alibaba Cloud CDN as the acceleration layer, fixing Cache‑Control headers, and verifying cache hit improvements, providing step‑by‑step instructions and screenshots for each stage.

Alibaba CloudCDNCache-Control
0 likes · 9 min read
How to Cache a Static Site on Alibaba Cloud Function Compute Using CDN
Alibaba Cloud Native
Alibaba Cloud Native
May 16, 2022 · Cloud Native

OpenClusterManagement 0.7 Highlights: DefaultClusterSet, v1beta1 Placement API, Hosted Mode

Version 0.7 of OpenClusterManagement introduces the DefaultClusterSet for automatic cluster grouping, upgrades the Placement API to v1beta1 with Taint/Toleration‑based scheduling, lowers the Hub cluster version requirement to 1.12, adds a Hosted deployment mode, and integrates enhanced multi‑cluster features with KubeVela 1.3 and Alibaba Cloud ACK Agile.

Hosted DeploymentKubeVelaMulti-Cluster
0 likes · 6 min read
OpenClusterManagement 0.7 Highlights: DefaultClusterSet, v1beta1 Placement API, Hosted Mode
DataFunSummit
DataFunSummit
May 14, 2022 · Databases

Design of Cloud‑Native ClickHouse: Architecture, Storage‑Compute Separation, and MPP Query Layer

This article presents the cloud‑native redesign of ClickHouse, covering its current technical limitations in storage and computation, the proposed storage‑compute separation with DDL task management, multi‑replica and CommitLog mechanisms, and a new MPP query layer to meet future data‑warehouse demands such as real‑time analytics, flexibility, high throughput, low cost, and support for semi‑structured data.

Big DataClickHouseData Warehouse
0 likes · 15 min read
Design of Cloud‑Native ClickHouse: Architecture, Storage‑Compute Separation, and MPP Query Layer
JD Cloud Developers
JD Cloud Developers
May 13, 2022 · Databases

JD’s Color Gateway: Tens of Millions QPS with Cloud‑Native Data Warehouse

During the 2022 China Internet Industry Application Salon, JD Cloud’s product manager explained how the Color gateway, an API gateway handling billions of daily requests, overcomes stability, high‑availability, reliability, and performance challenges during peak sales by adopting a cloud‑native ClickHouse data warehouse that boosts processing speed, reduces costs, and provides real‑time analytics.

Data WarehouseOLAPcloud-native
0 likes · 13 min read
JD’s Color Gateway: Tens of Millions QPS with Cloud‑Native Data Warehouse
Weimob Technology Center
Weimob Technology Center
May 12, 2022 · Information Security

Securing Enterprise Data: Inside WKMS’s Scalable Key Management and Encryption Architecture

This article explains how WKMS addresses rising data‑protection regulations by offering a hierarchical key‑management service, masking SDK, AES‑based encryption, robust disaster‑recovery, and high‑throughput performance testing, illustrating a secure yet scalable solution for modern enterprises.

Information SecuritySecurity Architecturecloud-native
0 likes · 10 min read
Securing Enterprise Data: Inside WKMS’s Scalable Key Management and Encryption Architecture
21CTO
21CTO
May 11, 2022 · Artificial Intelligence

How SAS Now Fully Supports Python for Data Science and AI

SAS announced native Python support in its analytics platform, offering code examples, cloud‑native AI capabilities, and seamless integration with SAS Studio and other SAS products to empower data scientists to develop and deploy Python models alongside SAS code.

AIAnalyticsPROC FCMP
0 likes · 5 min read
How SAS Now Fully Supports Python for Data Science and AI