Tagged articles
85 articles
Page 1 of 1
FunTester
FunTester
May 20, 2026 · Artificial Intelligence

How Anthropic’s Multi‑Agent Orchestration Enables Parallel Workflows

The article explains why a single AI agent hits context and execution limits, describes Anthropic’s multi‑agent orchestration that splits tasks among dedicated sub‑agents coordinated by a controller, discusses model selection, communication, observability, and outlines scenarios where parallel orchestration delivers real benefits.

AI agentsModel SelectionMultiagent
0 likes · 11 min read
How Anthropic’s Multi‑Agent Orchestration Enables Parallel Workflows
DataFunTalk
DataFunTalk
May 12, 2026 · Artificial Intelligence

Deep Dive into Agent Harness: Unpacking the Architecture Behind AI Agents

The article dissects the concept of an Agent Harness—a comprehensive software infrastructure that wraps large language models to enable autonomous agents—detailing its three engineering layers, twelve production‑grade components, benchmark improvements, implementation patterns across Anthropic, OpenAI, LangChain, and design trade‑offs such as orchestration loops, tool integration, memory, context management, error handling, and safety.

AI agentsAgent HarnessLLM
0 likes · 19 min read
Deep Dive into Agent Harness: Unpacking the Architecture Behind AI Agents
IT Services Circle
IT Services Circle
May 9, 2026 · Artificial Intelligence

How to Choose Between LangChain and LlamaIndex: Core Use‑Case Comparison for Agent Development

The article analyzes the design philosophies, key components, strengths, and weaknesses of LangChain and LlamaIndex, explains their distinct core scenarios—complex multi‑step agent orchestration versus private‑data RAG—and shows how they can be combined in real projects while outlining emerging ecosystem trends.

LLMLangChainLlamaIndex
0 likes · 13 min read
How to Choose Between LangChain and LlamaIndex: Core Use‑Case Comparison for Agent Development
AI Architecture Hub
AI Architecture Hub
May 5, 2026 · Backend Development

How AI Is Redefining Backend Architecture Beyond Code Generation

The article analyzes how the surge of AI agents—projected to generate 80% of API calls—forces backend systems to evolve from MVC‑style monoliths toward a new core foundational unit that unifies APIs, workflows, observability, and shared state across diverse frameworks.

AIAPIBackend
0 likes · 10 min read
How AI Is Redefining Backend Architecture Beyond Code Generation
AI Engineering
AI Engineering
May 4, 2026 · Artificial Intelligence

Why the Big‑Model Race Is Over: Where Real Value Lies in AI Infrastructure

The article argues that the competition over which large language model will dominate is outdated, explaining that true value now comes from building multi‑model routing, context engineering, standardized tool protocols, intelligent orchestration, and robust evaluation layers that turn models into reliable AI infrastructure.

AI InfrastructureMCPOrchestration
0 likes · 6 min read
Why the Big‑Model Race Is Over: Where Real Value Lies in AI Infrastructure
AI Explorer
AI Explorer
May 4, 2026 · Artificial Intelligence

Ruflo: A Practical Guide to Orchestrating Claude AI Agents

Ruflo, a Rust‑based, WASM‑powered orchestration platform for Claude Code, enables over 100 AI agents to self‑organize, learn, and securely collaborate across machines via federated communication, offering 32 plug‑and‑play modules and a frictionless CLI installation for developers and enterprises alike.

AI agentsClaudeOrchestration
0 likes · 7 min read
Ruflo: A Practical Guide to Orchestrating Claude AI Agents
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2026 · Backend Development

Escape the If‑Else Nightmare with Powerful Workflow Orchestration

The article explains how excessive if‑else branching in multi‑business Java systems harms maintainability and reliability, and demonstrates how a flow engine combined with plugin extensions can isolate code, configure per‑business execution chains, and safely handle success, rollback, and callbacks.

Orchestrationcode isolationflow engine
0 likes · 6 min read
Escape the If‑Else Nightmare with Powerful Workflow Orchestration
AI Waka
AI Waka
Apr 24, 2026 · Artificial Intelligence

One Loop, Three Modes: A Practical Guide to Multi‑Agent Orchestration

The article explains how treating an AI system as multiple specialized agents—delegator, worker, and reviewer—running the same loop but with different configurations can prevent context overload, and it details three orchestration patterns (delegation, swarm, coordinator) along with tool partitioning to ensure reliable, scalable multi‑agent workflows.

AI agentsMulti-AgentOrchestration
0 likes · 15 min read
One Loop, Three Modes: A Practical Guide to Multi‑Agent Orchestration
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 23, 2026 · Product Management

The Core Logic Behind AI Product Management: When and How to Use Multiple Agents

The article explains why many AI product managers struggle with multi‑agent concepts, outlines the three structural bottlenecks a single agent faces, shows how task decomposition and specialized agents improve quality, and provides concrete product‑design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to determine when multi‑agent architectures are appropriate.

AI product managementMulti-AgentOrchestration
0 likes · 16 min read
The Core Logic Behind AI Product Management: When and How to Use Multiple Agents
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 18, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures expose three structural bottlenecks of single‑agent designs, outlines concrete product‑design questions—task decomposition, specialist agents, orchestration, failure handling—and shows how AI product managers must shift from dialogue design to full process orchestration to deliver high‑quality results.

AI product managementFailure HandlingMulti-Agent
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
Architect's Tech Stack
Architect's Tech Stack
Apr 10, 2026 · Cloud Native

Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide

Using a shipping‑container analogy, this article explains how Docker packages applications into portable images and how Kubernetes orchestrates those containers across clusters, clarifying key concepts such as images, containers, Pods, Deployments, Services, and the role of nodes in modern cloud‑native environments.

ContainersDockerKubernetes
0 likes · 7 min read
Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide
SuanNi
SuanNi
Apr 10, 2026 · Artificial Intelligence

How Claude Managed Agents Remove the Infrastructure Burden for Enterprise AI

Claude Managed Agents provide a pre‑built sandbox, orchestration, and session layers that let developers launch production‑grade AI agents in days instead of months, cutting costs, boosting success rates, and delivering real‑world enterprise case studies.

AI InfrastructureClaudeEnterprise AI
0 likes · 8 min read
How Claude Managed Agents Remove the Infrastructure Burden for Enterprise AI
AI Step-by-Step
AI Step-by-Step
Apr 6, 2026 · Artificial Intelligence

Why Single Agents Fail: Embracing Multi‑Agent Microservice Architecture

When a single AI agent’s logic hits bottlenecks, the article explains how breaking responsibilities into bounded microservice agents, using pipelines for deterministic steps and supervisors for dynamic routing, yields clearer contracts, shared state, easier debugging, and more stable, scalable task execution.

AI ArchitectureAgent FrameworksMicroservices
0 likes · 12 min read
Why Single Agents Fail: Embracing Multi‑Agent Microservice Architecture
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 5, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures solve three structural bottlenecks of single‑agent AI—context overload, diluted expertise, and hidden failure points—by showing a concrete contract‑review use case and outlining four essential product‑design decisions for AI PMs.

AI product managementMulti-AgentOrchestration
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
Ray's Galactic Tech
Ray's Galactic Tech
Apr 3, 2026 · Artificial Intelligence

Building a Production‑Ready High‑Concurrency Story Generation System with Spring AI Alibaba

This article explains how to design and implement a scalable multi‑agent architecture for AI‑driven story creation using Spring AI Alibaba, covering core design principles, engineering optimizations, orchestration, high‑concurrency handling, observability, and deployment best practices.

KubernetesMulti-Agent ArchitectureOrchestration
0 likes · 29 min read
Building a Production‑Ready High‑Concurrency Story Generation System with Spring AI Alibaba
AI Step-by-Step
AI Step-by-Step
Apr 3, 2026 · Artificial Intelligence

Why Building AI Agents Requires a Full System‑Engineering Harness

The article explains that simply scaling large language models cannot sustain long‑running, production‑grade AI agents, and that a dedicated Agent Harness—acting as an operating system with orchestration, memory, governance, tool execution, and feedback loops—is essential for reliable, industrial‑scale automation.

AI agentsAgent HarnessLLM
0 likes · 9 min read
Why Building AI Agents Requires a Full System‑Engineering Harness
o-ai.tech
o-ai.tech
Mar 31, 2026 · Artificial Intelligence

Why CE’s Agent Design Treats Expert Prompts as Decision Modules, Not Personas

The article explains how many teams instinctively create multiple expert personas for AI agents, but CE instead builds agents as well‑defined judgment modules with clear input and output boundaries, explicit non‑responsibilities, confidence calibration, and systematic orchestration, resulting in a more reliable and maintainable review pipeline.

AI agentsOrchestrationPrompt engineering
0 likes · 14 min read
Why CE’s Agent Design Treats Expert Prompts as Decision Modules, Not Personas
DeepHub IMBA
DeepHub IMBA
Mar 28, 2026 · Artificial Intelligence

Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration

The article analyzes how multi‑agent systems emulate human team dynamics through role specialization, structured handoffs, and cross‑validation, detailing the orchestration layer’s responsibilities—task decomposition, dependency‑graph scheduling, routing, and conflict resolution—while exposing common pitfalls, cost concerns, and framework choices.

LLM cost controlOrchestrationState Management
0 likes · 19 min read
Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration
Code Mala Tang
Code Mala Tang
Mar 27, 2026 · Industry Insights

Why the Real GPU Shortage Is About Low Utilization, Not Supply

The article reveals that the perceived AI‑GPU shortage stems from misleading utilization metrics and wasted capacity, not actual supply constraints, and argues that better measurement and orchestration—not buying more hardware—will determine competitive advantage in the emerging AI infrastructure market.

GPU utilizationIndustry AnalysisOrchestration
0 likes · 9 min read
Why the Real GPU Shortage Is About Low Utilization, Not Supply
SuanNi
SuanNi
Mar 24, 2026 · Artificial Intelligence

How Compression, Orchestration, and LangGraph Are Redefining LLM Context Engineering

This article analyzes the six pillars of context engineering for large language models, focusing on compression techniques, extractive vs. abstractive methods, the LLMLingua toolkit, dynamic orchestration with routing and agentic RAG, and how LangGraph enables sophisticated agent‑driven workflows.

Agentic RAGLLMLangGraph
0 likes · 14 min read
How Compression, Orchestration, and LangGraph Are Redefining LLM Context Engineering
Frontend AI Walk
Frontend AI Walk
Mar 17, 2026 · Artificial Intelligence

Master the 5 Core Concepts of AI Agent Orchestration

This guide explains the five fundamental concepts—Agent, Harness, Protocol, Session, and Orchestration—through definitions, comparisons, concrete code examples, diagrams, and practical challenges, showing how they interrelate to enable safe and controllable multi‑agent AI workflows.

ACPAI AgentHarness
0 likes · 11 min read
Master the 5 Core Concepts of AI Agent Orchestration
AI Architecture Path
AI Architecture Path
Mar 14, 2026 · Artificial Intelligence

Build a No‑Human AI Company in Three Steps with Paperclip

This article explains the management challenges of multiple AI agents, introduces the open‑source Paperclip platform that brings enterprise‑level orchestration to AI agents, details its six core capabilities, provides a three‑step quick‑start guide, shares practical tips, and outlines the future roadmap for an AI operating system.

AI ManagementAI agentsOrchestration
0 likes · 13 min read
Build a No‑Human AI Company in Three Steps with Paperclip
DevOps Coach
DevOps Coach
Mar 10, 2026 · Cloud Computing

Why Hybrid Cloud Is the Future: Balancing Agility, Cost, and Security

The article explains how hybrid cloud combines rapid, scalable cloud environments with stable on‑premises systems to cut costs, improve performance, meet compliance, and boost developer velocity, while orchestration platforms like Spacelift, Terraform, and Ansible make this multi‑environment management practical.

Cost OptimizationInfrastructure as CodeOrchestration
0 likes · 10 min read
Why Hybrid Cloud Is the Future: Balancing Agility, Cost, and Security
AI Explorer
AI Explorer
Mar 7, 2026 · Artificial Intelligence

OpenAI Symphony: Let Teams Manage Projects, Not Supervise AI Coding

OpenAI quietly open‑sourced Symphony, an Elixir‑based multi‑agent orchestration framework that integrates with Linear to automate task assignment, sandboxed execution, proof‑of‑work validation and PR submission, shifting developers from code‑watching to project‑management roles while requiring harness engineering for machine‑readable codebases.

AI agentsElixirHarness Engineering
0 likes · 12 min read
OpenAI Symphony: Let Teams Manage Projects, Not Supervise AI Coding
Tencent Cloud Developer
Tencent Cloud Developer
Feb 3, 2026 · Artificial Intelligence

How Clawdbot (OpenClaw) Powers a Local‑First AI Agent Runtime with Dynamic Orchestration

Clawdbot (now called OpenClaw) is a local‑first AI agent runtime that integrates large language models with system‑level tools, offering a transparent, extensible architecture, privacy‑first memory, multimodal interaction, and a ReAct‑based orchestration engine for complex automation tasks.

AI AgentClawdbotOrchestration
0 likes · 29 min read
How Clawdbot (OpenClaw) Powers a Local‑First AI Agent Runtime with Dynamic Orchestration
Raymond Ops
Raymond Ops
Jan 31, 2026 · Operations

How SaltStack Cuts Deployment Time from Days to Minutes – A Complete Automation Guide

This article walks through SaltStack’s core architecture, master‑minion communication, authentication, Grains, Pillar, and Orchestrate, then demonstrates a real‑world high‑availability web cluster deployment that reduces a three‑day rollout to just 30 minutes, while covering performance tuning, monitoring, API integration, GitFS, and security hardening.

Configuration ManagementDevOpsInfrastructure as Code
0 likes · 24 min read
How SaltStack Cuts Deployment Time from Days to Minutes – A Complete Automation Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 22, 2026 · Cloud Native

Mastering Kubernetes: Complete Architecture, Principles, and Components Explained

This article provides a comprehensive technical overview of Kubernetes, covering its core problems, master‑worker architecture, essential components such as API server, etcd, scheduler, controller manager, kubelet, kube-proxy, container runtimes, and a step‑by‑step deployment workflow, illustrated with diagrams.

Cloud NativeContainersKubernetes
0 likes · 5 min read
Mastering Kubernetes: Complete Architecture, Principles, and Components Explained
JD Tech
JD Tech
Dec 22, 2025 · Artificial Intelligence

Build Flexible Multi‑Agent Systems Like LEGO with OxyGent – New Features Unveiled

The OxyGent 1.0.8 release introduces multimodal messaging, fine‑grained control, MCP reconnection, and front‑end streaming, while detailing its stateless AOP architecture, execution lifecycle, four data scopes, real‑world use cases, community feedback, and a step‑by‑step tutorial for rapid adoption.

AIFrameworkLLM
0 likes · 11 min read
Build Flexible Multi‑Agent Systems Like LEGO with OxyGent – New Features Unveiled
Ops Community
Ops Community
Jun 22, 2025 · Cloud Native

Master Docker & Kubernetes: Essential Concepts Explained Simply

This guide walks you through Docker's lightweight container model versus traditional VMs, outlines Docker's architecture and key components, then introduces Kubernetes as an open‑source orchestration platform, detailing its capabilities, master‑node architecture, and core concepts such as Pods, Volumes, Deployments, Services, and Namespaces.

Cloud NativeDockerKubernetes
0 likes · 17 min read
Master Docker & Kubernetes: Essential Concepts Explained Simply
ITPUB
ITPUB
Jun 17, 2025 · Artificial Intelligence

Why Private Cloud Is the Best Choice for Enterprise AI Deployment

The article examines why private‑cloud infrastructure, rather than public‑cloud services, offers enterprises better cost control, data sovereignty, customization, and security for building AI‑ready platforms, and outlines five core capabilities needed to achieve this.

AIEnterpriseInfrastructure
0 likes · 11 min read
Why Private Cloud Is the Best Choice for Enterprise AI Deployment
Fighter's World
Fighter's World
Jun 8, 2025 · Artificial Intelligence

Designing an Entry‑Level Multi‑Agent System for Vertical Industry Scenarios

The article analyzes why production‑grade multi‑agent systems are essential for complex vertical domains, outlines their core benefits, identifies key engineering challenges such as orchestration, context handling, and tool integration, and proposes a practical entry‑level architecture with concrete design guidelines and takeaways.

AI agentsHuman-in-the-LoopMulti-Agent System
0 likes · 15 min read
Designing an Entry‑Level Multi‑Agent System for Vertical Industry Scenarios
DeWu Technology
DeWu Technology
Apr 7, 2025 · Industry Insights

How DPP Evolved from Fixed Engine to DAG‑Based Orchestration for Faster Recommendation Iterations

This article explains the DPP platform’s overall architecture, its key features for rapid iteration, and the three‑stage evolution of its orchestration engine—from the fixed DPP‑Engine to the flexible BizEngine and finally the graph‑based DagEngine—detailing design decisions, protocols, challenges, and future directions.

DAGDPPOrchestration
0 likes · 16 min read
How DPP Evolved from Fixed Engine to DAG‑Based Orchestration for Faster Recommendation Iterations
dbaplus Community
dbaplus Community
Apr 6, 2025 · Artificial Intelligence

What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, classifications, workflow versus agent architectures, comparative feature tables, and detailed examinations of popular frameworks such as OpenAI Swarm, AutoGen, and Magentic‑One, including design principles, code examples, orchestration strategies, and practical application scenarios.

AI agentsAutoGenMagentic-One
0 likes · 40 min read
What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2024 · Cloud Native

Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners

This guide introduces Docker’s architecture, advantages over virtual machines, key components such as Daemon, Images, Containers, CLI, Dockerfile, Compose and Swarm, then explains Kubernetes fundamentals, its architecture, core objects like Pods, Volumes, Deployments, Services, Namespaces, and how they interact through the API.

Cloud NativeContainersDevOps
0 likes · 18 min read
Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners
Architecture and Beyond
Architecture and Beyond
Sep 28, 2024 · Cloud Native

Core Concepts of Docker and Kubernetes for Architects

This article explains the fundamental principles of Docker containerization and Kubernetes orchestration, covering containerization, image layering, core components, declarative APIs, Pods, Services, Namespaces, ConfigMaps, Secrets, Volumes, and their combined advantages and challenges for enterprise‑level system design.

Cloud NativeDockerKubernetes
0 likes · 30 min read
Core Concepts of Docker and Kubernetes for Architects
Tencent Cloud Developer
Tencent Cloud Developer
May 14, 2024 · Backend Development

Product Middle Platform Workflow Orchestration Engine: Use Cases, Architecture, and High‑Availability Solutions

Tencent’s product middle platform employs a self‑built, stateless workflow orchestration engine—configurable via drag‑and‑drop or DSL—to coordinate massive product processing and audit tasks, using load‑balancing, retry, rate‑limiting, circuit‑breaker and service isolation strategies that ensure high availability, performance, and horizontal scalability on TKE.

BackendDSLMicroservices
0 likes · 14 min read
Product Middle Platform Workflow Orchestration Engine: Use Cases, Architecture, and High‑Availability Solutions
Architects Research Society
Architects Research Society
Dec 29, 2023 · Backend Development

Understanding the Saga Pattern for Distributed Transactions in Microservices

The article explains the challenges of distributed transactions in microservices, introduces the Saga pattern as a solution, compares choreography and orchestration implementations, and outlines their benefits, drawbacks, and rollback mechanisms using an e‑commerce order processing example.

ChoreographyDistributed TransactionsOrchestration
0 likes · 7 min read
Understanding the Saga Pattern for Distributed Transactions in Microservices
Shopee Tech Team
Shopee Tech Team
Jul 13, 2023 · Backend Development

Design and Implementation of seadt-SAGA Distributed Transaction Framework

The article details Shopee’s seadt‑SAGA framework—a Go‑based distributed transaction solution that implements the SAGA pattern via two modes, orchestration with a central coordinator and collaboration with embedded logic, explains their state‑machine designs, compares rollback ordering using vector clocks versus sequence numbers, and discusses each mode’s trade‑offs.

CollaborationDistributed TransactionsGo
0 likes · 23 min read
Design and Implementation of seadt-SAGA Distributed Transaction Framework
Architects Research Society
Architects Research Society
Dec 11, 2022 · Backend Development

Understanding the Saga Pattern for Distributed Transactions in Microservices

The article explains how the Saga pattern—using either choreography or orchestration—enables reliable distributed transactions across microservices by coordinating local ACID operations, handling compensating actions, and addressing the challenges of consistency, rollback, and scalability.

ChoreographyDistributed TransactionsMicroservices
0 likes · 9 min read
Understanding the Saga Pattern for Distributed Transactions in Microservices
TAL Education Technology
TAL Education Technology
Nov 25, 2021 · Backend Development

Design and Implementation of a Code‑less Distributed Task Orchestration Platform for XES

This article presents a comprehensive design and implementation of a drag‑and‑drop, code‑less workflow orchestration system that abstracts business logic into DAG‑based state machines, detailing architecture, core data structures, Go code examples, and two practical use cases for arithmetic and data‑consumption scenarios.

BackendDistributedGolang
0 likes · 18 min read
Design and Implementation of a Code‑less Distributed Task Orchestration Platform for XES
Architects Research Society
Architects Research Society
Nov 19, 2021 · Operations

A Curated List of Open-Source Workflow Engines

This article presents a comprehensive, categorized collection of open‑source workflow engines and BPM tools—including complete products, SaaS solutions, and embeddable libraries—along with brief descriptions and recommendations for different orchestration scenarios.

BPMEngineOrchestration
0 likes · 7 min read
A Curated List of Open-Source Workflow Engines
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Nov 12, 2021 · Backend Development

Code-less Business Process Orchestration: Design, Implementation, and Application

This article presents a code-less business process orchestration framework that transforms static Go code into configurable drag‑and‑drop workflows, detailing the underlying concepts, architecture, core Go data structures, dynamic configuration, and practical deployment examples for distributed task scheduling and execution.

Cloud NativeDistributed SystemsGolang
0 likes · 18 min read
Code-less Business Process Orchestration: Design, Implementation, and Application
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Aug 12, 2021 · Backend Development

How Payment Orchestration Shapes Modern Transaction Systems

This article presents a visual deep‑dive into the core transaction architecture and payment orchestration flow, illustrating each component and their interactions through detailed diagrams that reveal how modern backend systems handle complex payment processes.

BackendOrchestrationTransactions
0 likes · 3 min read
How Payment Orchestration Shapes Modern Transaction Systems
Architects Research Society
Architects Research Society
Apr 30, 2021 · Operations

Health Management and Diagnostics in Microservices

The article explains how microservices can achieve resilience through health reporting, diagnostics, standardized logging, health‑check implementations, and orchestrator coordination to detect failures, restart services, handle upgrades, and recover from partial cloud‑based failures.

OrchestrationResiliencediagnostics
0 likes · 9 min read
Health Management and Diagnostics in Microservices
Top Architect
Top Architect
Feb 7, 2021 · Cloud Native

A Comprehensive Guide to Docker Tools and the Container Ecosystem

This article provides an extensive overview of the most popular Docker‑related tools—including orchestration, CI/CD, monitoring, logging, security, storage, networking, service discovery, image building, and management solutions—detailing their core features, official websites, pricing models, and typical use cases for developers and operations engineers.

ContainerDevOpsDocker
0 likes · 23 min read
A Comprehensive Guide to Docker Tools and the Container Ecosystem
macrozheng
macrozheng
Jan 8, 2021 · Cloud Native

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

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

Cloud NativeDockerKubernetes
0 likes · 10 min read
Why Docker Isn’t Enough Anymore: The Rise of Kubernetes
Architects Research Society
Architects Research Society
Dec 1, 2020 · Operations

A Curated List of Awesome Open‑Source Workflow Engines

This article presents a comprehensive, categorized collection of open‑source workflow engines and BPM tools—including Airflow, Argo, Cadence, Zeebe, and many others—describing their primary features, typical use cases, and recommendations for different orchestration scenarios.

Orchestrationcloudopen-source
0 likes · 8 min read
A Curated List of Awesome Open‑Source Workflow Engines
Java High-Performance Architecture
Java High-Performance Architecture
Nov 12, 2020 · Backend Development

Understanding SAGA Distributed Transactions: Choreography vs Orchestration

This article explains the concept and implementation approaches of SAGA as a distributed transaction solution, covering the problem definition, the two strategies—Choreography and Orchestration—including their workflows, event handling, state machine coordination, advantages, drawbacks, and references to Alibaba's Seata framework.

ChoreographyDistributed TransactionsMicroservices
0 likes · 7 min read
Understanding SAGA Distributed Transactions: Choreography vs Orchestration
Architects Research Society
Architects Research Society
Sep 12, 2020 · Backend Development

Understanding Zeebe: A Scalable Workflow Engine for Microservice Orchestration

Zeebe is an open‑source workflow engine that enables visibility, fault‑tolerance and horizontal scalability for end‑to‑end microservice workflows, offering BPMN‑based modeling, append‑only log storage, and language‑agnostic client libraries to orchestrate and monitor complex business processes.

BPMNMicroservicesOrchestration
0 likes · 16 min read
Understanding Zeebe: A Scalable Workflow Engine for Microservice Orchestration
Ops Development Stories
Ops Development Stories
Apr 28, 2020 · Cloud Native

Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture

This article offers a pictorial introduction to Kubernetes, explaining what containers are, when to use orchestration, why Kubernetes stands out, and detailing its core architecture—including master components, pods, controllers, services, and ingress—providing a clear, beginner-friendly overview of container orchestration in cloud-native environments.

Cloud NativeContainersController
0 likes · 10 min read
Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture
Open Source Linux
Open Source Linux
Mar 9, 2020 · Cloud Native

Why Kubernetes Is the Ultimate Container Orchestrator: A Deep Dive

This article explains the origin of the term Kubernetes, clarifies what containers are and why they’re popular, outlines when to adopt Kubernetes, and details its architecture, core components, pods, and key controllers such as ReplicaSet, Deployment, Service, and Ingress.

Cloud NativeKubernetesOrchestration
0 likes · 9 min read
Why Kubernetes Is the Ultimate Container Orchestrator: A Deep Dive
Architects Research Society
Architects Research Society
Sep 23, 2019 · Operations

Curated List of Awesome Open-Source Workflow Engines

This article presents a comprehensive, categorized list of open-source workflow engines and BPM suites, describing each project's purpose, language, and typical use cases for tasks such as DAG scheduling, Kubernetes orchestration, and microservice coordination.

BPMOrchestrationautomation
0 likes · 7 min read
Curated List of Awesome Open-Source Workflow Engines
Architects Research Society
Architects Research Society
Sep 23, 2019 · Operations

Curated List of Open‑Source Workflow Engines and BPM Tools

This article presents a comprehensive, categorized list of open‑source workflow engines and BPM tools—including Airflow, Argo, Cadence, Camunda, and many others—detailing their primary features and typical use cases for orchestration, data pipelines, and micro‑service coordination.

EngineOperationsOrchestration
0 likes · 4 min read
Curated List of Open‑Source Workflow Engines and BPM Tools
21CTO
21CTO
Sep 7, 2019 · Backend Development

Understanding Transaction Core and Payment Orchestration

This article presents visual diagrams that explain the transaction core architecture and the flow of payment orchestration, offering a concise overview of how payment systems are structured and coordinated.

Orchestrationpaymenttransaction core
0 likes · 2 min read
Understanding Transaction Core and Payment Orchestration
Tencent Cloud Developer
Tencent Cloud Developer
Oct 9, 2018 · Cloud Native

A Comprehensive List of 50+ Useful Docker Tools

This guide catalogs over fifty essential Docker‑related tools—including orchestration platforms like Kubernetes and Swarm, CI/CD services such as Jenkins and GitLab, monitoring solutions like Prometheus, logging utilities, security scanners, storage plugins, and networking options—helping developers, DevOps, SREs, and architects select the right solution for each stage of container development.

DevOpsDockerOrchestration
0 likes · 27 min read
A Comprehensive List of 50+ Useful Docker Tools
Java Backend Technology
Java Backend Technology
Jul 25, 2018 · Cloud Native

Mastering Microservice Architecture: 10 Essential Design Principles

This article outlines ten crucial design principles for building robust microservice systems, covering API gateways, stateless services, database scaling, caching strategies, service decomposition, orchestration, configuration management, logging, fault tolerance, and comprehensive monitoring, each illustrated with clear diagrams.

MicroservicesOrchestrationapi-gateway
0 likes · 11 min read
Mastering Microservice Architecture: 10 Essential Design Principles
Java Architect Essentials
Java Architect Essentials
Jul 10, 2018 · Cloud Native

Testing Strategies for Microservices: Orchestration, Service Virtualization, and Asynchronous Patterns

The article explains how microservice architectures increase testing complexity and presents practical strategies—including orchestration testing, service virtualization, handling API changes, asynchronous command patterns, event firehose, and CI/CD environment configuration—to reliably test individual services and their interactions in cloud‑native environments.

MicroservicesOrchestrationasynchronous messaging
0 likes · 14 min read
Testing Strategies for Microservices: Orchestration, Service Virtualization, and Asynchronous Patterns
Efficient Ops
Efficient Ops
Jun 27, 2018 · Operations

How ZhiYun Job Platform Revolutionizes Automated Operations

The article introduces the ZhiYun Job Platform, detailing its evolution from basic tool construction to advanced orchestration and API integration, highlighting how it standardizes, automates, and secures repetitive operational tasks for enterprises across cloud environments.

OperationsOrchestrationautomation
0 likes · 10 min read
How ZhiYun Job Platform Revolutionizes Automated Operations
System Architect Go
System Architect Go
Jun 3, 2018 · Cloud Native

Docker Compose: A Beginner’s Guide to Multi‑Container Orchestration

This article introduces Docker Compose, explains how to define a project with multiple services such as a web app and Redis, details common configuration options, and shows how to start, manage, and scale containers in a single‑host environment before mentioning future coverage of Swarm and Kubernetes.

Cloud NativeComposeContainer
0 likes · 5 min read
Docker Compose: A Beginner’s Guide to Multi‑Container Orchestration
dbaplus Community
dbaplus Community
Jan 11, 2018 · Cloud Native

Essential Docker Ecosystem Tools: A Comprehensive Guide for Developers and Ops

This article provides a detailed, curated list of the most popular Docker‑related tools across categories such as orchestration, CI/CD, monitoring, security, storage, networking and management, including brief descriptions, official links and cost information to help developers, DevOps engineers and platform architects choose the right solutions for every stage of the container lifecycle.

ContainerOrchestrationci/cd
0 likes · 29 min read
Essential Docker Ecosystem Tools: A Comprehensive Guide for Developers and Ops
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 19, 2017 · Cloud Native

Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes

This article explains the Kubelet service lifecycle, its core functions, code structure, startup sequence, and the detailed steps Kubernetes follows to create and run Pods, providing code snippets and diagrams for developers who want to understand or extend Kubelet internals.

KubernetesOrchestrationPod
0 likes · 9 min read
Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes
Efficient Ops
Efficient Ops
Apr 24, 2017 · Operations

15 Essential Open-Source DevOps Tools for Private Cloud Environments

This article reviews fifteen open-source DevOps tools across categories such as configuration management, bare-metal provisioning, orchestration, continuous integration, and monitoring, explaining their functions, typical use cases in private-cloud deployments, and providing example code snippets to help engineers automate, scale, and secure their cloud operations.

Configuration ManagementDevOpsOrchestration
0 likes · 15 min read
15 Essential Open-Source DevOps Tools for Private Cloud Environments
Qunar Tech Salon
Qunar Tech Salon
Mar 23, 2017 · Cloud Native

Ctrip Container Cloud: Architecture, Scaling, and Operational Practices

The article details Ctrip's rapid business growth driving the need for elastic scaling, the adoption of container technology to achieve second‑level provisioning, the design of their container cloud platform—including deployment principles, network choices, orchestration evaluations, monitoring solutions, and the CDOS overview—providing practical insights for large‑scale cloud‑native operations.

DevOpsOrchestrationcloud-native
0 likes · 16 min read
Ctrip Container Cloud: Architecture, Scaling, and Operational Practices
Architects' Tech Alliance
Architects' Tech Alliance
Feb 13, 2017 · Cloud Native

Comprehensive Overview of Docker: Architecture, Components, Orchestration, Storage, and Ecosystem

This article provides an extensive overview of Docker, covering its open‑source origins, client‑server architecture, container isolation, image management, orchestration tools such as Compose, Swarm and Machine, networking solutions, storage strategies, integration with PaaS/IaaS platforms, Kubernetes, OpenStack, DevOps practices, micro‑service architecture, and the broader Docker ecosystem.

Cloud NativeDevOpsDocker
0 likes · 24 min read
Comprehensive Overview of Docker: Architecture, Components, Orchestration, Storage, and Ecosystem
DevOps
DevOps
Dec 8, 2016 · Cloud Native

Anchore 2016 Container Technology Survey: Adoption, Security, CI/CD, Orchestration, and OS Trends

The 2016 Anchore survey reveals how organizations of various sizes adopt containers in production and development, highlights security concerns, shows CI/CD tool dominance, compares orchestration platforms, and analyzes host and image operating system preferences, providing a comprehensive view of the container ecosystem.

ContainersOrchestrationci/cd
0 likes · 7 min read
Anchore 2016 Container Technology Survey: Adoption, Security, CI/CD, Orchestration, and OS Trends
ITPUB
ITPUB
Jul 20, 2016 · Databases

Dockerizing MongoDB: Overcoming Deployment Pain Points with a Custom Container Orchestration

This article details the challenges of deploying traditional MongoDB clusters on physical servers and explains how the authors containerized MongoDB using a custom Docker orchestration system, covering architecture, initialization, resource isolation, automated deployment, monitoring, logging, storage, networking, scheduling, and practical pitfalls such as image caching and graceful shutdown.

Database DeploymentMongoDBOrchestration
0 likes · 23 min read
Dockerizing MongoDB: Overcoming Deployment Pain Points with a Custom Container Orchestration
Efficient Ops
Efficient Ops
Feb 29, 2016 · Cloud Computing

Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration

This article provides a comprehensive overview of Cloudify, an open‑source cloud orchestration platform, covering its evolution from Java to Python, core components, architecture, integration with Docker and OpenStack, typical use cases, and practical deployment scenarios for efficient operations.

CloudifyDockerOpenStack
0 likes · 14 min read
Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration