Tagged articles
3741 articles
Page 31 of 38
Java Captain
Java Captain
Jul 13, 2019 · Cloud Native

Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing

This article provides a detailed overview of Docker, covering its origins, core concepts, advantages, installation steps, configuration of accelerators, essential command‑line usage, container lifecycle management, Dockerfile syntax for custom images, and how to publish images to public and private registries.

ContainerizationDevOpsDockerfile
0 likes · 19 min read
Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing
DevOps
DevOps
Jul 11, 2019 · R&D Management

Reflections on a Four‑Week Research Project About Google’s Agile Core

The author recounts a four‑week, self‑organized DevOps research sprint on Google’s agile practices, describing the challenges of remote teamwork, sprint planning, iterative deliverables, and the final presentation, while highlighting lessons learned about autonomy, communication, and outcome‑focused management.

DevOpsresearchsprint
0 likes · 7 min read
Reflections on a Four‑Week Research Project About Google’s Agile Core
Ctrip Technology
Ctrip Technology
Jul 11, 2019 · Cloud Native

Ctrip’s Continuous Delivery Practices and Unified Build Platform with Jenkins on Kubernetes

This article describes Ctrip’s large‑scale continuous delivery system, its benefits for efficiency, quality, reliability and team collaboration, the evolution of its deployment models, the design of a unified Jenkins‑based build platform, and practical experiences running Jenkins on Kubernetes with elastic scheduling and workspace management.

CI/CDCloud NativeContinuous Delivery
0 likes · 19 min read
Ctrip’s Continuous Delivery Practices and Unified Build Platform with Jenkins on Kubernetes
DevOpsClub
DevOpsClub
Jul 9, 2019 · Operations

How Microsoft’s Release Flow Revamped DevOps Efficiency

This article examines Microsoft’s DevOps transformation, detailing the shift to a trunk‑based Release Flow, the new branch strategy, pull‑request workflow, hot‑fix process, and how these practices dramatically boost engineering speed, reliability, and large‑scale deployment across data centers.

Azure DevOpsBranch StrategyDevOps
0 likes · 13 min read
How Microsoft’s Release Flow Revamped DevOps Efficiency
Architect's Tech Stack
Architect's Tech Stack
Jul 8, 2019 · Cloud Native

Understanding Docker Images, Containers, and Commands

This article explains Docker's core concepts—including the union file system, the distinction between images and containers, the structure of read‑only and read‑write layers, and detailed explanations of common Docker commands such as create, start, run, ps, images, and more—providing a comprehensive guide for developers to master container technology.

ContainerDevOpsDocker
0 likes · 12 min read
Understanding Docker Images, Containers, and Commands
DevOps
DevOps
Jul 2, 2019 · R&D Management

Implementing Requirement Itemization in TFS: Process and Best Practices

This article explains how the Agricultural Bank's R&D Center uses TFS for end‑to‑end requirement itemization, detailing the workflow of project, module, and function work items, the importance of standardized information entry, and guidelines for demand batch and change number documentation.

DevOpsTFSprocess
0 likes · 4 min read
Implementing Requirement Itemization in TFS: Process and Best Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jun 30, 2019 · Operations

Integrating ZenTao with Jenkins for Automated Builds

This guide explains how to configure ZenTao to trigger Jenkins builds automatically when tasks reach a designated status, covering Jenkins parameterized builds, webhook setup, integration testing, and practical tips for controlling builds based on task state.

CI/CDDevOpsIntegration
0 likes · 2 min read
Integrating ZenTao with Jenkins for Automated Builds
Tencent Cloud Developer
Tencent Cloud Developer
Jun 28, 2019 · Cloud Computing

How Serverless 2.0 Redefines Cloud Development: Architecture, Features, and Tooling

The article analyzes the rapid growth of the serverless market, outlines the technical limitations of existing serverless solutions, and details Tencent Cloud's Serverless 2.0 architecture—including event functions, HTTP functions, HTTP services, developer tools, DevOps integration, and monitoring—while presenting real‑world use cases and performance improvements.

Cloud ComputingCloud NativeDevOps
0 likes · 15 min read
How Serverless 2.0 Redefines Cloud Development: Architecture, Features, and Tooling
360 Tech Engineering
360 Tech Engineering
Jun 28, 2019 · Operations

Modular Puppet Code: Environments, Modules, and Classes

This article explains how to structure modular Puppet code by configuring environments, creating reusable modules, and designing classes, covering environment paths, hiera data, module generation, publishing to the Forge, and key class functions such as include, require, contain, and hiera_include.

DevOpsInfrastructureModules
0 likes · 11 min read
Modular Puppet Code: Environments, Modules, and Classes
DevOps
DevOps
Jun 25, 2019 · Operations

Applying Emergency Room Principles to IT Operations: Kanban, Scrum, and Prioritization

The article draws parallels between emergency rooms and IT operations, describing how Kanban's WIP limits, one‑to‑one liaison models, transparent dashboards, and Scrum time‑boxing (daily stand‑ups and weekly reviews) help a globally distributed team prioritize urgent incidents while still advancing important non‑urgent work.

DevOpsIT Operationsincident management
0 likes · 10 min read
Applying Emergency Room Principles to IT Operations: Kanban, Scrum, and Prioritization
Efficient Ops
Efficient Ops
Jun 25, 2019 · Operations

Unlocking the Future of IT: What Is Operations Development and Why It Matters

This article defines operations development, examines why traditional IT ops tools often fail, outlines a four‑principle methodology emphasizing simplicity, automation, full‑stack and collaborative development, and explains how mastering these practices can transform manual operations into efficient, scalable DevOps solutions.

DevOpsfull-stacktool development
0 likes · 12 min read
Unlocking the Future of IT: What Is Operations Development and Why It Matters
DevOps
DevOps
Jun 24, 2019 · Operations

Why TDD Is Essential for Effective DevOps and Continuous Delivery

The article argues that without Test‑Driven Development (TDD) or its extension ATDD, DevOps initiatives and continuous delivery pipelines lack reliable automated testing, making releases risky despite high code‑coverage metrics.

ATDDCI/CDContinuous Delivery
0 likes · 6 min read
Why TDD Is Essential for Effective DevOps and Continuous Delivery
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2019 · Operations

Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds

This article explains Docker containers and Dockerfiles, compares simple and compact Dockerfile examples, demonstrates single‑file versus multi‑file builds, and shows how multi‑stage builds can dramatically reduce image size while keeping Dockerfiles maintainable and efficient.

ContainerizationDevOpsDocker
0 likes · 12 min read
Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds
System Architect Go
System Architect Go
Jun 24, 2019 · Fundamentals

Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services

This article reviews the Twelve-Factor App methodology, outlining twelve essential guidelines—including codebase management, explicit dependencies, configuration separation, backing services, build‑release‑run workflow, stateless processes, port binding, concurrency, disposability, environment parity, logging, and admin processes—to help developers design resilient, cloud‑native applications.

App ArchitectureDevOpsScalability
0 likes · 6 min read
Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services
Mafengwo Technology
Mafengwo Technology
Jun 21, 2019 · Frontend Development

How Containers Supercharge Frontend Development: Real-World Practices

This article explains how container technology, including Docker and Kubernetes, empowers modern frontend development by improving build isolation, accelerating testing, enabling rapid rollbacks, and providing stable, scalable deployment pipelines for web, mobile, and mini‑program applications.

CI/CDContainersDevOps
0 likes · 17 min read
How Containers Supercharge Frontend Development: Real-World Practices
Cloud Native Technology Community
Cloud Native Technology Community
Jun 19, 2019 · Operations

Key DevOps Challenges in 2019 and How to Overcome Them

The article examines the major DevOps challenges teams faced in 2019—including legacy systems, project selection, performance testing, and human factors—and offers practical strategies to address each issue while outlining the outlook for DevOps adoption in the coming year.

2019 OutlookDevOpsPeople Challenges
0 likes · 5 min read
Key DevOps Challenges in 2019 and How to Overcome Them
macrozheng
macrozheng
Jun 19, 2019 · Cloud Native

Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps

Learn how to install Docker Compose, configure its permissions, verify installation, and use it to define services, images, ports, volumes, and environment variables in a docker‑compose.yml file, then manage containers with common commands to deploy and run multi‑container applications efficiently.

ContainersDevOpsDocker
0 likes · 9 min read
Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps
21CTO
21CTO
Jun 18, 2019 · Cloud Native

Why Docker? A Practical Guide to Containerizing Development Environments

This article explains why Docker is essential for modern development, compares it with traditional VM approaches, introduces core concepts such as images, containers, Dockerfiles, and Docker Compose, and provides practical commands and examples for building, running, and orchestrating services efficiently.

DevOpsDocker ComposeDockerfile
0 likes · 12 min read
Why Docker? A Practical Guide to Containerizing Development Environments
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 18, 2019 · Operations

Key Questions on DevOps Transformation: Persuading Leadership, Building a Middle Platform, and Integrating Automated Testing

The article records three audience questions from a DevOps transformation talk—how to convince leadership, when and how to adopt a middle platform, and how to address automation testing in traditional development—providing practical advice and an event announcement.

Automation testingDevOpsmiddle platform
0 likes · 6 min read
Key Questions on DevOps Transformation: Persuading Leadership, Building a Middle Platform, and Integrating Automated Testing
Architects' Tech Alliance
Architects' Tech Alliance
Jun 15, 2019 · Cloud Native

From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture

The article chronicles the historical shift from low‑level functions through object‑oriented, interface‑driven, and component‑based designs to WebServices, microservices, and finally serverless cloud‑native applications, highlighting key industry milestones, Amazon's architectural principles, and the role of DevOps, Docker, and Kubernetes.

DevOpsDockerKubernetes
0 likes · 18 min read
From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture
DevOps
DevOps
Jun 13, 2019 · Operations

How to Import and Export Test Cases in TFS

This guide explains how to use the TFS Test Plan Management tool to import and export test cases, detailing step‑by‑step procedures, example screenshots, default file locations, and answers to common questions for testers seeking to manage their test case data efficiently.

DevOpsExportImport
0 likes · 3 min read
How to Import and Export Test Cases in TFS
DevOps
DevOps
Jun 11, 2019 · R&D Management

How to Use TFS: Understanding Defect Statuses and Performing Bulk Updates

This guide explains how to query, interpret, and manage defect statuses in TFS—including the four typical workflow states and the method for bulk‑updating statuses—providing practical tips for developers and testers in a DevOps environment.

Bulk UpdateDevOpsStatus Workflow
0 likes · 4 min read
How to Use TFS: Understanding Defect Statuses and Performing Bulk Updates
DevOps Cloud Academy
DevOps Cloud Academy
Jun 7, 2019 · Operations

SonarQube Architecture and Integration Overview

This article explains SonarQube’s architecture, detailing its server, database, plugin library, and scanner components, and describes the typical development workflow from IDE integration and code commit through CI‑triggered analysis, result submission, and code review, including deployment considerations for machines and network placement.

ArchitectureCI/CDDevOps
0 likes · 3 min read
SonarQube Architecture and Integration Overview
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 6, 2019 · Operations

Google VP Michael Bachman on Engineering Productivity – Part 2 Summary and Q&A

The article records Google VP Michael Bachman's 2018 talk on engineering productivity, covering the origins of EP, Google’s rebranding of QA to an Engineering Productivity team, and a detailed Q&A on rollbacks, data models, metric visualisation, tool adoption, testing strategies, static scanning, and experimentation practices.

DevOpsEngineering ProductivityGoogle
0 likes · 8 min read
Google VP Michael Bachman on Engineering Productivity – Part 2 Summary and Q&A
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 4, 2019 · R&D Management

Engineering Productivity at Google: History, Structure, and Metrics

The article explains how Google introduced the Engineering Productivity (EP) team, its evolution from QA, the organizational model across product areas, and the various metrics used to assess developer productivity, providing insight into large‑scale software engineering management.

DevOpsEngineering ProductivityGoogle
0 likes · 5 min read
Engineering Productivity at Google: History, Structure, and Metrics
DevOps
DevOps
May 30, 2019 · Product Management

Agile Planning Misconceptions and Two-Level Project Planning in DevCloud

This article clarifies common agile planning myths, explains the two‑level project planning approach used in Huawei’s DevCloud—including roadmap and iteration planning—covers demand gathering, backlog management, sprint execution, and the importance of continuous feedback and adaptation in product management.

DevOpsProject PlanningRoadmap
0 likes · 13 min read
Agile Planning Misconceptions and Two-Level Project Planning in DevCloud
dbaplus Community
dbaplus Community
May 30, 2019 · Cloud Native

Re‑engineering a Legacy Ops Platform with Kubernetes and Docker

Facing scaling and resource‑management limits of a legacy Java‑centric ops platform, a team rebuilt their deployment system from 2018 onward, adopting Docker, Kubernetes, Prometheus, and kube‑router, while ensuring seamless migration for thousands of services and addressing networking, memory, and debugging challenges.

ContainerizationDevOpsDocker
0 likes · 15 min read
Re‑engineering a Legacy Ops Platform with Kubernetes and Docker
MaGe Linux Operations
MaGe Linux Operations
May 28, 2019 · Operations

What Skills and Knowledge Do You Need to Master Large‑Scale Website Operations?

This article explains what large‑scale website operations entail, outlines the product lifecycle and the crucial role of operations engineers, lists essential technical skills and personal qualities, and discusses current challenges, future prospects, and key technical topics such as cluster management, monitoring, fault handling, and automation.

Cluster ManagementDevOpsPerformance Optimization
0 likes · 18 min read
What Skills and Knowledge Do You Need to Master Large‑Scale Website Operations?
DevOps
DevOps
May 26, 2019 · Product Management

Applying DevCloud to Agile Practices: User Stories, Requirements, and Workflow Management

This article shares the author's experience using Huawei Cloud DevCloud to implement agile DevOps practices, focusing on user story creation, the 3C principle, requirement splitting, non‑functional requirements, and practical tips for effective demand management within software development teams.

DevOpsproduct-managementrequirements
0 likes · 12 min read
Applying DevCloud to Agile Practices: User Stories, Requirements, and Workflow Management
dbaplus Community
dbaplus Community
May 18, 2019 · Cloud Native

Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It

This article explains Kubernetes' origins, its pivotal role in the cloud‑native ecosystem, practical steps for migrating legacy applications, common operational challenges, and emerging trends such as service mesh, serverless, and data‑service integration.

Cloud NativeDevOpsKubernetes
0 likes · 11 min read
Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It
Continuous Delivery 2.0
Continuous Delivery 2.0
May 17, 2019 · Operations

Continuous Delivery 2.0: Dual‑Loop Model, DevOps Practices, and Organizational Insights

This article presents the author’s experience and concepts behind Continuous Delivery 2.0, covering the evolution from traditional waterfall to DevOps, case studies from Flickr, Etsy and LinkedIn, the dual‑loop delivery model, lean and system‑thinking principles, and practical guidance for building sustainable, high‑frequency software delivery pipelines.

DevOpsLean
0 likes · 19 min read
Continuous Delivery 2.0: Dual‑Loop Model, DevOps Practices, and Organizational Insights
Tencent Cloud Developer
Tencent Cloud Developer
May 16, 2019 · Game Development

Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations

The case study details how Pandora’s marketing solution for Tencent’s games was migrated to a managed Tencent Cloud Kubernetes cluster, compares container‑service, serverless, and self‑built options, outlines the new image‑based deployment workflow, autoscaling, monitoring practices, and demonstrates the operational benefits of tighter dev‑ops collaboration.

Cloud NativeContainerizationDevOps
0 likes · 12 min read
Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations
Efficient Ops
Efficient Ops
May 14, 2019 · Operations

How to Master Multi‑Cloud Operations: Lessons from a Gaming Company’s Hybrid Architecture

This talk shares a senior director’s experience building a hybrid multi‑cloud infrastructure for a game company, covering stability, efficiency, cost challenges, design‑for‑failure principles, standardization, resource automation, and the cultural and organizational factors that affect successful cloud operations.

Cost OptimizationDevOpsOperations
0 likes · 20 min read
How to Master Multi‑Cloud Operations: Lessons from a Gaming Company’s Hybrid Architecture
Tencent Cloud Developer
Tencent Cloud Developer
May 13, 2019 · Cloud Native

Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era

The article revisits software process improvement, arguing that despite DevOps and cloud‑native advances—exemplified by Jenkins’s evolution from simple builds to fully programmable, Git‑and‑Kubernetes‑driven pipelines—continuous, metric‑driven refinement remains essential for boosting efficiency, quality, and resilience in modern, micro‑service‑centric delivery.

CI/CDCloud NativeDevOps
0 likes · 15 min read
Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era
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.

Configuration ManagementDevOpsJenkins
0 likes · 4 min read
Installing SaltStack and Integrating with Jenkins for Automated Deployment
Java Captain
Java Captain
May 12, 2019 · Operations

Fundamentals of Container Technology and Docker

This article explains the core concepts of container technology—including specifications, runtimes, management tools, image definitions, registries, and container operating systems—while illustrating why containers are advantageous for developers and operations teams in modern software delivery.

Container OSContainer RegistryContainers
0 likes · 9 min read
Fundamentals of Container Technology and Docker
21CTO
21CTO
May 10, 2019 · Backend Development

How to Build a Scalable Backend Stack for Startups: Languages, Tools & Best Practices

This guide walks through the essential layers of a startup's backend technology stack—from language choices and core components like databases, RPC frameworks, and messaging middleware to operational tools for CI/CD, monitoring, logging, and deployment—offering practical selection criteria and architectural diagrams.

BackendDevOpsTechnology Stack
0 likes · 30 min read
How to Build a Scalable Backend Stack for Startups: Languages, Tools & Best Practices
Architecture Digest
Architecture Digest
May 10, 2019 · Backend Development

Comprehensive Guide to Building a Backend Technology Stack for Startups

This article provides an extensive overview of how startups can design, select, and integrate languages, components, processes, and systems—such as project management, DNS, load balancing, databases, messaging, monitoring, and deployment—to construct a robust and scalable backend architecture.

ArchitectureDevOpsInfrastructure
0 likes · 30 min read
Comprehensive Guide to Building a Backend Technology Stack for Startups
DevOps
DevOps
May 6, 2019 · Operations

Implementing DevOps for Legacy Vendor Systems in a Global Bank: A Continuous Delivery Case Study

Facing a legacy .NET and Oracle‑based vendor system serving ten countries, a global bank doubled release frequency and halved failures by separating small data‑patch deployments from monthly releases, automating testing and deployment with Jenkins, GitHub, and custom scripts, and aligning release windows to regional business hours.

Continuous DeliveryDatabase DeploymentDevOps
0 likes · 9 min read
Implementing DevOps for Legacy Vendor Systems in a Global Bank: A Continuous Delivery Case Study
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 30, 2019 · Operations

How Alibaba’s Feature Environments Revolutionize Test Environment Management

Alibaba’s R&D team introduced a service‑level virtualization technique called “feature environments,” which uses shared base environments and virtual routing to provide lightweight, isolated test environments, reducing cost and improving stability while leveraging containers, Kubernetes, and DevOps practices for large‑scale projects.

Cloud NativeDevOpsKubernetes
0 likes · 21 min read
How Alibaba’s Feature Environments Revolutionize Test Environment Management
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 NativeContainerization
0 likes · 17 min read
Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned
DevOps
DevOps
Apr 24, 2019 · Operations

2019 Accelerate State of DevOps Survey: Participation Guide, Insights, and Interview with Nicole Forsgren

This article introduces the 2019 Accelerate State of DevOps survey, explains how to join the questionnaire, provides background on previous reports, shares a detailed interview with Nicole Forsgren about research design and key findings such as architecture, cloud adoption, and outsourcing, and encourages community participation.

AccelerateDevOpsNicole Forsgren
0 likes · 35 min read
2019 Accelerate State of DevOps Survey: Participation Guide, Insights, and Interview with Nicole Forsgren
Efficient Ops
Efficient Ops
Apr 24, 2019 · Operations

Why Every Ops Change Should Be Treated Like a Project

This article shares practical lessons from a real‑world ops incident, emphasizing the need for clear change background, optimal timing, project‑style management, and strict process adherence to reduce risk and improve production reliability.

DevOpsOperationsbest practices
0 likes · 9 min read
Why Every Ops Change Should Be Treated Like a Project
Architects' Tech Alliance
Architects' Tech Alliance
Apr 23, 2019 · Cloud Computing

A Decade of Cloud Computing: Evolution, Current Landscape, and Future Trends

This article reviews the ten‑year evolution of cloud computing from its early AWS experiments to the present, analyzing the technological, social, and business drivers, outlining each development stage, and forecasting future directions such as AI integration, vertical clouds, multi‑cloud strategies, and ecosystem growth.

AICloud ComputingDevOps
0 likes · 29 min read
A Decade of Cloud Computing: Evolution, Current Landscape, and Future Trends
Didi Tech
Didi Tech
Apr 23, 2019 · Industry Insights

What the First Global DevOps Standard Means for Didi and the Industry

The article explains the launch of the world’s first DevOps capability maturity model, the collaborative effort behind it, Didi’s role as a standards workgroup member, and how its OE (OneExperience) platform embodies the new guidelines to streamline the entire software delivery lifecycle.

Capability Maturity ModelDevOpsDidi
0 likes · 5 min read
What the First Global DevOps Standard Means for Didi and the Industry
21CTO
21CTO
Apr 19, 2019 · Operations

From Junior to Senior Ops Engineer: Master the Skills to Level Up

This guide walks you through the entire career ladder of a senior operations engineer, covering essential Linux, networking, monitoring, container, automation, and security skills, while offering practical advice on job roles, learning paths, and professional growth.

ContainerizationDevOpsOperations
0 likes · 13 min read
From Junior to Senior Ops Engineer: Master the Skills to Level Up
ITPUB
ITPUB
Apr 19, 2019 · Operations

How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap

This guide outlines the career stages, skill sets, and practical tasks for DevOps engineers—from entry‑level troubleshooting to senior‑level architecture, automation, and performance optimization—providing concrete learning paths, tools, and personal development advice to help engineers advance their operations careers.

ContainerizationDevOpsLinux
0 likes · 12 min read
How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap
DevOps
DevOps
Apr 16, 2019 · Operations

DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis

This article compiles 22 DevOps predictions from XebiaLabs, G20Group, and Veritis, highlighting trends such as continuous integration pipelines, value‑stream mapping, real‑time data mining, shared responsibility culture, self‑service deployment, DevSecOps, AI‑driven automation, containerization, FaaS, and the growing importance of automation and security in software delivery.

AICI/CDContainerization
0 likes · 7 min read
DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis
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.

Configuration ManagementDevOpsPuppet
0 likes · 13 min read
Mastering Puppet: Scalable Server Automation for Large-Scale Deployments
dbaplus Community
dbaplus Community
Apr 15, 2019 · Operations

Mastering DevOps Operations: Monitoring, NOC, and MSP Strategies

This article explains how to maintain a DevOps environment by defining monitoring, its goals, key metrics, fault‑detection and performance measurement, adapting monitoring to continuous changes, and outlining the roles and processes of NOC and MSP for reliable, automated operations.

DevOpsMSPNOC
0 likes · 16 min read
Mastering DevOps Operations: Monitoring, NOC, and MSP Strategies
DevOps
DevOps
Apr 10, 2019 · R&D Management

Why Quality Is Low: Insights and Metrics from the 2019 Scaled Agile Spring Summit

The article reflects on the 2019 Scaled Agile Spring Summit discussion of the "Quality is low" problem, analyzing its causes, distinguishing internal and external quality, exposing common measurement pitfalls, and proposing a process‑driven Build‑In‑Quality approach supported by agile, DevOps, and metric frameworks.

DevOps
0 likes · 11 min read
Why Quality Is Low: Insights and Metrics from the 2019 Scaled Agile Spring Summit
DevOps Cloud Academy
DevOps Cloud Academy
Apr 9, 2019 · Operations

Chapter 3: Managing Jenkins (Projects, Views, Plugins)

This guide explains Jenkins project management, covering naming conventions, creating new projects, configuring build history, parameterized builds, triggers, Jenkinsfile setup, as well as building, viewing logs, and debugging pipelines with illustrative screenshots.

CI/CDDevOpsJenkins
0 likes · 2 min read
Chapter 3: Managing Jenkins (Projects, Views, Plugins)
Tencent Cloud Developer
Tencent Cloud Developer
Apr 9, 2019 · Cloud Native

Understanding Technical Middle Platform: What It Is and What It Is Not

The article explains that a true technical middle platform is not just a set of tools or cloud‑native services but a business‑focused, organization‑wide foundation, and outlines six construction pillars—container cloud virtualization, comprehensive microservice framework, abstracted technical components, shared basic services, value‑driven DevOps/AIOps, and a dedicated efficiency team—to enable rapid change, innovation, and operational excellence.

ContainerDevOpsMicroservices
0 likes · 13 min read
Understanding Technical Middle Platform: What It Is and What It Is Not
DevOps Cloud Academy
DevOps Cloud Academy
Apr 6, 2019 · Operations

Chapter 3: Managing Jenkins – Users, Credentials, and Permissions

This guide explains how to configure Jenkins user accounts, manage credentials for secure storage, and control access permissions using role‑based strategies, covering viewing, creating, updating, and deleting users and credentials as well as assigning global, project, and node roles.

DevOpsJenkinsPermissions
0 likes · 4 min read
Chapter 3: Managing Jenkins – Users, Credentials, and Permissions
DevOps
DevOps
Apr 3, 2019 · Operations

DevOps Transformation: Stories of Role Integration and Work Consolidation

The article examines real‑world DevOps transformation cases, illustrating how shifting operations staff into development teams can create both integration challenges and opportunities, and proposes a framework for distinguishing repeatable versus unique work to guide effective consolidation, standardization, and automation in software delivery.

DevOpsOperationsTeam Integration
0 likes · 10 min read
DevOps Transformation: Stories of Role Integration and Work Consolidation
Efficient Ops
Efficient Ops
Mar 28, 2019 · Information Security

How Leading Tech Companies Audit and Control Ops Permissions

This article explains how large enterprises such as BAT and banks implement strict auditing and supervision of operational privileges, using personal accounts, command logging, OSSEC monitoring, firewall limits, and cross‑team oversight to enforce the principle of least privilege.

DevOpsOperationsPrivilege Management
0 likes · 6 min read
How Leading Tech Companies Audit and Control Ops Permissions
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 28, 2019 · Operations

How ChaosBlade Empowers You to Build Resilient Cloud‑Native Systems

ChaosBlade is an open‑source chaos engineering tool from Alibaba that lets you repeatedly inject failures into distributed systems, helping you measure fault tolerance, validate orchestration, test platform robustness, verify monitoring alerts, and improve emergency response capabilities for more reliable cloud‑native applications.

DevOpsDistributed SystemsOpen-source
0 likes · 9 min read
How ChaosBlade Empowers You to Build Resilient Cloud‑Native Systems
DevOps Cloud Academy
DevOps Cloud Academy
Mar 27, 2019 · Operations

Chapter 2 – Installing Jenkins

This guide details the prerequisites, multiple deployment methods (WAR, macOS, Windows, Linux), and post‑installation configuration steps for Jenkins, including unlocking the instance, installing plugins, creating an admin user, setting an update site, and configuring a slave node.

CI/CDDevOpsInstallation
0 likes · 5 min read
Chapter 2 – Installing Jenkins
Architecture Digest
Architecture Digest
Mar 27, 2019 · Cloud Native

Evolution of Internet Architecture: From Centralized to Cloud‑Native Systems

This article traces the evolution of internet architecture from early software and open‑source phases through centralized monolithic designs to distributed and cloud‑native systems, highlighting challenges such as massive user scale, continuous delivery, DevOps automation, container orchestration, micro‑services, and the shift toward resilient, scalable cloud‑native solutions.

ArchitectureDevOpscloud-native
0 likes · 25 min read
Evolution of Internet Architecture: From Centralized to Cloud‑Native Systems
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 27, 2019 · Cloud Native

Why Kubernetes Became the Backbone of Modern Cloud Native Architecture

This article introduces Kubernetes from a beginner’s perspective, covering its historical background, core design principles, architecture components such as Master and Node, key concepts like declarative APIs, containers, Pods, Services, and demonstrates how to create clusters, deploy, scale, and update applications, while also highlighting its role in cloud‑native environments.

DevOpsInfrastructureKubernetes
0 likes · 15 min read
Why Kubernetes Became the Backbone of Modern Cloud Native Architecture
DevOps Cloud Academy
DevOps Cloud Academy
Mar 21, 2019 · Operations

Jenkins Practice Documentation – Chapter Overview

This document provides a comprehensive outline of Jenkins practice, covering fundamentals, installation on various platforms, management, integrations with tools like Maven, GitLab, and SaltStack, and detailed pipeline examples for front‑end, back‑end, and mobile projects.

CI/CDDevOpsJenkins
0 likes · 4 min read
Jenkins Practice Documentation – Chapter Overview
Programmer DD
Programmer DD
Mar 12, 2019 · R&D Management

Why Change Requests Outperform Pull/Merge Requests in Modern DevOps

This article compares Alibaba’s change request workflow with traditional Pull/Merge Request models, outlining their similarities, key differences, benefits such as flexibility and faster releases, as well as associated risks, and explains how the method is implemented and supported by tools like Cloud Eff.

DevOpschange managementcontinuous integration
0 likes · 15 min read
Why Change Requests Outperform Pull/Merge Requests in Modern DevOps
DevOps
DevOps
Mar 10, 2019 · Operations

CSG’s DevOps Transformation Journey: From Agile to Integrated Product Management

The article chronicles CSG’s multi‑year DevOps transformation, detailing its agile adoption, continuous integration and deployment practices, organizational restructuring, metric‑driven improvements, and the integration of product management with operations to achieve higher stability, faster delivery, and enhanced employee engagement.

DevOpsproduct-management
0 likes · 18 min read
CSG’s DevOps Transformation Journey: From Agile to Integrated Product Management
MaGe Linux Operations
MaGe Linux Operations
Mar 10, 2019 · Backend Development

Your Complete 2024 Backend Developer Roadmap: From Python to Docker

This article presents a step‑by‑step roadmap for aspiring backend developers, covering language selection, package management, best practices, security, testing, databases, frameworks, Docker, and many other essential skills to build a modern, production‑ready web application.

DevOpsRoadmaptesting
0 likes · 10 min read
Your Complete 2024 Backend Developer Roadmap: From Python to Docker
Efficient Ops
Efficient Ops
Mar 10, 2019 · Operations

Why Operations Won’t Die: A Veteran’s Perspective

A seasoned operations professional argues that despite sensational claims, the ops function remains essential—driven by its core responsibilities of quality, cost, efficiency, and security, evolving with cloud computing, DevOps, and emerging IoT demands.

Cloud ComputingDevOpsIT infrastructure
0 likes · 11 min read
Why Operations Won’t Die: A Veteran’s Perspective
DevOps
DevOps
Mar 7, 2019 · Operations

The Illusion of Tool‑Stacked DevOps and the Need for a True DevOps Culture

This article examines how DevOps has been reduced to a collection of automation tools, critiques the resulting "same‑bed‑different‑dreams" separation of development and operations, and outlines the cultural principles—shared responsibility, trust, autonomy, built‑in quality, feedback, and automation—necessary for a genuine DevOps transformation.

CultureDevOpsOperations
0 likes · 12 min read
The Illusion of Tool‑Stacked DevOps and the Need for a True DevOps Culture
Efficient Ops
Efficient Ops
Mar 7, 2019 · Operations

Why Operations Won’t Die: The Real Role of Ops in the Cloud Era

The article argues that operations will not disappear, explaining its essential functions—quality, cost, efficiency, and security—how cloud computing reshapes the role, the evolution toward DevOps, and why both cloud outages and industry trends actually underscore ops’ enduring importance.

Cloud ComputingDevOpsOperations
0 likes · 11 min read
Why Operations Won’t Die: The Real Role of Ops in the Cloud Era
UCloud Tech
UCloud Tech
Mar 7, 2019 · Cloud Native

How UCloud Uses Terraform to Cut Cloud Resource Deployment Time by 80%

This article explains how UCloud built a Terraform‑based resource orchestration tool that dramatically reduces deployment time, improves reliability, and integrates with CLI and CI/CD pipelines, while detailing fault‑tolerance, integration, and engineering practices for large‑scale cloud infrastructure.

CI/CDDevOpsInfrastructure as Code
0 likes · 14 min read
How UCloud Uses Terraform to Cut Cloud Resource Deployment Time by 80%
DevOps
DevOps
Mar 5, 2019 · Operations

The Historical Conflict Between Development and Operations and the Evolution of DevOps

This article traces the origins of the Dev‑Ops conflict, explains how early pioneers redefined Ops goals, outlines the technical and cultural practices that enable cooperation, and summarizes the feedback‑loop model that underpins modern DevOps as a means to improve software delivery quality and speed.

DevOpsDevelopmentfeedback loops
0 likes · 10 min read
The Historical Conflict Between Development and Operations and the Evolution of DevOps
DevOps
DevOps
Mar 3, 2019 · Operations

The Evolution of DevOps: From Early Computing to Agile Software Development

This article traces the historical development of DevOps from the early days of self‑developed and self‑maintained computer programs, through the rise of professional developers and operations engineers, to the modern agile era where development and operations must collaborate to meet rapid market changes.

DevOpsIT OperationsOperations
0 likes · 13 min read
The Evolution of DevOps: From Early Computing to Agile Software Development
DevOps
DevOps
Feb 27, 2019 · Operations

A Historical Overview of DevOps: From a Belgian Consultant to a Global Movement

This article traces the evolution of DevOps from Patrick Debois' 2007 frustrations as a Belgian IT consultant through key conferences, blogs, and publications that shaped the DevOps movement, highlighting its roots in Agile practices and the convergence of development and operations.

Continuous DeliveryDevOpsOperations
0 likes · 9 min read
A Historical Overview of DevOps: From a Belgian Consultant to a Global Movement
Tencent Cloud Developer
Tencent Cloud Developer
Feb 27, 2019 · Operations

Operational Challenges and Strategies for Tencent Cloud Redis

Facing metadata inconsistency, ten‑thousand‑device scale, and the need for intelligent, event‑driven automation, Tencent Cloud Redis’s sole operations lead built a unified DB‑CMDB, a job‑platform for reusable workflows, and AI‑assisted scheduling, transforming DBAs into developer‑operators and driving 300% efficiency gains.

Database operationsDevOpsIntelligent Scheduling
0 likes · 9 min read
Operational Challenges and Strategies for Tencent Cloud Redis
Alibaba Cloud Native
Alibaba Cloud Native
Feb 26, 2019 · Cloud Native

Why Kubernetes Is the Next‑Generation OS and How to Build Your First Operator

This article explains why Kubernetes should be seen as a next‑generation operating system, walks through a simple nginx deployment using declarative YAML, introduces the concepts of CRDs, custom controllers and Operators, and shows how to create and manage resources such as etcd clusters and virtual machines within Kubernetes.

DeploymentDevOpsKubernetes
0 likes · 20 min read
Why Kubernetes Is the Next‑Generation OS and How to Build Your First Operator
DevOps
DevOps
Feb 26, 2019 · Operations

Planning a DevOps Infrastructure for Traditional Enterprises: Capabilities and Tool Mapping

This article analyzes the essential capabilities required for building a DevOps infrastructure in traditional enterprises across foundation, development, testing, operations, and project management, mapping each capability to representative tools and offering guidance on flexible, evolving architecture design.

DevOpsInfrastructureOperations
0 likes · 12 min read
Planning a DevOps Infrastructure for Traditional Enterprises: Capabilities and Tool Mapping
Ctrip Technology
Ctrip Technology
Feb 21, 2019 · Cloud Native

Building a Custom Kubernetes Cluster on AWS for Hybrid‑Cloud Container Deployment at Ctrip

The article describes Ctrip's motivation, design choices, and implementation details for deploying a self‑managed Kubernetes cluster on AWS, covering network architecture with VPC and ENI, custom image distribution, logging and monitoring, data synchronization, and operational challenges such as ELB loopback and kubelet configuration.

AWSCloud NativeDevOps
0 likes · 12 min read
Building a Custom Kubernetes Cluster on AWS for Hybrid‑Cloud Container Deployment at Ctrip
Architects' Tech Alliance
Architects' Tech Alliance
Feb 19, 2019 · Cloud Native

From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms

This article explains how container technology, inspired by physical shipping containers, provides lightweight, standardized, and portable application packaging, details the underlying Linux namespace and cgroup mechanisms, compares containers with virtual machines, and introduces major orchestration platforms such as Kubernetes, Mesos, and Swarm along with their key features and challenges.

ContainersDevOpsDocker
0 likes · 15 min read
From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms
MaGe Linux Operations
MaGe Linux Operations
Feb 4, 2019 · Operations

60+ Essential Open‑Source DevOps Tools Every Engineer Should Know

This guide compiles over sixty top open‑source DevOps utilities—including version control, build automation, CI/CD platforms, container orchestration, configuration management, monitoring, and logging tools—to help developers and operations teams streamline development, deployment, and maintenance workflows.

CI/CDDeploymentDevOps
0 likes · 14 min read
60+ Essential Open‑Source DevOps Tools Every Engineer Should Know
DevOps
DevOps
Jan 29, 2019 · R&D Management

Agile Transformation in a Vendor‑Driven End‑to‑End Business System Delivery: A Practical Case Study

This article recounts a real‑world agile transformation where a vendor‑centric, zero‑to‑one business system was delivered by iteratively applying agile, lean, and DevOps practices such as JIRA tracking, WIP limits, weekly planning, daily stand‑ups, and shortened feedback loops, highlighting the coach’s role in the trenches.

DevOpsJiraR&D management
0 likes · 7 min read
Agile Transformation in a Vendor‑Driven End‑to‑End Business System Delivery: A Practical Case Study
360 Quality & Efficiency
360 Quality & Efficiency
Jan 28, 2019 · Operations

Guide to Migrating Jenkins to a New Server

This article provides a step‑by‑step tutorial on preparing the environment, configuring Tomcat, copying Jenkins files, and handling permissions to successfully migrate a Jenkins instance to a new machine or directory.

CI/CDDevOpsJenkins
0 likes · 4 min read
Guide to Migrating Jenkins to a New Server
ITPUB
ITPUB
Jan 28, 2019 · Cloud Native

Is Docker a Bad Bet? Uncovering the Hidden Costs of Containerization

The article critically examines Docker’s promised benefits—portability, security, and orchestration—by highlighting design flaws, added complexity, vendor lock‑in, and the often‑overlooked costs of standardizing on containers, while contrasting them with simpler, script‑based deployment approaches.

Cloud NativeContainersDevOps
0 likes · 29 min read
Is Docker a Bad Bet? Uncovering the Hidden Costs of Containerization
Tencent Cloud Developer
Tencent Cloud Developer
Jan 28, 2019 · Operations

Building an Enterprise Operations Tool Culture with PaaS – Tencent Cloud Perspective

From Tencent Cloud’s viewpoint, the article explains how a PaaS‑driven “tool culture” transforms enterprise operations by unifying CMDB, job scheduling, container, data and AI‑assisted consoles into reusable SaaS tools, supporting hundreds of architectures, encouraging developers‑operators, and offering open community, enterprise, and SaaS editions to thousands of customers.

DevOpsPaaSTool Culture
0 likes · 12 min read
Building an Enterprise Operations Tool Culture with PaaS – Tencent Cloud Perspective
Efficient Ops
Efficient Ops
Jan 23, 2019 · Operations

Designing an Operations Monitoring Platform: Tools & Best Practices

This article explores the essential concepts for selecting and building an operations monitoring platform, reviewing popular tools such as Cacti, Nagios, Zabbix, Ganglia, Centreon, Prometheus, and Grafana, and outlines a six‑layer architecture and practical strategies for scaling, alerting, and high‑availability in diverse environments.

AlertingDevOpsInfrastructure
0 likes · 19 min read
Designing an Operations Monitoring Platform: Tools & Best Practices