Tag

Docker Swarm

1 views collected around this technical thread.

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.

Container OrchestrationDocker SwarmOverlay Network
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.

Cloud NativeDeploymentDocker Swarm
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.

CI/CDDeploymentDocker Swarm
0 likes · 10 min read
How to Automate Java SpringBoot Deployment with Jenkins and Docker Swarm
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.

CI/CDDocker SwarmJenkins
0 likes · 7 min read
How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9
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.

Distributed SystemsDocker SwarmFlink
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.

AutomationCI/CDCloud Native
0 likes · 11 min read
Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo
Selected Java Interview Questions
Selected Java Interview Questions
Oct 24, 2020 · Cloud Native

Portainer Introduction and Usage Guide for Docker Management

This article provides a comprehensive guide to Portainer, covering its features, how to download the image, run it on a single Docker host, and manage Docker Swarm clusters with detailed commands, UI walkthroughs, and configuration steps.

Container ManagementDockerDocker Swarm
0 likes · 6 min read
Portainer Introduction and Usage Guide for Docker Management
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 NativeContainer OrchestrationDocker Swarm
0 likes · 12 min read
Kubernetes Core Concepts, Comparison with Docker Swarm, and Practical Deployment Tips
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.

CI/CDCloud NativeDocker Swarm
0 likes · 17 min read
Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned
DevOps
DevOps
Aug 29, 2018 · Cloud Native

Comparative Overview of Container Orchestration Tools: Kubernetes, Docker Swarm, and Amazon ECS

This article compares the three major container orchestration platforms—Kubernetes, Docker Swarm, and Amazon ECS—examining their architecture, integration with cloud providers, deployment complexity, and suitability for different workloads to help readers choose the right tool for their needs.

Amazon ECSCloud NativeContainer Orchestration
0 likes · 7 min read
Comparative Overview of Container Orchestration Tools: Kubernetes, Docker Swarm, and Amazon ECS
Efficient Ops
Efficient Ops
May 17, 2018 · Databases

How a Nighttime MySQL Migration to RDS Triggered a CPU Crisis—and How We Fixed It

This article recounts a blockchain finance company's rapid user growth, the decision to move MySQL from Docker Swarm to Alibaba Cloud RDS, the ensuing CPU overload caused by missing indexes, and the step‑by‑step troubleshooting and optimization that restored system stability.

Database MigrationDocker SwarmIndex Optimization
0 likes · 13 min read
How a Nighttime MySQL Migration to RDS Triggered a CPU Crisis—and How We Fixed It
Architects' Tech Alliance
Architects' Tech Alliance
Mar 15, 2017 · Cloud Native

Docker Swarm on Apache Mesos: Architecture, Integration Guide, and Practical Considerations

This article explains the architecture of Docker Swarm, the reasons for running it on Apache Mesos, the integration process—including resource offers, task scheduling, and container creation—and discusses current limitations and future improvement directions.

Apache MesosCloud NativeContainer Orchestration
0 likes · 12 min read
Docker Swarm on Apache Mesos: Architecture, Integration Guide, and Practical Considerations
DevOps
DevOps
Feb 3, 2017 · Cloud Native

Understanding Windows Containers: Runtimes, Images, and Mixed Docker Swarm Deployments

The article explains Windows Server 2016 native container support, the two container runtimes (Windows Server Container and Hyper‑V Container), available Windows container images, how Docker Swarm can orchestrate mixed Windows and Linux nodes, and licensing considerations for production use.

Container ImagesDockerDocker Swarm
0 likes · 9 min read
Understanding Windows Containers: Runtimes, Images, and Mixed Docker Swarm Deployments
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.

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