Tagged articles
4063 articles
Page 29 of 41
Alibaba Cloud Native
Alibaba Cloud Native
Jul 26, 2021 · Cloud Native

How Triton Enables Seamless Container Deployment on Alibaba Cloud ACK

This article explains how Zhangmen built the Triton platform on Alibaba Cloud ACK and OpenKruise to automate Kubernetes container releases, detailing the design of the DeployFlow CRD, batch‑wise rollout strategies, canary deployments, UI interactions, and the operators that power continuous delivery.

CRDContainer DeploymentContinuous Delivery
0 likes · 20 min read
How Triton Enables Seamless Container Deployment on Alibaba Cloud ACK
Youzan Coder
Youzan Coder
Jul 26, 2021 · Cloud Native

Evolution of Service Registration and Discovery Architecture at Youzan

Youzan’s service registration and discovery architecture progressed from fine‑grained interface‑level registration on Etcd, through an intermediate application‑level discovery layer using Istio Pilot and the Tether sidecar, to a fully application‑level, sidecar‑driven model with CRD metadata, enabling scalable, cloud‑native multi‑region service mesh.

DubboIstioService Mesh
0 likes · 19 min read
Evolution of Service Registration and Discovery Architecture at Youzan
Open Source Linux
Open Source Linux
Jul 25, 2021 · Cloud Native

Demystifying Kubernetes: Core Components and How They Work Together

This article provides a concise, question‑driven overview of Kubernetes, explaining the roles of master and worker nodes, pod networking, scheduling, storage with etcd, service exposure, scaling mechanisms, and how the various controllers collaborate to manage a cloud‑native cluster.

PodsSchedulingServices
0 likes · 10 min read
Demystifying Kubernetes: Core Components and How They Work Together
Architect
Architect
Jul 25, 2021 · Cloud Native

Understanding Serverless: Concepts, Benefits, Limitations, and Knative Implementation

This article explains the motivations behind Serverless, defines its core concepts such as FaaS and BaaS, outlines key characteristics like one‑step deployment, auto‑scaling and event‑driven execution, discusses suitable use cases, current challenges, and introduces Knative as a cloud‑native implementation.

FaaSKnativeServerless
0 likes · 13 min read
Understanding Serverless: Concepts, Benefits, Limitations, and Knative Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Jul 20, 2021 · Cloud Native

Scaling Jenkins with Kubernetes: Cloud‑Native CI/CD Architectures

This article explains how Jenkins, the popular open‑source CI/CD tool, can be deployed and scaled using standalone servers, master‑agent configurations, and cloud‑native Kubernetes clusters, highlighting benefits such as automatic scaling, parallel builds, and cost‑effective resource utilization.

DevOpsJenkinsci/cd
0 likes · 8 min read
Scaling Jenkins with Kubernetes: Cloud‑Native CI/CD Architectures
Alibaba Cloud Native
Alibaba Cloud Native
Jul 20, 2021 · Cloud Native

Mastering Multi‑Cluster Management with Open Cluster Management (OCM)

Open Cluster Management (OCM) is an open‑source, hub‑agent solution that simplifies lifecycle, configuration, and policy management for multiple Kubernetes clusters across hybrid and multi‑cloud environments, detailing its architecture, core primitives, advantages, and real‑world deployments by Ant Group and Alibaba Cloud.

Cluster FederationMulti-ClusterOpen Cluster Management
0 likes · 18 min read
Mastering Multi‑Cluster Management with Open Cluster Management (OCM)
Programmer DD
Programmer DD
Jul 20, 2021 · Cloud Native

Mastering Kubernetes: Core Architecture, Probes, and Deployment Strategies

This article provides a comprehensive overview of Kubernetes, covering its purpose, architecture components, master and node roles, pod health probes, rolling update controls, image pull policies, service functions, label selectors, DaemonSet and Job resources, as well as pod lifecycle and data persistence options.

ContainersPersistent VolumePod Probes
0 likes · 22 min read
Mastering Kubernetes: Core Architecture, Probes, and Deployment Strategies
Ops Development Stories
Ops Development Stories
Jul 20, 2021 · Cloud Native

How to Build a Production‑Ready ELK Logging Stack on Kubernetes

This guide walks through the concepts of ELK, why log management is essential for Kubernetes, three collection strategies, required log fields, and step‑by‑step deployment of Elasticsearch, Kibana, Filebeat, and Logstash—including YAML manifests, configuration snippets, and Kibana UI setup—for a fully operational, cloud‑native logging solution.

ELKFilebeatKibana
0 likes · 26 min read
How to Build a Production‑Ready ELK Logging Stack on Kubernetes
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 19, 2021 · Cloud Native

Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained

This article provides a comprehensive overview of Kubernetes, covering its purpose for container operations, core components, multi‑site high‑availability design, service discovery mechanisms, pod resource sharing, common CNI plugins, layered load balancing, isolation dimensions, network model principles, and IP address classifications.

CNIcloud-nativecontainer orchestration
0 likes · 14 min read
Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained
dbaplus Community
dbaplus Community
Jul 19, 2021 · Cloud Native

Avoid These 10 Common Kubernetes Mistakes to Boost Reliability and Cost Efficiency

This article shares a practical guide to the most frequent Kubernetes pitfalls—from misconfigured resource requests and limits to improper liveness/readiness probes, load‑balancer settings, IAM misuse, pod anti‑affinity, and disruption budgets—offering concrete YAML examples and remediation steps to help operators run more reliable and cost‑effective clusters.

AutoscalingBest PracticesProbes
0 likes · 18 min read
Avoid These 10 Common Kubernetes Mistakes to Boost Reliability and Cost Efficiency
Tencent Cloud Developer
Tencent Cloud Developer
Jul 19, 2021 · Cloud Native

Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful

Tencent Cloud’s Elastic Container Service (EKS) delivers a nodeless, Kubernetes‑compatible platform that blends serverless convenience with serverful flexibility, letting users migrate existing clusters with a single click, run hybrid and big‑data workloads across virtual nodes, and anticipate future usage‑based billing for truly elastic scaling.

Cloud ComputingContainer ServiceEKS
0 likes · 12 min read
Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 19, 2021 · Cloud Native

Mastering Kubernetes Node Isolation, Scaling, and Rolling Updates – Practical Commands and Tips

This guide walks through essential Kubernetes operations such as isolating and recovering nodes, expanding clusters with new nodes, dynamically scaling Pods, managing Labels, scheduling Pods to specific Nodes, performing rolling updates, and configuring high‑availability for etcd and Master components, all with concrete command‑line examples and YAML snippets.

Node ManagementScalingetcd
0 likes · 19 min read
Mastering Kubernetes Node Isolation, Scaling, and Rolling Updates – Practical Commands and Tips
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2021 · Cloud Native

Boost Kubernetes Monitoring: Why Switch from Prometheus to Thanos

This article examines the limitations of a traditional Prometheus monitoring stack on Kubernetes, explains how adopting a Thanos‑based architecture improves metric retention and reduces infrastructure costs, and provides a detailed multi‑cluster deployment guide with Terraform, code snippets, and visualizations.

PrometheusThanoskubernetes
0 likes · 15 min read
Boost Kubernetes Monitoring: Why Switch from Prometheus to Thanos
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2021 · Cloud Native

What Is Cloud Native? Exploring Its Evolving Vision and Practices

This article explains that cloud native is not a fixed definition but an evolving vision and set of best‑practice methods—such as immutable infrastructure, automation, sidecar architecture, and Kubernetes—that enable software to be born, grow, and operate efficiently in the cloud while reducing cost and complexity.

ContainersOperatorService Mesh
0 likes · 22 min read
What Is Cloud Native? Exploring Its Evolving Vision and Practices
Code Ape Tech Column
Code Ape Tech Column
Jul 15, 2021 · Operations

What Really Caused Bilibili’s Sudden Outage? A Deep Dive into the Technical Failure

The article analyzes Bilibili's recent half‑hour service disruption, explores technical rumors such as an etcd crash, examines Kubernetes‑based cloud‑native infrastructure, reviews similar historic outages, and offers expert recommendations for improving high‑availability and disaster‑recovery in large‑scale internet services.

BilibiliOperationscloud-native
0 likes · 8 min read
What Really Caused Bilibili’s Sudden Outage? A Deep Dive into the Technical Failure
Sohu Tech Products
Sohu Tech Products
Jul 14, 2021 · Cloud Native

Limitations and Challenges of Kubernetes in Cluster Management and Application Scenarios

The article examines Kubernetes' widespread adoption, outlines its scalability and multi‑cluster management constraints, discusses practical application scenarios such as deployment models, batch scheduling, and hard multi‑tenancy, and highlights the gaps that still limit its use in large‑scale production environments.

Cluster ManagementMulti-Clustercloud-native
0 likes · 21 min read
Limitations and Challenges of Kubernetes in Cluster Management and Application Scenarios
Liangxu Linux
Liangxu Linux
Jul 13, 2021 · Information Security

Why Running Docker Containers as Root Is Dangerous and How to Avoid It

Running Docker containers as root or with the --privileged flag can expose the host to unnecessary risks; this article explains the differences, demonstrates root usage in common images, and provides practical methods—such as specifying non‑root users in Dockerfiles or using security contexts—to securely run containers.

$rootPodSecurityPolicyPrivileged Flag
0 likes · 7 min read
Why Running Docker Containers as Root Is Dangerous and How to Avoid It
Tencent Cloud Developer
Tencent Cloud Developer
Jul 13, 2021 · Backend Development

Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios

The talk by Zha Jia showcases StreamNative’s open‑source Function Mesh, which builds on Apache Pulsar’s unified messaging and streaming platform and its lightweight Pulsar Functions, using Kubernetes CRDs to simplify deployment, management, and scaling of serverless data processing while highlighting the project’s rapid community growth.

Apache PulsarBackend DevelopmentFunction Mesh
0 likes · 18 min read
Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 11, 2021 · Cloud Native

Mastering Argo CD: A Complete Guide to GitOps on Kubernetes

This guide explains the origins of GitOps, introduces Argo CD’s architecture and core concepts, and provides step‑by‑step instructions for installing, configuring, and operating Argo CD on Kubernetes, including CLI usage, cluster registration, application creation, synchronization, and health monitoring.

Argo CDDevOpsGitOps
0 likes · 14 min read
Mastering Argo CD: A Complete Guide to GitOps on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2021 · Cloud Native

Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide

This tutorial shows how to refactor a Tekton‑based CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring an Argo CD AppProject and Application, adding sync and manifest‑update tasks, customizing health checks, and finally achieving a streamlined GitOps workflow on Kubernetes.

Argo CDci/cdhelm
0 likes · 16 min read
Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2021 · Information Security

How to Secure Every Layer of Your Container Stack: Best Practices

This article outlines comprehensive container security best practices across kernel, container image, runtime, pod, network, node, and cluster components, emphasizing how to harden each layer in Kubernetes environments to protect against attacks and maintain robust, scalable deployments.

Best PracticesDevSecOpscloud-native
0 likes · 9 min read
How to Secure Every Layer of Your Container Stack: Best Practices
Ops Development Stories
Ops Development Stories
Jul 8, 2021 · Cloud Native

Transform Tekton CI/CD into a GitOps Workflow with Argo CD

This guide shows how to refactor a Tekton CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring Argo CD to manage the deployment stage, and adding Tekton tasks that update Helm values, sync the application, and handle health checks, achieving a full GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 17 min read
Transform Tekton CI/CD into a GitOps Workflow with Argo CD
JD Retail Technology
JD Retail Technology
Jul 7, 2021 · Cloud Native

Private Deployment Practices and Rapid Deployment Platform for JD Transaction Center Microservices

This article describes the challenges of private deployment for micro‑service architectures at JD's Transaction Center and presents a cloud‑native rapid‑deployment platform that uses standardized metadata, drag‑and‑drop component design, automated resource initialization, and probe‑based health checks to achieve fast, low‑cost, and reliable service rollout.

automationdeployment platformkubernetes
0 likes · 11 min read
Private Deployment Practices and Rapid Deployment Platform for JD Transaction Center Microservices
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2021 · Cloud Native

Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide

This article provides a comprehensive overview of Argo CD, a Kubernetes‑native GitOps continuous deployment tool, covering its architecture, core components, supported manifest types, key features, installation steps, cluster configuration, application creation, and synchronization methods using both CLI and UI.

Argo CDDevOpsci/cd
0 likes · 18 min read
Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide
Java High-Performance Architecture
Java High-Performance Architecture
Jul 3, 2021 · Backend Development

Building a High‑Throughput, Highly Available Messaging Center with RocketMQ & Elasticsearch

This article outlines the technical, business, and product goals for a messaging center, presents a prototype and functional requirements, evaluates RocketMQ and Elasticsearch as core technologies, and details the architectural design, underlying frameworks, and DevOps strategies—including Spring Cloud Gateway, Kubernetes, and Docker—to achieve 10,000 msg/s upstream throughput, 1,000 msg/s downstream delivery, and 100 % high availability.

ElasticsearchMessaging Systemhigh availability
0 likes · 5 min read
Building a High‑Throughput, Highly Available Messaging Center with RocketMQ & Elasticsearch
360 Tech Engineering
360 Tech Engineering
Jul 2, 2021 · Artificial Intelligence

DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training

The article introduces DGL Operator, an open‑source Kubernetes‑based controller that automates the lifecycle of distributed graph neural network training with DGL, explains its terminology, challenges of native DGL distribution, and provides detailed architecture, workflow, and YAML/CLI examples for easy deployment.

AIDGLMLOps
0 likes · 18 min read
DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training
Liangxu Linux
Liangxu Linux
Jun 30, 2021 · Cloud Native

Understanding Overlay vs. Underlay Networks in Kubernetes

This article explains the concepts, mechanisms, and trade‑offs of Overlay and Underlay network models for container networking in Kubernetes, covering VXLAN, MAC VLAN, IP VLAN, and direct‑routing approaches with practical examples and configuration details.

Direct RoutingIP VLANMAC VLAN
0 likes · 13 min read
Understanding Overlay vs. Underlay Networks in Kubernetes
Ops Development Stories
Ops Development Stories
Jun 30, 2021 · Cloud Native

Mastering Kubernetes: Essential Node & Pod Practices for Stable, Secure Deployments

This article outlines essential Kubernetes operational practices—including node maintenance, kernel upgrades, Docker and kubelet tuning, pod resource limits, scheduling strategies, health probes, logging standards, and monitoring setups—to ensure applications run reliably, securely, and efficiently in production environments.

LoggingNode ManagementPod Best Practices
0 likes · 18 min read
Mastering Kubernetes: Essential Node & Pod Practices for Stable, Secure Deployments
Programmer DD
Programmer DD
Jun 30, 2021 · Cloud Native

How Apache Dubbo 3 Embraces Cloud‑Native Architecture with New Service Discovery and Triple RPC

Apache Dubbo 3 modernizes the popular Java RPC framework by adopting cloud‑native principles, introducing an application‑level service discovery model, a next‑generation Triple RPC protocol, and seamless Kubernetes integration, while preserving its proven ease of use and performance benefits for large‑scale microservice deployments.

Apache DubboRPCcloud-native
0 likes · 9 min read
How Apache Dubbo 3 Embraces Cloud‑Native Architecture with New Service Discovery and Triple RPC
Alibaba Cloud Native
Alibaba Cloud Native
Jun 29, 2021 · Cloud Native

Apache Dubbo 3 Goes Cloud‑Native: New Service Discovery, Triple RPC, Kubernetes Integration

The article explains how Apache Dubbo 3 adapts to the cloud‑native era by introducing an application‑level service discovery model, the next‑generation Triple RPC protocol, and deep Kubernetes integration, highlighting performance gains, cross‑language support, and flexible deployment options for modern microservices.

Apache DubboRPCcloud-native
0 likes · 9 min read
Apache Dubbo 3 Goes Cloud‑Native: New Service Discovery, Triple RPC, Kubernetes Integration
dbaplus Community
dbaplus Community
Jun 28, 2021 · Cloud Native

From chroot to Kubernetes: Choosing the Right Redis Container Strategy

This talk walks through the evolution of containerization—from early chroot and jails to modern Kubernetes—explains Redis’s core features, compares various container solutions for Redis deployment, and offers practical guidance on installation, scaling, monitoring, and fault recovery in both single‑instance and clustered environments.

ContainerizationDockerNamespace
0 likes · 30 min read
From chroot to Kubernetes: Choosing the Right Redis Container Strategy
IT Architects Alliance
IT Architects Alliance
Jun 27, 2021 · Cloud Native

From Monolith to Microservices: A Complete Evolution Guide

This article traces the evolution of software architecture from monolithic applications through vertical splitting, distributed services, and SOA to modern microservices, and then details the essential technology stack—including service communication, API gateways, authentication, fault tolerance, logging, configuration, containers, orchestration, and CI/CD—required to build scalable, resilient cloud‑native systems.

ContainersService MeshSoftware Architecture
0 likes · 19 min read
From Monolith to Microservices: A Complete Evolution Guide
IT Architects Alliance
IT Architects Alliance
Jun 26, 2021 · Operations

How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery

This article explains the origins of DevOps, its evolution from agile practices, and how containers and Kubernetes enable a seamless, automated pipeline—from code checkout and build to testing, code analysis, artifact storage, image creation, and staged deployment—illustrated with real‑world Jenkins pipelines and logs.

ContainerizationDevOpsDocker
0 likes · 16 min read
How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Cloud Native

Containerizing Stateful Services on Kubernetes: Challenges, Solutions, and Best Practices

This article examines the difficulties of running stateful services such as Redis, etcd, and MySQL on Kubernetes and presents practical solutions—including workload selection, CRD/operator extensions, scheduling strategies, high‑availability mechanisms, performance‑optimized networking and storage, and chaos‑engineering validation—to achieve reliable, high‑performance containerized deployments.

CRDOperatorhigh availability
0 likes · 32 min read
Containerizing Stateful Services on Kubernetes: Challenges, Solutions, and Best Practices
Selected Java Interview Questions
Selected Java Interview Questions
Jun 23, 2021 · Cloud Native

Can Kubernetes Replace a Full‑Stack Microservice Framework? A Detailed Comparison of Gateway, Service Discovery, Load Balancing, Circuit Breaking, and Config Center

The article evaluates whether Kubernetes alone can replace traditional microservice frameworks by examining gateway choices, native service discovery, load balancing, circuit breaking, configuration management, and concluding that a hybrid approach often yields the best trade‑off between DevOps efficiency and business logic focus.

Configuration Managementcloud-nativekubernetes
0 likes · 6 min read
Can Kubernetes Replace a Full‑Stack Microservice Framework? A Detailed Comparison of Gateway, Service Discovery, Load Balancing, Circuit Breaking, and Config Center
Alibaba Cloud Native
Alibaba Cloud Native
Jun 22, 2021 · Cloud Native

What’s Next for Cloud‑Native Application Delivery? Insights from CNCF’s New Co‑Chairs

CNCF’s Application Delivery SIG, now co‑chaired by Alibaba Cloud’s Deng Hongchao and VMware’s Jennifer Strejevitch, aims to advance cloud‑native app management by uniting best‑practice guidance, open‑source project stewardship, and emerging trends such as sidecars, universal control planes, GitOps, and standardized application models.

Application DeliveryCNCFcloud-native
0 likes · 11 min read
What’s Next for Cloud‑Native Application Delivery? Insights from CNCF’s New Co‑Chairs
Efficient Ops
Efficient Ops
Jun 21, 2021 · Cloud Native

How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins

This article explains the fundamentals of container networking in Kubernetes, covering Linux network namespaces, veth pairs, Docker's default bridge, CNI plugins such as Flannel and Calico, their routing modes, and practical command‑line examples for cross‑host communication.

CNICalicoDocker
0 likes · 19 min read
How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins
Qingyun Technology Community
Qingyun Technology Community
Jun 21, 2021 · Databases

Inside Nebula Graph: Architecture, Cloud‑Native Challenges, and DBaaS Solutions

Nebula Graph is a high‑performance, open‑source distributed graph database that separates storage and compute, supports billions of vertices, and offers millisecond query latency, while its cloud‑native DBaaS deployment faces multi‑cloud resource, performance, and operational challenges addressed through Kubernetes, KubeSphere, and custom operators.

DBaaSDistributed SystemsGraph Database
0 likes · 12 min read
Inside Nebula Graph: Architecture, Cloud‑Native Challenges, and DBaaS Solutions
TAL Education Technology
TAL Education Technology
Jun 17, 2021 · Cloud Native

Introduction to Service Mesh Solutions and Their Implementation in Our Platform

This article explains the evolution from monolithic to microservice architectures, the challenges of service governance, the concept and benefits of service mesh, and details the practical adoption of Istio‑based service mesh—including traffic ingress, smooth migration, downgrade strategies, and future enhancements—within the platform.

IstioService Meshcloud-native
0 likes · 15 min read
Introduction to Service Mesh Solutions and Their Implementation in Our Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jun 17, 2021 · Cloud Native

Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap

The article outlines Kube‑OVN’s evolution from its 2019 debut to becoming the CNCF‑hosted open‑source CNI with extensive enterprise adoption, details recent feature releases such as multi‑VLAN, BGP, Smart‑NIC, DPDK, dual‑stack and multi‑cluster support, and presents a 2021‑2022 roadmap focusing on performance, security, monitoring and broader cloud‑native use cases.

CNICloud Native NetworkingKube-OVN
0 likes · 12 min read
Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap
Top Architect
Top Architect
Jun 17, 2021 · Cloud Native

Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management

This article provides a comprehensive set of Kubernetes interview questions and detailed answers covering architecture components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and persistent storage options, with example YAML snippets and command‑line usage.

LabelPersistent VolumePod
0 likes · 23 min read
Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management
DevOps Cloud Academy
DevOps Cloud Academy
Jun 16, 2021 · Cloud Native

Boosting ForgeRock Developer Productivity with Google Cloud Native Tools

The article explains how ForgeRock’s engineering team improves developer efficiency and product delivery by using Google Cloud’s native DevOps suite—including Cloud Code, Tekton, Cloud Build, and Container Registry—to streamline IDE workflows, enable end‑to‑end automation, and adopt a multi‑cloud strategy across GKE, EKS, and AKS.

DevOpsGoogle Cloudci/cd
0 likes · 7 min read
Boosting ForgeRock Developer Productivity with Google Cloud Native Tools
Laravel Tech Community
Laravel Tech Community
Jun 14, 2021 · Backend Development

Apache Dubbo 3.0 Release: Core Features, Branch Differences, Compatibility and Upgrade Guide

The article announces Apache Dubbo 3.0's preview and upcoming official release, outlines its new application‑level service discovery, Triple RPC protocol, routing rules, performance improvements, Kubernetes integration, extension modules, compatibility with 2.7.x, and provides migration considerations for developers.

Apache DubboBackendJava
0 likes · 3 min read
Apache Dubbo 3.0 Release: Core Features, Branch Differences, Compatibility and Upgrade Guide
Architecture Digest
Architecture Digest
Jun 14, 2021 · Cloud Native

From Monolith to Microservices and Containerization: A Small Team’s Evolution Journey

This article chronicles a SaaS company's transition from a two‑person monolithic SPA to a multi‑service microservice architecture, covering RESTful API design, CI integration testing, Spring Cloud choices, Kubernetes containerization, automated deployment, link tracing, and operational monitoring, while highlighting practical lessons for small teams.

Dockerci/cdcloud-native
0 likes · 13 min read
From Monolith to Microservices and Containerization: A Small Team’s Evolution Journey
DataFunTalk
DataFunTalk
Jun 13, 2021 · Artificial Intelligence

GPU Virtual Sharing for AI Inference Services on Kubernetes

The article presents a GPU virtual‑sharing solution for AI inference workloads that isolates memory and compute resources via CUDA API interception, integrates with Kubernetes using the open‑source aliyun‑gpushare scheduler, and demonstrates doubled GPU utilization and minimal performance loss across multiple tests.

CUDAGPU virtualizationNVIDIA
0 likes · 16 min read
GPU Virtual Sharing for AI Inference Services on Kubernetes
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 11, 2021 · Cloud Computing

Containerizing the Live Classroom Service: Architecture, Migration Process, and Lessons Learned

This article details the background, goals, architectural analysis, migration scope, step‑by‑step containerization process, code‑level challenges, and post‑migration results of moving a large‑scale live‑classroom platform from virtual machines to a Kubernetes‑based container environment, highlighting performance, reliability, and operational improvements.

ContainerizationInfrastructure Migrationkubernetes
0 likes · 22 min read
Containerizing the Live Classroom Service: Architecture, Migration Process, and Lessons Learned
DataFunTalk
DataFunTalk
Jun 9, 2021 · Cloud Native

Graceful Shutdown in Kubernetes and Integration with AWS Load Balancer

This article explains how to perform graceful shutdown of Pods within a Kubernetes cluster, details the internal shutdown workflows, and describes strategies to ensure that AWS Load Balancer updates are synchronized to avoid traffic loss, including using IP mode and sidecar approaches.

AWS Load BalancerGraceful Shutdowningress
0 likes · 9 min read
Graceful Shutdown in Kubernetes and Integration with AWS Load Balancer
Cloud Native Technology Community
Cloud Native Technology Community
Jun 9, 2021 · Cloud Native

Understanding Knative Eventing: Broker & Trigger Architecture and Implementation

This article provides a comprehensive overview of Knative Eventing's Broker and Trigger model, detailing background concepts, event routing patterns, data‑plane and control‑plane workflows, and includes practical YAML and command‑line examples for deploying and managing the components in a Kubernetes environment.

BrokerKnativeServerless
0 likes · 11 min read
Understanding Knative Eventing: Broker & Trigger Architecture and Implementation
Alibaba Cloud Native
Alibaba Cloud Native
Jun 7, 2021 · Cloud Native

Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration

This article introduces Knative, the open‑source serverless framework built on Kubernetes, explains its core Serving and Eventing components, details Alibaba Cloud’s deep integration and enhanced capabilities such as traffic management, auto‑scaling policies, and provides a step‑by‑step example of a real‑time bullet‑screen application.

Alibaba CloudKnativeServerless
0 likes · 8 min read
Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration
Open Source Linux
Open Source Linux
Jun 6, 2021 · Cloud Computing

Unlocking Open‑Source Cloud: Platforms, Tools, and Cost‑Saving Strategies

This article explores the landscape of open‑source cloud platforms and tools—such as AppScale, Kubernetes, and OpenStack—detailing their capabilities, cost advantages, and how they compare to proprietary services, while also covering monitoring, cost‑optimization, and infrastructure‑as‑code solutions for modern enterprises.

Cloud ComputingOpenStackkubernetes
0 likes · 8 min read
Unlocking Open‑Source Cloud: Platforms, Tools, and Cost‑Saving Strategies
New Oriental Technology
New Oriental Technology
Jun 4, 2021 · Cloud Native

Overview of XDF Local Storage Service (xlss) Architecture, Components, and Disaster Recovery Workflow

The article introduces xlss, a high‑performance, highly‑available Kubernetes local storage solution, details its core components, application scenarios, custom scheduler design, backup and recovery processes, and provides code snippets and CRD examples for implementing resilient stateful workloads.

Schedulercloud-nativedata backup
0 likes · 14 min read
Overview of XDF Local Storage Service (xlss) Architecture, Components, and Disaster Recovery Workflow
Open Source Linux
Open Source Linux
Jun 3, 2021 · Operations

Master Kubernetes Capacity Planning: Detect & Optimize Unused Resources

This guide explains Kubernetes capacity planning, showing how to detect idle CPU and memory, identify wasteful namespaces, use open‑source tools like kube‑state‑metrics and cAdvisor, and apply PromQL queries to optimize resource requests and measure the impact of your improvements.

PromQLcapacity planningkubernetes
0 likes · 10 min read
Master Kubernetes Capacity Planning: Detect & Optimize Unused Resources
MaGe Linux Operations
MaGe Linux Operations
Jun 3, 2021 · Cloud Native

Overlay vs Underlay Networks: VXLAN, MAC VLAN, and Direct Routing Demystified

This article explains the concepts and differences between Overlay and Underlay network models for container environments, covering VXLAN tunneling, VTEP devices, MAC VLAN and IP VLAN modes, and direct routing approaches, while highlighting their advantages, limitations, and practical implementations in Kubernetes.

IP VLANMAC VLANOverlay Network
0 likes · 14 min read
Overlay vs Underlay Networks: VXLAN, MAC VLAN, and Direct Routing Demystified
Alibaba Cloud Native
Alibaba Cloud Native
Jun 3, 2021 · Artificial Intelligence

How Weibo Boosted Deep Learning Training Speed 18× with Fluid and JindoRuntime

Weibo’s deep learning platform faced severe latency and stability issues when accessing massive small‑file datasets via a compute‑storage‑separated architecture, so the team adopted the CNCF Fluid project with JindoRuntime, implementing a distributed cache that leverages POSIX interfaces, dramatically improving data locality, reducing HDFS load, and achieving up to 18‑fold training speedups while raising success rates from 37 % to 98 %.

Data CachingDeep LearningFluid
0 likes · 15 min read
How Weibo Boosted Deep Learning Training Speed 18× with Fluid and JindoRuntime
Efficient Ops
Efficient Ops
Jun 2, 2021 · Cloud Native

How Kubernetes Controllers Automate Cluster Management: A Deep Dive

This article explains Kubernetes' controller pattern, detailing how declarative APIs, controllers like ReplicaSet, and components such as Reflector, Informer, and Indexer work together to achieve automated, self‑healing cluster operations and illustrate the benefits of declarative over imperative programming.

OperatorReplicaSetcloud-native
0 likes · 18 min read
How Kubernetes Controllers Automate Cluster Management: A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Jun 1, 2021 · Cloud Native

What’s New in OpenKruise v0.9.0? Container Restart, Deletion Protection, and CloneSet Enhancements

OpenKruise v0.9.0 introduces a pod‑level container restart API, cascade‑deletion protection, new CloneSet capabilities such as deletion‑cost ordering, image pre‑download for in‑place updates, pod‑replacement strategies, partition‑based rollback, short‑hash labels, and a SidecarSet hot‑upgrade mechanism, all aimed at improving cloud‑native workload reliability and upgrade flexibility.

CloneSetOpenKruiseSidecarSet
0 likes · 16 min read
What’s New in OpenKruise v0.9.0? Container Restart, Deletion Protection, and CloneSet Enhancements
Ops Development Stories
Ops Development Stories
Jun 1, 2021 · Cloud Native

Why Do Readiness Probe Failures Show “OCI runtime exec failed: EOF” in Kubernetes?

A Kubernetes pod reported readiness probe warnings with an OCI runtime exec failure, which was traced through kubelet, Docker, dockershim, containerd, and runc, ultimately caused by a race condition with cpu‑manager updating the container state file, and resolved by disabling cpu‑manager or upgrading runc.

CPU ManagerOCI runtimecontainerd
0 likes · 14 min read
Why Do Readiness Probe Failures Show “OCI runtime exec failed: EOF” in Kubernetes?
Baidu Geek Talk
Baidu Geek Talk
May 31, 2021 · Cloud Native

Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits

Baidu iFanFan migrated all its Java‑based services to a native Kubernetes + Istio service mesh within three months, replacing fragmented, manual governance with automated rate‑limiting, canary releases, chaos testing and observability, which cut governance cycles from months to minutes, reduced CI time by ~20 % and dramatically improved system stability and multi‑cloud readiness.

IstioMigrationObservability
0 likes · 21 min read
Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits
Top Architect
Top Architect
May 31, 2021 · Cloud Native

Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation

After two years of using Istio in production, the author explains the operational complexities, reliability issues, and protocol limitations that led to abandoning Istio in favor of Linkerd, highlighting the pros and cons of both service meshes within Kubernetes environments.

IstioLinkerdkubernetes
0 likes · 10 min read
Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation
Programmer DD
Programmer DD
May 31, 2021 · Cloud Native

How to Eliminate JVM Warm‑up Delays in Kubernetes with Burstable QoS

Running Java services on Kubernetes often suffers from long JVM warm‑up times that cause high latency during deployments, but by analyzing CPU throttling and leveraging Burstable QoS with appropriate request/limit settings, you can dramatically reduce warm‑up delays without extra pods or cost.

Burstable QoSCPU throttlingJVM
0 likes · 11 min read
How to Eliminate JVM Warm‑up Delays in Kubernetes with Burstable QoS
Ops Development Stories
Ops Development Stories
May 31, 2021 · Cloud Native

Effortlessly Manage Multiple Kubernetes Clusters with kubecm

Learn how to install kubecm, merge multiple kubeconfig files, list, switch, and delete cluster contexts, enabling streamlined, single‑file management of many Kubernetes clusters directly from the command line without manually editing the config file, and see visual cues for the active context.

CLIcloud-nativekubecm
0 likes · 3 min read
Effortlessly Manage Multiple Kubernetes Clusters with kubecm
Open Source Linux
Open Source Linux
May 30, 2021 · Cloud Native

What Is etcd? Features, Use Cases, and How It Powers Kubernetes

This article explains etcd as a highly available distributed key‑value store, outlines its simple, secure, fast, and reliable characteristics, describes typical scenarios such as service discovery and distributed locking, and then provides a comprehensive overview of Kubernetes architecture, components, deployment methods, security, networking, storage, and operational best practices.

container orchestrationetcdkubernetes
0 likes · 45 min read
What Is etcd? Features, Use Cases, and How It Powers Kubernetes
Qunar Tech Salon
Qunar Tech Salon
May 29, 2021 · Cloud Native

How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons

This article details Qunar's adoption of Calico as a CNI solution, covering its three‑layer architecture, core components, large‑scale deployment practices, IPAM behavior, pod‑to‑pod and pod‑to‑external traffic flows, encountered issues, and the overall benefits for a production Kubernetes environment.

BGPCNICalico
0 likes · 11 min read
How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons
iQIYI Technical Product Team
iQIYI Technical Product Team
May 28, 2021 · Artificial Intelligence

iQIYI GPU Virtual Sharing for AI Inference: Architecture, Isolation, and Scheduling

iQIYI created a custom GPU‑virtual‑sharing system that intercepts CUDA calls to enforce per‑container memory limits, rewrites kernel launches for compute isolation, and integrates with a Kubernetes scheduler extender, allowing multiple AI inference containers to share a single V100 with minimal overhead and more than doubling overall GPU utilization.

AI inferenceCUDAGPU virtualization
0 likes · 16 min read
iQIYI GPU Virtual Sharing for AI Inference: Architecture, Isolation, and Scheduling
MaGe Linux Operations
MaGe Linux Operations
May 26, 2021 · Cloud Native

Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud

This article explains the evolution of cloud native practices—from Docker containerization and Kubernetes orchestration to service mesh technologies—highlights Alibaba Cloud's strategic commitment, and introduces a comprehensive 14‑chapter handbook that guides readers through core Kubernetes concepts, configuration management, and networking strategies.

Alibaba CloudConfiguration ManagementService Mesh
0 likes · 4 min read
Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud