Tagged articles
346 articles
Page 3 of 4
Baidu Geek Talk
Baidu Geek Talk
May 12, 2021 · Operations

BRCC: A Distributed Configuration Center Solution for Modern Applications

BRCC (Better Remote Config Center) is an open‑source, lightweight, Spring‑Boot‑based distributed configuration center that simplifies management of dynamic, multi‑environment settings across dozens of instances by offering easy SDK/API access, push notifications, traceability, fine‑grained security, high performance, and a user‑friendly UI.

BRCCBaidu open sourceConfiguration Center
0 likes · 12 min read
BRCC: A Distributed Configuration Center Solution for Modern Applications
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 12, 2021 · Databases

Database Scaling Strategies: From Single Instance to Smooth Horizontal Expansion

The article explains how to evolve a simple single‑instance database into a highly available, horizontally sharded system, detailing offline scaling, online dual‑write migration, and a smooth four‑node expansion process with configuration changes, data migration, and cleanup steps.

Configuration Managementdatabase scalinghigh availability
0 likes · 6 min read
Database Scaling Strategies: From Single Instance to Smooth Horizontal Expansion
Java Tech Enthusiast
Java Tech Enthusiast
May 10, 2021 · Cloud Native

Using Nacos with Spring Cloud Alibaba for Service Registration, Discovery, and Configuration

The guide shows how to download and start Nacos, configure Spring Cloud Alibaba projects for service registration and discovery, create provider and consumer services with load‑balanced RestTemplate or OpenFeign calls, and use Nacos as a dynamic configuration center with refresh‑scope support.

Configuration ManagementMicroservicesNacos
0 likes · 14 min read
Using Nacos with Spring Cloud Alibaba for Service Registration, Discovery, and Configuration
Top Architect
Top Architect
Apr 23, 2021 · Cloud Native

A Comprehensive Guide to Spring Cloud Components: Eureka, Ribbon, OpenFeign, Hystrix, Zuul, Config and Bus

This article explains the core Spring Cloud modules—including service discovery with Eureka, client‑side load balancing via Ribbon, declarative HTTP calls with OpenFeign, circuit breaking with Hystrix, API gateway features of Zuul, centralized configuration with Config, and message broadcasting with Spring Cloud Bus—illustrating their concepts, usage patterns, and integration examples for building resilient microservice architectures.

Configuration ManagementMicroservicesSpring Cloud
0 likes · 26 min read
A Comprehensive Guide to Spring Cloud Components: Eureka, Ribbon, OpenFeign, Hystrix, Zuul, Config and Bus
IT Architects Alliance
IT Architects Alliance
Apr 5, 2021 · Operations

Design and Implementation of a Handcrafted Distributed Cluster (MyCluster)

This article describes how to design and build a native distributed cluster called MyCluster without using any existing frameworks, covering master‑slave architecture, leader election, split‑brain handling, centralized configuration management, custom communication protocols, state transitions, and client interfaces.

Cluster ArchitectureConfiguration ManagementDistributed Systems
0 likes · 13 min read
Design and Implementation of a Handcrafted Distributed Cluster (MyCluster)
Top Architect
Top Architect
Mar 18, 2021 · Cloud Native

Using Nacos as a Configuration Center for Multi‑Environment Management in Spring Cloud

The article explains how to leverage Nacos as a configuration center in Spring Cloud to manage multi‑environment settings using Data ID naming, configuration groups, and namespaces, providing code examples, command‑line usage, and a recommendation to prefer namespaces for clear separation and permission control.

Cloud NativeConfiguration ManagementJava
0 likes · 10 min read
Using Nacos as a Configuration Center for Multi‑Environment Management in Spring Cloud
JD Cloud Developers
JD Cloud Developers
Mar 17, 2021 · Cloud Native

How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes

This article details the step‑by‑step process of deploying JD’s Aura Android component platform on the private T‑PaaS environment, covering requirement analysis, solution selection, Docker image creation, Helm‑based Kubernetes orchestration, configuration management with Confd, and essential middleware setup for a successful cloud‑native rollout.

AndroidCloud NativeConfiguration Management
0 likes · 13 min read
How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes
Zhuanzhuan Tech
Zhuanzhuan Tech
Mar 10, 2021 · Backend Development

Service Governance Architecture and Practices at Zhuanzhuan

This article explains how Zhuanzhuan’s service management platform implements comprehensive service governance—including registration, discovery, configuration, monitoring, authentication, rate limiting, and alerting—to support micro‑service architectures and improve reliability, scalability, and operational efficiency.

Configuration ManagementMicroservicesmonitoring
0 likes · 10 min read
Service Governance Architecture and Practices at Zhuanzhuan
MaGe Linux Operations
MaGe Linux Operations
Mar 8, 2021 · Operations

How to Build a Highly Available etcd Cluster with SSL Security

This guide explains the fundamentals of etcd, its Raft‑based architecture, cluster planning, secure certificate generation, installation steps, service configuration, and verification commands to deploy a reliable, SSL‑protected etcd cluster for service discovery and configuration management.

ClusterConfiguration ManagementRaft
0 likes · 16 min read
How to Build a Highly Available etcd Cluster with SSL Security
Open Source Linux
Open Source Linux
Mar 1, 2021 · Cloud Computing

How Google’s VM Manager Simplifies Large‑Scale Cloud VM Operations

Google’s VM Manager automates the deployment, patching, configuration, and inventory of massive Compute Engine VM clusters, offering a single dashboard to streamline security, observability, and performance for enterprises moving workloads to the cloud.

Configuration ManagementGoogle CloudInfrastructure Automation
0 likes · 4 min read
How Google’s VM Manager Simplifies Large‑Scale Cloud VM Operations
Top Architect
Top Architect
Feb 6, 2021 · Fundamentals

Understanding Apache ZooKeeper: Concepts, Modes, Data Model, and Practical Docker‑Compose Deployment

This article introduces Apache ZooKeeper as a high‑availability coordination service, explains its three deployment modes, core roles, hierarchical data model and node types, outlines common use cases such as configuration management, naming service, distributed locks and queues, and provides a step‑by‑step Docker‑Compose setup with example commands and configuration files.

ClusterConfiguration ManagementDistributed Coordination
0 likes · 18 min read
Understanding Apache ZooKeeper: Concepts, Modes, Data Model, and Practical Docker‑Compose Deployment
dbaplus Community
dbaplus Community
Feb 1, 2021 · Operations

How to Build a Low‑Cost Distributed Tracing System for Microservices

This article explains the evolution from a monolithic architecture to microservices, outlines the new pain points such as fault isolation, performance bottlenecks and scaling inefficiencies, and presents a practical, low‑cost distributed tracing solution with unified frameworks, components, configuration management, data collection, and visualization.

Configuration ManagementDistributed TracingObservability
0 likes · 31 min read
How to Build a Low‑Cost Distributed Tracing System for Microservices
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2021 · Operations

Master Ansible: A Beginner’s Guide to Agent‑less Automation and Configuration Management

Ansible is a simple, powerful, agent‑less automation language that uses YAML‑based playbooks to manage configurations, install software, and orchestrate tasks across Linux, Windows, Unix, and network devices; this guide explains its architecture, installation on Ubuntu, configuration files, inventory setup, and common ad‑hoc commands.

AnsibleAutomationConfiguration Management
0 likes · 10 min read
Master Ansible: A Beginner’s Guide to Agent‑less Automation and Configuration Management
dbaplus Community
dbaplus Community
Jan 6, 2021 · Backend Development

How to Choose the Right Microservice Framework: Principles and Open‑Source Options

This article outlines practical principles for selecting microservice technologies and compares popular open‑source frameworks—including Dubbo, Spring Cloud, Zuul, Traefik, OpenResty, Kong, Apollo and Nacos—covering their features, use‑cases, and deployment considerations to help teams make informed architectural decisions.

Configuration Managementframework selectionopen-source
0 likes · 26 min read
How to Choose the Right Microservice Framework: Principles and Open‑Source Options
Liangxu Linux
Liangxu Linux
Jan 4, 2021 · Operations

Master Ansible: From Installation to Advanced Playbooks and Automation

This guide introduces Ansible’s core concepts, installation, inventory configuration, command‑line usage, built‑in modules, playbook syntax, handlers, and role structures, providing step‑by‑step examples that enable engineers to automate Linux system administration efficiently and reliably.

AnsibleAutomationConfiguration Management
0 likes · 29 min read
Master Ansible: From Installation to Advanced Playbooks and Automation
Alibaba Cloud Native
Alibaba Cloud Native
Dec 28, 2020 · Backend Development

Understanding Nacos 1.x and 2.x Architectures: Evolution, Issues, and Improvements

This article provides a detailed overview of Nacos' evolution from its 1.x architecture to the 2.x version, explaining the layered design, service discovery model, identified shortcomings of the older version, and the enhancements introduced with long‑connection support, new data models, and performance optimizations.

Configuration ManagementMicroservicesNacos
0 likes · 13 min read
Understanding Nacos 1.x and 2.x Architectures: Evolution, Issues, and Improvements
58 Tech
58 Tech
Dec 23, 2020 · Backend Development

Design and Implementation of a High‑Performance Configurable Advertising Platform for Commercial Real Estate

This article presents the design, architecture, and implementation details of a visual, real‑time, and highly available configuration platform for commercial‑real‑estate advertising, covering requirements analysis, data modeling, CAP‑theorem considerations, consistency mechanisms, client design, long‑connection strategy, performance testing, and future outlook.

Backend ArchitectureConfiguration ManagementReal-time Updates
0 likes · 12 min read
Design and Implementation of a High‑Performance Configurable Advertising Platform for Commercial Real Estate
Practical DevOps Architecture
Practical DevOps Architecture
Dec 17, 2020 · Operations

Deploying Nginx with Ansible Playbooks

This article explains how Ansible playbooks—YAML‑based, flexible configuration management files—can be used to automate the installation, configuration, and service management of Nginx across multiple hosts, including preparation of servers, playbook structure, execution commands, and verification steps.

AnsibleAutomationConfiguration Management
0 likes · 3 min read
Deploying Nginx with Ansible Playbooks
Laiye Technology Team
Laiye Technology Team
Dec 4, 2020 · Cloud Native

Evolution of CI at Laiye Technology: From Manual Processes to Cloud‑Native Prow and Tekton

This article details Laiye Technology’s CI journey, describing how the company progressed from manual and semi‑manual deployment of 30 microservices to a fully automated, cloud‑native CI pipeline built on Prow, Tekton, and Kubernetes, covering architecture evolution, workflow automation, testing, notification, and configuration management.

Cloud NativeConfiguration ManagementProw
0 likes · 15 min read
Evolution of CI at Laiye Technology: From Manual Processes to Cloud‑Native Prow and Tekton
Ops Development Stories
Ops Development Stories
Nov 25, 2020 · Cloud Native

Mastering Kustomize: Simplify Multi‑Environment Kubernetes Deployments

This guide explains how Kustomize streamlines Kubernetes configuration across multiple environments by eliminating YAML duplication, using base and overlay patterns, and integrating with kubectl and CI/CD pipelines, complete with installation steps, practical examples, and deployment commands.

Cloud NativeConfiguration ManagementDevOps
0 likes · 13 min read
Mastering Kustomize: Simplify Multi‑Environment Kubernetes Deployments
Efficient Ops
Efficient Ops
Nov 17, 2020 · Operations

Master Ansible: From Basics to Advanced Automation with Playbooks

This article provides a comprehensive guide to Ansible, covering its purpose, key features, installation steps, SSH key setup, inventory configuration, core commands, essential modules, playbook syntax, handlers, role structures, and practical examples for automating Linux system administration.

AnsibleConfiguration ManagementDevOps
0 likes · 27 min read
Master Ansible: From Basics to Advanced Automation with Playbooks
Practical DevOps Architecture
Practical DevOps Architecture
Nov 13, 2020 · Operations

Ansible Core Concepts and Basic Command Examples

This article introduces essential Ansible terminology such as control node, managed nodes, inventory, host files, modules, tasks, playbooks, and roles, and demonstrates basic commands for user creation, directory management, file deletion, and package handling on Linux hosts.

AnsibleAutomationConfiguration Management
0 likes · 5 min read
Ansible Core Concepts and Basic Command Examples
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 7, 2020 · Cloud Native

Overview of Spring Boot, Spring Cloud, Spring Cloud Alibaba, and Nacos

This article introduces Spring Boot as a lightweight Java framework, explains Spring Cloud's microservice components such as Eureka, Zuul, Ribbon, Feign, Hystrix, and Turbine, outlines Spring Cloud Alibaba's features, and describes Nacos as a combined service registry and configuration center for cloud‑native applications.

Configuration ManagementNacosSpring Boot
0 likes · 7 min read
Overview of Spring Boot, Spring Cloud, Spring Cloud Alibaba, and Nacos
FunTester
FunTester
Sep 30, 2020 · Backend Development

How I Built a Groovy Script to Parse Zookeeper XML Configs for MySQL

After completing a DOM‑based XML parsing class, I tackled the messy Zookeeper configuration hierarchy for MySQL services, exposing unexpected node structures, missing values, and hundreds of database settings, and finally crafted a Groovy script that traverses the XML, filters relevant keys, and logs the extracted configuration details.

Configuration ManagementGroovyXML parsing
0 likes · 6 min read
How I Built a Groovy Script to Parse Zookeeper XML Configs for MySQL
DevOps
DevOps
Sep 3, 2020 · Operations

Designing Effective Git Branch Strategies with Huawei Cloud DevCloud for DevOps Teams

This article explains how to use Git and Huawei Cloud DevCloud to implement development, test, and production branch strategies, manage permissions with protected branches, handle merge conflicts, and leverage merge requests and code reviews to improve DevOps efficiency.

Branch StrategyConfiguration ManagementDevCloud
0 likes · 10 min read
Designing Effective Git Branch Strategies with Huawei Cloud DevCloud for DevOps Teams
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2020 · Operations

Master Ansible: Step‑by‑Step Deployment on RHEL 8 with SSH Key Automation

This guide walks you through installing Ansible on a RHEL 8 control node, configuring SSH key‑based authentication, setting up inventory and configuration files, and verifying password‑less access across multiple managed hosts, providing detailed commands, code snippets, and diagrams for a complete deployment workflow.

AnsibleConfiguration ManagementPlaybooks
0 likes · 8 min read
Master Ansible: Step‑by‑Step Deployment on RHEL 8 with SSH Key Automation
Open Source Linux
Open Source Linux
Aug 1, 2020 · Operations

Master Ansible: From Basics to Advanced Automation with Playbooks

This comprehensive guide introduces Ansible, covering its core concepts, features, installation, inventory setup, ad‑hoc commands, module usage, playbook creation, handlers, and role-based organization to enable efficient, agent‑less automation across diverse Linux and network environments.

AnsibleAutomationConfiguration Management
0 likes · 26 min read
Master Ansible: From Basics to Advanced Automation with Playbooks
Top Architect
Top Architect
Jul 1, 2020 · Backend Development

Understanding Microservices Architecture: Concepts, Benefits, and Key Components

Microservices, introduced in 2012 and popularized by Martin Fowler, decompose applications into small, independent services that communicate via lightweight protocols, enabling modular development, flexible technology choices, independent deployment, and improved scalability, while also introducing challenges such as distributed data consistency, testing complexity, and operational overhead.

Backend ArchitectureConfiguration ManagementMicroservices
0 likes · 16 min read
Understanding Microservices Architecture: Concepts, Benefits, and Key Components
Efficient Ops
Efficient Ops
Jun 28, 2020 · Operations

Scaling a Billion-User Online Banking Platform with DevOps

After a year of DevOps pilot work, the Agricultural Bank of China's personal online banking system built a fully automated, end‑to‑end delivery pipeline covering configuration, build, test, deployment and monitoring, enabling rapid, reliable releases for a user base of over a hundred million.

AutomationBankingConfiguration Management
0 likes · 16 min read
Scaling a Billion-User Online Banking Platform with DevOps
Efficient Ops
Efficient Ops
Jun 25, 2020 · Operations

How Agricultural Bank’s AIR Platform Realized DevOps at Scale

This article details the Agricultural Bank’s Distributed Application Interconnection (AIR) platform’s DevOps journey, covering small‑granularity development, comprehensive configuration management, end‑to‑end automated pipelines, advanced testing automation, metric‑driven improvements, and the successful third‑level continuous delivery assessment across multiple projects.

AutomationConfiguration ManagementContinuous Delivery
0 likes · 9 min read
How Agricultural Bank’s AIR Platform Realized DevOps at Scale
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 5, 2020 · Operations

A Comprehensive Overview of Apache ZooKeeper: Concepts, Architecture, and Practical Usage

This article provides an in‑depth introduction to Apache ZooKeeper, covering its role in distributed systems, core concepts such as ZNodes, watches, consensus via the ZAB protocol, deployment modes, configuration parameters, common CLI commands, and typical application scenarios like naming services, configuration management, leader election, and distributed locking.

Configuration ManagementConsensusDistributed Coordination
0 likes · 27 min read
A Comprehensive Overview of Apache ZooKeeper: Concepts, Architecture, and Practical Usage
Big Data Technology & Architecture
Big Data Technology & Architecture
May 31, 2020 · Big Data

Zookeeper Architecture, Roles, and Core Mechanisms

This article provides a comprehensive overview of Apache Zookeeper, detailing its purpose as a distributed coordination service, its key uses such as cluster management, configuration management, naming, distributed locking, and queue management, as well as its architecture, message types, Znode structures, read/write processes, Zab and Fast Paxos protocols, server states, and watcher mechanism.

Big DataConfiguration ManagementDistributed Coordination
0 likes · 14 min read
Zookeeper Architecture, Roles, and Core Mechanisms
Efficient Ops
Efficient Ops
May 20, 2020 · Operations

How to Build a Sustainable CMDB: Three Essential Phases for Reliable Operations

This article explains how to design, implement, and maintain a robust Configuration Management Database (CMDB) by focusing on simple modeling, establishing data closure loops, and efficiently handling existing inventory, while leveraging Kafka, Flink, Elasticsearch, and Neo4j for fast querying and topology visualization.

AutomationCMDBConfiguration Management
0 likes · 19 min read
How to Build a Sustainable CMDB: Three Essential Phases for Reliable Operations
Efficient Ops
Efficient Ops
May 9, 2020 · Operations

How a Tsinghua DevOps Pioneer Transformed Software Delivery and Standards

In this interview, DevOps veteran Dong Yue shares his journey from a curious Tsinghua student to a leading architect at Alibaba, his influential books on configuration management, the creation of China’s first DevOps maturity model, and practical advice for young engineers seeking purpose and impact.

Configuration ManagementContinuous DeliveryDevOps
0 likes · 12 min read
How a Tsinghua DevOps Pioneer Transformed Software Delivery and Standards
360 Tech Engineering
360 Tech Engineering
Apr 24, 2020 · Operations

Design and Implementation of Instance Configuration Management in xManager

This article explains how xManager implements comprehensive instance configuration management for big‑data services, covering configuration groups, versioning, node‑level differentiation, database schema, installation workflow, group creation, configuration changes, version switching, and deployment scripts.

Big DataConfiguration ManagementDeployment
0 likes · 11 min read
Design and Implementation of Instance Configuration Management in xManager
Efficient Ops
Efficient Ops
Apr 21, 2020 · Operations

Master Ansible: From Basics to Advanced Automation with Playbooks and Roles

This comprehensive guide introduces Ansible's core concepts, architecture, and key features, then walks through installation, inventory configuration, command usage, module options, playbook creation, handlers, and role-based organization, providing practical examples and code snippets for effective automation across Linux and mixed environments.

AnsibleAutomationConfiguration Management
0 likes · 27 min read
Master Ansible: From Basics to Advanced Automation with Playbooks and Roles
MaGe Linux Operations
MaGe Linux Operations
Apr 16, 2020 · Operations

Unlock Ansible Mastery: Complete Guide to Automation, Playbooks & Roles

This comprehensive tutorial walks you through Ansible fundamentals, installation, core modules, inventory management, playbook creation, advanced features like handlers, tags, variables, templates, and role-based architecture, providing step‑by‑step examples and code snippets to help you automate server configuration, deployment, and management efficiently.

AnsibleConfiguration ManagementPlaybooks
0 likes · 54 min read
Unlock Ansible Mastery: Complete Guide to Automation, Playbooks & Roles
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 15, 2020 · Operations

Facebook Configuration Management (Six): Configerator and Gatekeeper Performance, Latency Analysis, and Configuration Error Cases

This article examines Facebook's large‑scale configuration management system, detailing Configerator and Gatekeeper performance metrics, latency breakdowns, real‑world configuration error incidents, statistical analysis of failures, and the DevOps practices that keep the system reliable and scalable.

Configuration ManagementDevOpsGatekeeper
0 likes · 13 min read
Facebook Configuration Management (Six): Configerator and Gatekeeper Performance, Latency Analysis, and Configuration Error Cases
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 13, 2020 · Operations

Facebook Configuration Management: Practices, Statistics, and Cultural Insights

This article summarizes Facebook's holistic configuration management practices, presenting cultural influences, storage growth, size distribution, update frequency, change magnitude, and author collaboration statistics, while linking to a series of translated articles that explore tools such as Configerator, GateKeeper, and MobileConfig.

Configuration ManagementOperationsTooling
0 likes · 10 min read
Facebook Configuration Management: Practices, Statistics, and Cultural Insights
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 3, 2020 · Operations

Scalable and Reliable Configuration Distribution at Facebook

This article explains how Facebook’s Configerator system achieves scalable, reliable configuration distribution using a push model, a hierarchical Zeus tree, Package Vessel for large data, and multi‑repo Git strategies to improve commit throughput and fault tolerance.

Configuration ManagementDistributed SystemsReliability
0 likes · 11 min read
Scalable and Reliable Configuration Distribution at Facebook
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 26, 2020 · Operations

Facebook Configuration Management: Challenges, Design, and Large‑Scale Distribution

The article examines Facebook’s massive, real‑time configuration management system, describing its rapid change frequency, the engineering challenges of configuration sprawl, authoring, validation, dependency handling, and the scalable, reliable distribution mechanisms that keep billions of devices and servers consistently updated.

Configuration ManagementDeploymentOperations
0 likes · 10 min read
Facebook Configuration Management: Challenges, Design, and Large‑Scale Distribution
360 Quality & Efficiency
360 Quality & Efficiency
Mar 13, 2020 · Cloud Native

An Overview of Spring Cloud and Its Core Components

This article provides a comprehensive introduction to Spring Cloud, explaining how it builds on Spring Boot to simplify distributed system development with components for service discovery, configuration management, messaging, monitoring, security, and compares its approach to Dubbo's RPC framework.

Cloud NativeConfiguration ManagementDistributed Tracing
0 likes · 6 min read
An Overview of Spring Cloud and Its Core Components
Efficient Ops
Efficient Ops
Feb 27, 2020 · Operations

Building a Flexible, Scalable CMDB for Ops: Architecture, API, and UI Insights

This article introduces an open‑source, four‑layer CMDB designed for operations teams, detailing its storage, data, API, and UI layers, dynamic modeling capabilities, searchable CI APIs, various resource views, relationship mapping, and role‑based permission management, while providing deployment links and usage notes.

APICMDBConfiguration Management
0 likes · 11 min read
Building a Flexible, Scalable CMDB for Ops: Architecture, API, and UI Insights
Open Source Linux
Open Source Linux
Feb 27, 2020 · Operations

Master Ansible: A Complete Guide to Playbooks, Modules, and Automation

This comprehensive tutorial walks you through Ansible fundamentals, architecture, key features, installation, inventory setup, and detailed usage of modules, playbooks, variables, templates, handlers, tags, loops, roles, and conditionals, providing step‑by‑step examples and practical tips for automating server configuration and management.

AnsibleAutomationConfiguration Management
0 likes · 24 min read
Master Ansible: A Complete Guide to Playbooks, Modules, and Automation
Efficient Ops
Efficient Ops
Feb 23, 2020 · Operations

Mastering Ansible: Architecture, Workflow, and Essential Commands Explained

This article introduces Ansible as a model‑driven configuration manager, explains its core architecture and workflow, and details the seven primary commands—including ansible, ansible‑doc, ansible‑galaxy, ansible‑lint, ansible‑playbook, ansible‑pull, and ansible‑vault—providing usage examples and practical insights for effective automation.

AnsibleAutomationConfiguration Management
0 likes · 8 min read
Mastering Ansible: Architecture, Workflow, and Essential Commands Explained
58 Tech
58 Tech
Feb 14, 2020 · Backend Development

Finite State Machine Based Advertisement Status Management in the LEGO Advertising Platform

This article systematically introduces a finite state machine (FSM) based solution for managing advertisement status in the LEGO advertising platform, detailing the background challenges, problem review, two design alternatives (strategy‑factory pattern and configuration‑driven approach), their advantages, disadvantages, and a final recommendation.

AdvertisementConfiguration ManagementFSM
0 likes · 11 min read
Finite State Machine Based Advertisement Status Management in the LEGO Advertising Platform
FunTester
FunTester
Feb 1, 2020 · Operations

Essential DevOps Toolchain: From Source Control to Automated Deployment

DevOps integrates development and operations through continuous integration, delivery, and deployment, leveraging tools such as Git, Jenkins, Ansible, and cloud platforms like Azure DevOps and AWS to automate code management, build processes, configuration, testing, and infrastructure provisioning, ultimately accelerating delivery and improving quality.

AutomationConfiguration ManagementDevOps
0 likes · 8 min read
Essential DevOps Toolchain: From Source Control to Automated Deployment
Alibaba Cloud Native
Alibaba Cloud Native
Jan 22, 2020 · Backend Development

Mastering Microservices: RPC, Service Discovery, Config, Scheduling & More

This comprehensive guide explains the benefits of microservices and walks through core building blocks such as RPC, service discovery, configuration management, task scheduling, distributed locking, unified monitoring, caching strategies, message queues, distributed transactions, CAP theory, seckill handling, Docker isolation, and modern CI/CD deployment pipelines.

BackendConfiguration ManagementMicroservices
0 likes · 24 min read
Mastering Microservices: RPC, Service Discovery, Config, Scheduling & More
Huajiao Technology
Huajiao Technology
Jan 14, 2020 · Backend Development

How to Deploy and Use Huajiao’s Open‑Source Gokeeper, Pepperbus, Peppercron & Dashboard

This guide introduces Huajiao Live’s newly open‑sourced backend components—Gokeeper for centralized configuration and service discovery, Pepperbus for message bus, Peppercron for distributed cron management, and the Dashboard UI—providing repository links, Docker images, installation steps, configuration formats, code examples, and operational details for quick deployment.

BackendConfiguration ManagementDocker
0 likes · 9 min read
How to Deploy and Use Huajiao’s Open‑Source Gokeeper, Pepperbus, Peppercron & Dashboard
Qunar Tech Salon
Qunar Tech Salon
Dec 27, 2019 · Operations

Qunar Ticket Test‑Environment Governance and Automated Monitoring Framework

This article describes Qunar Ticket’s comprehensive test‑environment governance framework, including the “Mirror‑Inspect” monitoring service, configuration and data synchronization strategies, and automated allocation management, highlighting how these practices reduced environment‑related project delays from up to 20% to below 8%.

Configuration ManagementOperationsmonitoring
0 likes · 11 min read
Qunar Ticket Test‑Environment Governance and Automated Monitoring Framework
Liulishuo Tech Team
Liulishuo Tech Team
Dec 19, 2019 · Backend Development

Tangram: A Self‑Developed Configuration Center Based on etcd for Microservice Configuration Management

Tangram is a home‑grown configuration center that replaces Spring Config Server by leveraging etcd’s high‑availability KV store, watch‑based dynamic updates, and multi‑language support to provide reliable, secure, and real‑time configuration management for microservice architectures.

Configuration ManagementJavaMicroservices
0 likes · 21 min read
Tangram: A Self‑Developed Configuration Center Based on etcd for Microservice Configuration Management
FunTester
FunTester
Nov 16, 2019 · Backend Development

Using Groovy and Gradle for Configuration Synchronization and Database Integration

This article explains how Groovy, combined with Gradle, can serve as a native application server to synchronize environment‑specific property files with a MySQL registry, demonstrating practical build‑script configuration, file‑system traversal, and Groovy‑SQL database operations for robust CI/CD workflows.

Build AutomationConfiguration ManagementGradle
0 likes · 9 min read
Using Groovy and Gradle for Configuration Synchronization and Database Integration
Programmer DD
Programmer DD
Nov 14, 2019 · Cloud Native

How Nacos 1.1.4 Connects Service Discovery to Istio via MCP

Nacos 1.1.4 introduces Istio MCP integration, a server‑side upgrade guide, client dependency changes, custom instance ID support, and detailed usage steps, while also highlighting community contribution paths and previewing the upcoming 1.2.0 release with permission control.

Configuration ManagementIstioMCP
0 likes · 8 min read
How Nacos 1.1.4 Connects Service Discovery to Istio via MCP
ITPUB
ITPUB
Oct 10, 2019 · Operations

Unlock Ansible Power: Step‑by‑Step Guide to Automate Servers with Playbooks

This comprehensive tutorial walks you through Ansible fundamentals, architecture, installation, core modules, playbook structure, variables, templates, handlers, tags, loops, and role‑based organization, providing practical examples and command‑line snippets to automate tasks across multiple Linux hosts efficiently.

AnsibleAutomationConfiguration Management
0 likes · 22 min read
Unlock Ansible Power: Step‑by‑Step Guide to Automate Servers with Playbooks
Liangxu Linux
Liangxu Linux
Oct 7, 2019 · Operations

Master Ansible: A Step‑by‑Step Guide to Automating Server Configuration and Management

This comprehensive tutorial walks you through Ansible fundamentals, installation, core modules, playbook structure, variables, templates, handlers, roles, and dozens of practical examples, enabling you to automate Linux server tasks such as package installation, service management, file distribution, and configuration templating with confidence.

AnsibleConfiguration ManagementInfrastructure as Code
0 likes · 23 min read
Master Ansible: A Step‑by‑Step Guide to Automating Server Configuration and Management
Efficient Ops
Efficient Ops
Sep 22, 2019 · Operations

How to Achieve 99.9% Consistency for PaaS Agents at Scale

This article explains the consistency problems of PaaS agents in large clusters, introduces an entity‑based authority model and an automated repair workflow, and shows how the solution raised agent consistency to over 99.5% while reducing operational effort.

Configuration ManagementPaaSagent consistency
0 likes · 7 min read
How to Achieve 99.9% Consistency for PaaS Agents at Scale
Mafengwo Technology
Mafengwo Technology
Aug 29, 2019 · Backend Development

How JARVIS Enables Seamless API Mocking and Resource Isolation for Large‑Scale Travel Services

This article describes the design and implementation of JARVIS, an internal API resource isolation system that provides configurable mock rules, environment isolation, multi‑scenario support, and real‑time logging to streamline development and testing of travel‑related supplier integrations.

API mockingConfiguration ManagementResource Isolation
0 likes · 12 min read
How JARVIS Enables Seamless API Mocking and Resource Isolation for Large‑Scale Travel Services
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Aug 19, 2019 · Backend Development

Essential Practices for Developing, Deploying, and Operating Microservices

This article outlines comprehensive best‑practice guidelines for building microservice systems, covering source‑code management, development environments, continuous integration and delivery, deployment packaging, automated rollout, feature‑flag usage, configuration handling, centralized logging and monitoring, autoscaling, external service integration, and team ownership throughout the service lifecycle.

Configuration ManagementDeploymentDevOps
0 likes · 21 min read
Essential Practices for Developing, Deploying, and Operating Microservices
DevOps
DevOps
Aug 13, 2019 · Operations

Comprehensive DevOps Toolset Overview

This article presents a detailed, categorized list of DevOps tools—including version control, automated build and testing, CI/CD, container platforms, configuration management, micro‑service platforms, logging, and monitoring solutions—providing concise descriptions for each to help teams select appropriate utilities for modern software delivery pipelines.

AutomationConfiguration ManagementDevOps
0 likes · 14 min read
Comprehensive DevOps Toolset Overview
dbaplus Community
dbaplus Community
Aug 12, 2019 · Operations

Why DevOps Matters and How to Implement It: Practical Lessons from Vipshop

This article explains the need for DevOps, contrasts it with ITIL, outlines practical steps for implementation, and shares Vipshop’s component‑centric DevOps practice, including configuration platforms, risk‑matrix control, and continuous improvement metrics, offering engineers actionable insights for real‑world deployment.

Case StudyConfiguration ManagementDevOps
0 likes · 12 min read
Why DevOps Matters and How to Implement It: Practical Lessons from Vipshop
DevOps Cloud Academy
DevOps Cloud Academy
Aug 12, 2019 · Operations

Ansible Installation and Basic Usage Guide

This guide walks through setting up a two‑node Linux environment, installing Ansible, configuring its inventory and SSH keys, and demonstrates common Ansible commands for managing hosts, checking connectivity, and executing remote tasks.

AnsibleAutomationConfiguration Management
0 likes · 5 min read
Ansible Installation and Basic Usage Guide
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2019 · Operations

Master Ansible Automation: Guide to Playbooks, Modules, and Best Practices

This comprehensive tutorial walks you through Ansible fundamentals, including its architecture, installation, core modules, playbook structure, variables, templates, handlers, roles, and advanced features such as conditional execution, loops, and tagging, providing step‑by‑step examples and practical demonstrations for effective automation.

AnsibleAutomationConfiguration Management
0 likes · 21 min read
Master Ansible Automation: Guide to Playbooks, Modules, and Best Practices
Alibaba Cloud Developer
Alibaba Cloud Developer
May 15, 2019 · R&D Management

How Alibaba Built a 7×24 Hour Continuous Delivery Pipeline: Lessons in R&D Efficiency

This article examines Alibaba’s journey to achieve a 7 × 24 hour continuous delivery channel, detailing how system design, architecture evolution, configuration management, testing automation, and cultural shifts together boost R&D efficiency and enable rapid, reliable code iteration across large-scale teams.

Configuration ManagementContinuous DeliveryR&D efficiency
0 likes · 10 min read
How Alibaba Built a 7×24 Hour Continuous Delivery Pipeline: Lessons in R&D Efficiency
DevOps Cloud Academy
DevOps Cloud Academy
May 12, 2019 · Operations

Installing SaltStack and Integrating with Jenkins for Automated Deployment

This guide walks through installing SaltStack components (salt‑master, salt‑minion, and salt‑api) on CentOS, configuring them, testing the API, and then integrating SaltStack with Jenkins by creating Jenkinsfiles that invoke Salt commands via the API or direct CLI for automated deployments.

AutomationConfiguration ManagementDevOps
0 likes · 4 min read
Installing SaltStack and Integrating with Jenkins for Automated Deployment
MaGe Linux Operations
MaGe Linux Operations
May 11, 2019 · Operations

Master Ansible: From Installation to Advanced Playbooks and Roles

This comprehensive guide walks you through installing Ansible, configuring its core files, defining inventories, using key‑based SSH, executing basic commands, exploring common modules, writing playbooks, mastering YAML syntax, handling variables, conditions, loops, handlers, roles, and tags for efficient automation.

Configuration ManagementPlaybooksYAML
0 likes · 22 min read
Master Ansible: From Installation to Advanced Playbooks and Roles
Java Captain
Java Captain
Apr 18, 2019 · Backend Development

Introduction to ZooKeeper: Concepts, ZNode Structure, Listeners, and Practical Use Cases

This article provides a comprehensive introduction to ZooKeeper, covering its definition, ZNode hierarchy, listener mechanisms, and practical applications such as unified configuration management, naming services, distributed locks, and cluster state monitoring, illustrating how these features enable robust coordination in distributed systems.

Backend DevelopmentConfiguration ManagementDistributed Coordination
0 likes · 9 min read
Introduction to ZooKeeper: Concepts, ZNode Structure, Listeners, and Practical Use Cases
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 16, 2019 · Operations

Mastering Puppet: Scalable Server Automation for Large-Scale Deployments

This article introduces Puppet, an open‑source configuration‑management framework, explains its architecture and workflow, and provides step‑by‑step instructions for installing and configuring master, CA, and agent nodes, along with a detailed overview of the puppet.conf settings and common resource types for large‑scale server automation.

AutomationConfiguration ManagementDevOps
0 likes · 13 min read
Mastering Puppet: Scalable Server Automation for Large-Scale Deployments
dbaplus Community
dbaplus Community
Mar 11, 2019 · Operations

How a Bank Built a Tiered CMDB for Scalable, Secure Operations

This article details a bank’s practical experience designing and implementing a hierarchical CMDB, covering architecture, data standards, lifecycle management, accuracy controls, query visualization, performance tuning, and real‑world use cases for daily operations and private‑cloud management.

AutomationCMDBConfiguration Management
0 likes · 14 min read
How a Bank Built a Tiered CMDB for Scalable, Secure Operations
Big Data Technology & Architecture
Big Data Technology & Architecture
Feb 20, 2019 · Big Data

Zookeeper: The Core Coordination Service in Big Data Systems

Zookeeper, originally a side‑project of Hadoop, is a Yahoo‑developed distributed coordination framework that provides high‑availability services such as configuration management, distributed locks, and failure handling, and has become a foundational component for many big‑data systems like Hadoop, Kafka, and Dubbo.

Big DataConfiguration ManagementCoordination Service
0 likes · 3 min read
Zookeeper: The Core Coordination Service in Big Data Systems
Java Captain
Java Captain
Jan 25, 2019 · Backend Development

Understanding Spring Cloud: Service Architecture, Core Components, and Example Implementation

This article introduces Spring Cloud as a Spring Boot‑based microservice framework, explains the fundamentals of service architecture through a relatable story, details essential components such as service registry, load‑balanced calls, circuit breakers, gateways, configuration management, and provides concrete Java code examples for each part.

Backend DevelopmentConfiguration ManagementJava
0 likes · 13 min read
Understanding Spring Cloud: Service Architecture, Core Components, and Example Implementation
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 14, 2018 · Cloud Native

Overview of Spring Cloud: Components, Architecture, and Typical Workflow

Spring Cloud is a comprehensive suite built on Spring Boot that simplifies microservice development by providing tools for configuration management, service discovery, circuit breaking, routing, and more, and this article outlines its main modules, architecture diagram, and a typical request processing flow.

BackendCloud NativeConfiguration Management
0 likes · 4 min read
Overview of Spring Cloud: Components, Architecture, and Typical Workflow
JD Tech
JD Tech
Dec 13, 2018 · Operations

Monitoring Puppet Configuration Management: Workflow, Metrics, and Troubleshooting

This article explains how to monitor the Puppet configuration management system, covering its request‑response‑execution‑report workflow, key monitoring metrics, black‑box and white‑box monitoring approaches, common issues, and practical solutions for ensuring large‑scale cluster consistency.

Configuration ManagementOperationsPuppet
0 likes · 8 min read
Monitoring Puppet Configuration Management: Workflow, Metrics, and Troubleshooting
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Dec 13, 2018 · Backend Development

Choosing the Right Open‑Source Config Center: Spring Cloud Config vs Ctrip Apollo vs Disconf

Centralized configuration becomes essential as applications grow in complexity, prompting a detailed comparison of open‑source config centers—Spring Cloud Config, Ctrip Apollo, and Disconf—highlighting features, compatibility, usability, and ultimately recommending Apollo as the optimal solution for SpringBoot‑based microservices.

ApolloConfiguration ManagementJava
0 likes · 7 min read
Choosing the Right Open‑Source Config Center: Spring Cloud Config vs Ctrip Apollo vs Disconf
Ctrip Technology
Ctrip Technology
Dec 12, 2018 · Operations

Designing and Using a Configuration Center (Apollo) for Microservices

This article explains why a configuration center is essential for modern micro‑service architectures, describes the typical architecture and governance capabilities of Apollo, details its high‑availability and real‑time mechanisms, and showcases practical use cases such as feature switches, service governance, dynamic logging, routing, and data‑source management.

ApolloConfiguration ManagementDynamic Configuration
0 likes · 18 min read
Designing and Using a Configuration Center (Apollo) for Microservices
Programmer DD
Programmer DD
Dec 7, 2018 · Cloud Native

How Alibaba’s Nacos Revolutionized Microservice Configuration Management

This article traces the evolution of Alibaba’s internal microservice configuration center—from a group‑wide tool to a commercial cloud product and finally an open‑source project—detailing design decisions such as centralized control, dynamic push, namespace isolation, release governance, capacity limits, and console UX improvements.

Cloud NativeConfiguration ManagementNacos
0 likes · 11 min read
How Alibaba’s Nacos Revolutionized Microservice Configuration Management
Efficient Ops
Efficient Ops
Dec 4, 2018 · Operations

How AIOps Transforms Zero‑Downtime Operations at China Aviation Information

This talk explains how China Aviation Information applies practical AIOps techniques—such as automated configuration management, cluster analysis, fault prediction, anomaly detection, and event compression—to achieve near‑zero downtime in a complex, legacy‑heavy ticketing and travel system.

AIConfiguration Managementaiops
0 likes · 24 min read
How AIOps Transforms Zero‑Downtime Operations at China Aviation Information
UCloud Tech
UCloud Tech
Nov 29, 2018 · Operations

How UCloud’s Physical Network Orchestrator Cuts IDC Build Time from Days to Hours

UCloud’s physical network orchestrator automates large‑scale data‑center switch configuration, reducing IDC network build cycles from 2‑3 days to 2‑3 hours, boosting success rates to 99%, while handling 3000+ switches, 200 Gbps access throughput, and supporting hybrid‑cloud real‑time connectivity through a scenario‑driven, Kafka‑backed architecture.

Configuration ManagementData centerKafka
0 likes · 14 min read
How UCloud’s Physical Network Orchestrator Cuts IDC Build Time from Days to Hours
HomeTech
HomeTech
Nov 10, 2018 · Operations

Design, Architecture, and Lessons Learned from Building a CMDB for Car Home

This article explains what a CMDB is, outlines the design goals, core principles, and key functionalities of Car Home's asset management and process control platforms, and shares practical lessons and best‑practice recommendations drawn from two years of implementation experience.

CMDBConfiguration ManagementIT Operations
0 likes · 9 min read
Design, Architecture, and Lessons Learned from Building a CMDB for Car Home
Architects' Tech Alliance
Architects' Tech Alliance
Oct 25, 2018 · Operations

Understanding CMDB and Its Role in ITIL Service Management

The article explains what a Configuration Management Database (CMDB) is, how it stores and discovers IT infrastructure details, its critical relationship with the ITIL framework, the five ITIL lifecycle stages, and the practical benefits and vendor solutions that support effective IT service management.

CMDBConfiguration ManagementIT Service Management
0 likes · 10 min read
Understanding CMDB and Its Role in ITIL Service Management
Efficient Ops
Efficient Ops
Oct 8, 2018 · Operations

Why Traditional CMDB Fails and How to Build a Strong Application‑Centric CMDB

This article presents the CEO of Youwei Technology’s insights on why conventional CMDB implementations often fail and outlines a four‑step methodology—new IT management needs, model construction, platform building, and adoption guarantees—to create a real‑time, application‑oriented CMDB that drives effective DevOps operations.

CMDBConfiguration ManagementITIL
0 likes · 13 min read
Why Traditional CMDB Fails and How to Build a Strong Application‑Centric CMDB
Java Backend Technology
Java Backend Technology
Sep 28, 2018 · Operations

Why Your Microservices Need a Distributed Configuration Center (and How to Build One)

This article explains the shortcomings of traditional configuration files, describes why distributed configuration centers are essential for dynamic, multi‑environment microservice deployments, outlines their evolution, presents a simple design with caching and consistency improvements, and reviews popular open‑source solutions.

Configuration ManagementMicroservicesOperations
0 likes · 11 min read
Why Your Microservices Need a Distributed Configuration Center (and How to Build One)
MaGe Linux Operations
MaGe Linux Operations
Sep 8, 2018 · Operations

Master Ansible Automation: Complete Guide to Playbooks and Modules

This extensive tutorial walks you through Ansible fundamentals, installation, architecture, key modules, and advanced features such as playbooks, variables, templates, roles, handlers, tags, loops, and conditional execution, providing step‑by‑step examples that demonstrate how to automate configuration, deployment, and management across multiple Linux hosts.

AnsibleAutomationConfiguration Management
0 likes · 22 min read
Master Ansible Automation: Complete Guide to Playbooks and Modules
Efficient Ops
Efficient Ops
Aug 15, 2018 · Operations

Why Most CMDB Projects Fail and How Huawei Made It Work

This article analyzes the common reasons CMDB initiatives collapse, shares Huawei's three‑phase journey from inception to value creation, and distills practical lessons on data consumption, accuracy, automation, visualization, and organizational execution for successful configuration management.

CMDBConfiguration ManagementData Quality
0 likes · 27 min read
Why Most CMDB Projects Fail and How Huawei Made It Work
DevOps
DevOps
Jun 24, 2018 · Operations

Full-Process Reliable Continuous Delivery: Methodology, Tools, and Practice in the C3 Project

This report details a joint initiative by the Application Development Department and the PMO to improve software delivery efficiency through a full‑process continuous delivery methodology, a Git‑based configuration‑management model, and end‑to‑end pipelines applied to the multi‑scenario C3 project group, including results, advantages, training, and future plans.

Configuration ManagementDevOpsGit
0 likes · 6 min read
Full-Process Reliable Continuous Delivery: Methodology, Tools, and Practice in the C3 Project
Efficient Ops
Efficient Ops
May 16, 2018 · Operations

How Vipshop Scaled DevOps: From Chaos to Standardized Operations

Vipshop’s DevOps journey details the challenges of fragmented tooling and siloed operations, then outlines a comprehensive standardization roadmap—including component design, configuration libraries, monitoring overhaul, and change management—culminating in an integrated ecosystem that boosts quality, efficiency, and cost control across the organization.

Configuration ManagementDevOps
0 likes · 14 min read
How Vipshop Scaled DevOps: From Chaos to Standardized Operations