Tagged articles
26 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2025 · Cloud Native

Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines

This article shares how a team reduced deployment failures from 15% to 0.3% and cut average deployment time from 35 minutes to 8 minutes by integrating Docker Swarm container orchestration with a fully automated CI/CD pipeline, covering architecture choices, pipeline stages, stack configuration, optimisation tips, monitoring, and future AI‑driven ops trends.

AutomationDevOpsDocker Swarm
0 likes · 17 min read
Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines
MaGe Linux Operations
MaGe Linux Operations
Oct 3, 2025 · Cloud Native

Docker Swarm vs Kubernetes in 2025: Real Architect Insights for Choosing the Right Platform

In 2025, a seasoned architect compares Docker Swarm and Kubernetes from evolution, architecture complexity, functionality, ecosystem, operational cost, performance, security, and scalability, providing real‑world case studies, decision trees, and practical recommendations to help teams of any size select the most suitable container orchestration solution.

Docker SwarmKubernetescontainer orchestration
0 likes · 31 min read
Docker Swarm vs Kubernetes in 2025: Real Architect Insights for Choosing the Right Platform
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2025 · Cloud Native

Docker Swarm vs Kubernetes: Choosing the Right Orchestrator and Migration Path

This comprehensive guide compares Docker Swarm and Kubernetes across architecture, performance, and resource usage, outlines ideal use‑cases, provides detailed migration strategies with scripts and tools, and offers cost and operational analyses to help teams select the most suitable container orchestration platform.

Docker SwarmKubernetescontainer orchestration
0 likes · 23 min read
Docker Swarm vs Kubernetes: Choosing the Right Orchestrator and Migration Path
Raymond Ops
Raymond Ops
Feb 10, 2025 · Cloud Native

How to Build and Visualize a Docker Swarm Cluster with Portainer

This guide walks through installing Docker on Debian hosts, creating a Docker Swarm manager and worker nodes, configuring overlay and bridge networks, deploying Portainer for visual management in both single‑node and swarm modes, launching container services, scaling them, and implementing load‑balanced Nginx services.

Docker SwarmOverlay Networkcontainer orchestration
0 likes · 12 min read
How to Build and Visualize a Docker Swarm Cluster with Portainer
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 7, 2024 · Cloud Native

Four Main Microservice Deployment Patterns Explained

This article introduces four primary microservice deployment models—multi‑instance, containerized, serverless, and container‑orchestration—detailing their architectures, advantages, drawbacks, and typical use cases for building scalable, efficient cloud‑native applications.

DeploymentDocker SwarmKubernetes
0 likes · 7 min read
Four Main Microservice Deployment Patterns Explained
macrozheng
macrozheng
Apr 30, 2024 · Operations

How to Automate Java SpringBoot Deployment with Jenkins and Docker Swarm

This guide walks you through setting up Jenkins to pull code from GitLab, build a SpringBoot 3 Java project with Maven, back up and copy JAR files to a remote server, and perform rolling updates of Docker Swarm services, all with step‑by‑step instructions and code snippets.

DeploymentDocker SwarmJava
0 likes · 10 min read
How to Automate Java SpringBoot Deployment with Jenkins and Docker Swarm
MaGe Linux Operations
MaGe Linux Operations
Nov 23, 2023 · Databases

Deploy Percona XtraDB Cluster (PXC) on Docker Swarm with Load Balancing

This guide walks through setting up a Percona XtraDB Cluster (PXC) version 5.7.43 on three Docker‑installed machines, configuring hostnames, loading images, creating a Swarm overlay network, deploying the cluster, adjusting MySQL settings, handling common failures, and adding load balancing with Nginx or HAProxy.

Docker SwarmHAProxyNginx
0 likes · 10 min read
Deploy Percona XtraDB Cluster (PXC) on Docker Swarm with Load Balancing
Efficient Ops
Efficient Ops
Apr 19, 2023 · Cloud Native

How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9

This article details how the Industrial and Commercial Bank of China's software development center tackled Jenkins performance bottlenecks by upgrading hardware, switching to OpenJ9 JVM, and implementing Docker‑Swarm load balancing, ultimately boosting build capacity from a few thousand to over thirty‑six thousand daily jobs.

Docker SwarmJenkinsOpenJ9
0 likes · 7 min read
How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9
BaiPing Technology
BaiPing Technology
Aug 1, 2022 · Cloud Native

Master Docker Swarm: From Init to Portainer UI Management

This guide walks you through Docker Swarm fundamentals, core concepts like init, nodes, managers, workers, services, configs, and secrets, shows how to define multi‑service applications with Docker Compose, deploy them via Docker stack, and manage the cluster visually using Portainer.

Cloud NativeDocker ComposeDocker Stack
0 likes · 11 min read
Master Docker Swarm: From Init to Portainer UI Management
HomeTech
HomeTech
Jan 26, 2022 · Operations

Design and Practice of Autohome's Performance Testing Platform PTS

The article details the architecture, key components, testing types, and operational results of Autohome's PTS platform, which uses Docker Swarm, gRPC, JMeter, Flume‑Kafka, and Flink to conduct large‑scale distributed load testing for the 818 event and outlines future improvements toward Kubernetes and direct Kafka logging.

Docker SwarmFlinkJMeter
0 likes · 8 min read
Design and Practice of Autohome's Performance Testing Platform PTS
Fangduoduo Tech
Fangduoduo Tech
Mar 26, 2021 · Cloud Native

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

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

AutomationCloud NativeDevOps
0 likes · 11 min read
Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2020 · Cloud Native

Master Docker Swarm: Core Concepts, Modes, and Essential Commands

This guide explains Docker Swarm's built‑in cluster management, key concepts such as Swarm, Node, Stack, Service, Task, and load balancing, and provides step‑by‑step commands for initializing a Swarm, adding nodes, labeling, deploying stacks, and updating services.

Cloud NativeDeploymentDocker
0 likes · 7 min read
Master Docker Swarm: Core Concepts, Modes, and Essential Commands
360 Tech Engineering
360 Tech Engineering
Sep 26, 2019 · Cloud Native

Kubernetes Core Concepts, Comparison with Docker Swarm, and Practical Deployment Tips

This article introduces Kubernetes' fundamental components such as Pods, Deployments, Services, compares it with Docker Swarm, shares practical usage of the Wayne dashboard, provides deployment best‑practice notes, and presents performance test results of a self‑built cluster versus bare‑metal Java workloads.

Cloud NativeDocker SwarmKubernetes
0 likes · 12 min read
Kubernetes Core Concepts, Comparison with Docker Swarm, and Practical Deployment Tips
Huajiao Technology
Huajiao Technology
Sep 24, 2019 · Cloud Native

Why Kubernetes Dominates Container Orchestration: Core Concepts, Comparison, and Real‑World Benchmarks

This article introduces Kubernetes’ fundamental building blocks such as Pods, Deployments, Services, compares it with Docker Swarm across scheduling, autoscaling, load balancing and disaster recovery, shares practical deployment experiences using the Wayne management tool, provides self‑build setup tips, and presents benchmark results that contrast k8s clusters with bare‑metal Java workloads.

Cloud NativeDocker SwarmKubernetes
0 likes · 14 min read
Why Kubernetes Dominates Container Orchestration: Core Concepts, Comparison, and Real‑World Benchmarks
Fangduoduo Tech
Fangduoduo Tech
Apr 25, 2019 · Cloud Native

Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned

This article details how Fangduoduo, a leading mobile real‑estate platform, migrated to a Docker Swarm‑based container cloud, covering the reasons for choosing Swarm, architecture design, networking, CI/CD integration, performance optimizations, monitoring, and the operational benefits gained from the transition.

Cloud NativeDevOpsDocker Swarm
0 likes · 17 min read
Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned
dbaplus Community
dbaplus Community
May 9, 2018 · Databases

How We Migrated MySQL from Docker Swarm to Alibaba RDS and Fixed a CPU Crisis

This article recounts a real‑world MySQL migration from Docker Swarm containers to an Alibaba Cloud RDS instance, detailing the original architecture, migration steps, backup scripts, a critical index‑missing outage, and the practical indexing strategies used to restore performance.

Backup ScriptDocker SwarmIndex Optimization
0 likes · 13 min read
How We Migrated MySQL from Docker Swarm to Alibaba RDS and Fixed a CPU Crisis
DevOps Coach
DevOps Coach
Dec 4, 2017 · Operations

How to Mount Nutanix Storage in Docker Swarm with the DVP Plugin

This step‑by‑step guide shows how to install Nutanix's Docker Volume Plug‑in (DVP), configure iSCSI connectivity, create persistent volumes in Docker Swarm, deploy Docker Datacenter components, and run an ownCloud service backed by Nutanix storage.

DVPDockerDocker Swarm
0 likes · 17 min read
How to Mount Nutanix Storage in Docker Swarm with the DVP Plugin
DevOps
DevOps
Dec 28, 2016 · Cloud Native

Building a Fully Containerized DevOps Toolchain with Azure and Docker Swarm

The article discusses the challenges of heterogeneous systems in modern software development and explains how containerization, DevOps practices, and Azure‑based automation with Docker Swarm and Visual Studio Team Services can be combined to create a fully containerized DevOps toolchain that improves development and operational efficiency.

AzureDevOpsDocker Swarm
0 likes · 2 min read
Building a Fully Containerized DevOps Toolchain with Azure and Docker Swarm