Tagged articles
3755 articles
Page 22 of 38
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2021 · Backend Development

Why Microservices Need Specialized Testing Strategies and Tools

Microservices, as lightweight, independent, and loosely coupled services, offer flexibility, rapid delivery, and scalability, but their distributed nature introduces performance challenges that require distinct testing approaches—both system‑level and service‑level—using advanced load‑testing tools such as InfluxDB, JMeter, CloudWatch, and Grafana.

DevOpsMicroservicesarchitecture
0 likes · 8 min read
Why Microservices Need Specialized Testing Strategies and Tools
Tencent Cloud Developer
Tencent Cloud Developer
Jun 29, 2021 · Cloud Native

Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development

Serverless has evolved from pure FaaS to a comprehensive stack that combines functions, databases, storage and low‑code platforms, enabling developers to become full‑stack engineers, empowering non‑technical staff to build applications quickly, and fostering an integrated ecosystem with seamless WeChat and third‑party extensions.

DevOpsLow‑codePlatform
0 likes · 12 min read
Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development
Top Architect
Top Architect
Jun 29, 2021 · Backend Development

Microservices Architecture: Principles, Benefits, Drawbacks, and Practical Implementation Guide

This comprehensive article explains the microservices architectural style, contrasts it with monolithic (integrated) architecture, outlines the problems solved by microservices, details design principles, splitting strategies, patterns such as Strangler and Rehab, and provides a complete Java SpringBoot example with code snippets and deployment instructions.

DevOpsDistributed Systemsservice decomposition
0 likes · 23 min read
Microservices Architecture: Principles, Benefits, Drawbacks, and Practical Implementation Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jun 28, 2021 · Operations

Why Fast Builds Matter and How to Achieve Them

Fast builds are crucial for developers and operations teams because they provide immediate feedback on code quality, reduce CI server load, enable quicker production patches or rollbacks, and overall improve productivity, with ideal build times under five minutes and best practices to achieve this.

CIDevOpscontainer caching
0 likes · 3 min read
Why Fast Builds Matter and How to Achieve Them
Alibaba Cloud Native
Alibaba Cloud Native
Jun 28, 2021 · Cloud Native

How Chanjet Scaled SaaS for 1.3M SMEs with Cloud‑Native Architecture

Chanjet transformed its monolithic SaaS platform for millions of small‑business customers by adopting a cloud‑native, container‑based micro‑service architecture, enabling elastic scaling, reduced operational costs, unified data services, automated DevOps pipelines, and comprehensive observability across front‑end, back‑end, and infrastructure layers.

DatabaseDevOpsMicroservices
0 likes · 27 min read
How Chanjet Scaled SaaS for 1.3M SMEs with Cloud‑Native Architecture
DevOps
DevOps
Jun 28, 2021 · Databases

When Deleting Databases Goes Wrong: Cases, Legal Risks, and DevOps Lessons

This article examines real-world database deletion incidents, the associated legal consequences, and how DevOps culture and operational best‑practices can turn such mistakes into learning opportunities rather than career‑ending failures.

DevOpsIncident ResponseOperations
0 likes · 13 min read
When Deleting Databases Goes Wrong: Cases, Legal Risks, and DevOps Lessons
Architect
Architect
Jun 27, 2021 · Backend Development

Understanding Microservices Architecture: Principles, Benefits, Challenges, and Implementation Strategies

This article explains microservices architecture, contrasting it with monolithic systems, outlines the problems it solves, lists its advantages and disadvantages, provides a concrete service example with code, and discusses strategies, principles, and patterns for splitting and evolving microservices.

Backend ArchitectureDevOpsSoftware Design
0 likes · 18 min read
Understanding Microservices Architecture: Principles, Benefits, Challenges, and Implementation Strategies
IT Architects Alliance
IT Architects Alliance
Jun 26, 2021 · Operations

How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery

This article explains the origins of DevOps, its evolution from agile practices, and how containers and Kubernetes enable a seamless, automated pipeline—from code checkout and build to testing, code analysis, artifact storage, image creation, and staged deployment—illustrated with real‑world Jenkins pipelines and logs.

ContainerizationDevOpsDocker
0 likes · 16 min read
How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery
MaGe Linux Operations
MaGe Linux Operations
Jun 25, 2021 · Operations

Unlock Faster Software Delivery: Understanding the DevOps Lifecycle

This article explains the DevOps lifecycle—its definition, advantages, and seven continuous phases (development, integration, testing, feedback, monitoring, deployment, and operations)—and shows how automation and collaboration between development and IT operations accelerate high‑quality software delivery.

DevOpsci/cdsoftware development
0 likes · 14 min read
Unlock Faster Software Delivery: Understanding the DevOps Lifecycle
Youzan Coder
Youzan Coder
Jun 25, 2021 · Operations

Building an Event-Driven Automated Operations Platform (Whale)

Whale is an event‑driven automated operations platform that lets developers package atomic tasks, users compose workflows, and a rule‑matching engine trigger them in real time via an event center, employing a StackStorm‑based execution engine for fault‑tolerant, cross‑datacenter orchestration and future AI‑enhanced self‑healing.

DevOpsEvent-drivenOperations Automation
0 likes · 7 min read
Building an Event-Driven Automated Operations Platform (Whale)
Tencent Cloud Developer
Tencent Cloud Developer
Jun 24, 2021 · Cloud Native

Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021

At ServerlessDays China 2021, CTO Wang Xiaobo explained how his team’s shift to a serverless‑first platform—driven by the need for rapid idea rollout, reduced operational overhead, and faster code‑to‑production cycles—reveals both the strategic advantages of serverless for accelerating monetization and the trade‑offs and pitfalls, such as microservice sprawl and workflow complexity, that must be managed through unified DevOps and architectural evolution.

DevOpsMicroservicesScalability
0 likes · 15 min read
Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 24, 2021 · Cloud Native

Docker Beginner Guide: Installation, Core Concepts, Image & Container Management, Registry Setup, and Docker Compose

This comprehensive tutorial walks through Docker installation on CentOS 7, explains container fundamentals and differences from virtual machines, details image creation, repository management, container lifecycle commands, networking, data sharing, and demonstrates automated builds and orchestration using Maven and Docker Compose for a full Spring Cloud micro‑service stack.

ContainerizationDevOpsDocker
0 likes · 31 min read
Docker Beginner Guide: Installation, Core Concepts, Image & Container Management, Registry Setup, and Docker Compose
DevOps Cloud Academy
DevOps Cloud Academy
Jun 23, 2021 · Operations

Ensuring Consistent Artifacts in CI/CD Pipelines: Best Practices with Docker

The article explains how to keep CI/CD pipelines reliable by using a single, identical artifact—such as a package, binary, or Docker image—across all environments, recommends externalizing configuration at runtime, and warns against the common trap of mismatched artifacts that cause deployment failures.

Artifact ManagementDevOpsDocker
0 likes · 4 min read
Ensuring Consistent Artifacts in CI/CD Pipelines: Best Practices with Docker
FunTester
FunTester
Jun 22, 2021 · Operations

Overcoming the Top Challenges in Test Automation: Practical Strategies

This article identifies the most common obstacles teams face when adopting test automation—such as choosing approaches, selecting tools, managing data, and timing tests—and offers actionable solutions to help organizations implement effective, sustainable automation pipelines.

DevOpsautomation challengescontinuous integration
0 likes · 6 min read
Overcoming the Top Challenges in Test Automation: Practical Strategies
IT Architects Alliance
IT Architects Alliance
Jun 16, 2021 · Backend Development

Why Microservices Matter: From Basics to Real‑World Implementation

This article provides a comprehensive overview of microservice architecture, covering its definition, history, comparison with monolithic and SOA approaches, core characteristics, practical implementation steps, common design patterns, advantages, challenges, and the mindset shift required for successful adoption.

BackendDesign PatternsDevOps
0 likes · 21 min read
Why Microservices Matter: From Basics to Real‑World Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Jun 16, 2021 · Cloud Native

Boosting ForgeRock Developer Productivity with Google Cloud Native Tools

The article explains how ForgeRock’s engineering team improves developer efficiency and product delivery by using Google Cloud’s native DevOps suite—including Cloud Code, Tekton, Cloud Build, and Container Registry—to streamline IDE workflows, enable end‑to‑end automation, and adopt a multi‑cloud strategy across GKE, EKS, and AKS.

DevOpsGoogle Cloudci/cd
0 likes · 7 min read
Boosting ForgeRock Developer Productivity with Google Cloud Native Tools
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2021 · Cloud Native

Qunar’s Journey to Containerization: Architecture, Challenges, and Solutions

This article details Qunar’s transition to cloud‑native containerization, describing the platform architecture, the technical hurdles encountered—including custom KVM hooks, logging visibility, Java remote debugging, and multi‑cluster performance—and the practical solutions implemented to achieve a stable, scalable production environment.

ContainerizationDebuggingDevOps
0 likes · 10 min read
Qunar’s Journey to Containerization: Architecture, Challenges, and Solutions
Programmer DD
Programmer DD
Jun 15, 2021 · Operations

13 Top Jenkins Alternatives for Faster, Safer CI/CD Pipelines

This article reviews thirteen popular Jenkins alternatives, highlighting their key features, integration capabilities, and pricing, to help development teams choose a more efficient, scalable, and secure continuous integration solution for modern software delivery.

CIDevOpsJenkins alternatives
0 likes · 10 min read
13 Top Jenkins Alternatives for Faster, Safer CI/CD Pipelines
Selected Java Interview Questions
Selected Java Interview Questions
Jun 14, 2021 · Backend Development

The Horror of Microservices in Small Teams

The article warns that while microservices promise independent, scalable development, they often add unnecessary complexity for small teams, leading to duplicated effort, coordination challenges, and potential performance drawbacks if not applied judiciously.

DevOpsMicroservicesScalability
0 likes · 9 min read
The Horror of Microservices in Small Teams
ByteFE
ByteFE
Jun 11, 2021 · Frontend Development

Curated Technical Highlights: DevOps CI, React 18, CSS Size‑Adjust, Micro‑Frontend, Cross‑Platform Frameworks, JavaScript Clean Code, Node.js Multiprocessing, and More

This newsletter aggregates recent technical insights covering DevOps continuous integration, React 18 enhancements, CSS size‑adjust for web fonts, micro‑frontend frameworks, cross‑platform reuse patterns, JavaScript exception handling, Node.js multiprocessing, React SSR advances, WebAssembly performance, and product design best practices.

DevOpsmicrofrontendnodejs
0 likes · 5 min read
Curated Technical Highlights: DevOps CI, React 18, CSS Size‑Adjust, Micro‑Frontend, Cross‑Platform Frameworks, JavaScript Clean Code, Node.js Multiprocessing, and More
Practical DevOps Architecture
Practical DevOps Architecture
Jun 10, 2021 · Operations

Understanding Docker Volumes and Host‑Container Data Sharing

This article explains how Docker volumes work, how to mount host directories into containers using the -v and --mount options, and demonstrates data persistence by creating a volume, inspecting its storage location, and verifying that files created inside the container appear on the host.

ContainerData PersistenceDevOps
0 likes · 6 min read
Understanding Docker Volumes and Host‑Container Data Sharing
Efficient Ops
Efficient Ops
Jun 9, 2021 · Operations

What China Mobile Learned from Passing DevOps Level‑3: Insights from the 2021 GOPS Conference

The 2021 GOPS Global Operations Conference in Shenzhen showcased the latest enterprise DevOps empowerment plan, announced the 12th batch of continuous delivery assessment results, and featured an interview with China Mobile’s chief scientist Qian Ling, who shared the challenges, successes, and future roadmap of their DevOps transformation.

Continuous DeliveryDevOpsenterprise transformation
0 likes · 6 min read
What China Mobile Learned from Passing DevOps Level‑3: Insights from the 2021 GOPS Conference
DevOps
DevOps
Jun 9, 2021 · Operations

Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations

This article explains how DevOps and I&O leaders can overcome fear of chaos engineering by understanding its theoretical roots, addressing core reliability challenges, and adopting a structured, pre‑production "test‑first" approach with practical steps, tools, and community sharing to enhance system availability.

DevOpsPre‑production testingtooling
0 likes · 12 min read
Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations
Efficient Ops
Efficient Ops
Jun 8, 2021 · Operations

How Red‑Blue Drills Boost Securities Ops: From Capacity Testing to Full‑Scale Automation

Lin Ying, a senior test manager at Guoxin Securities, shares insights from his GOPS 2021 talk on the securities industry's digital transformation, current IT challenges, and a comprehensive red‑blue exercise strategy that combines full‑link load testing, automated workflows, and proactive monitoring to ensure system stability during market peaks.

DevOpsOperationscapacity testing
0 likes · 13 min read
How Red‑Blue Drills Boost Securities Ops: From Capacity Testing to Full‑Scale Automation
Tencent Cloud Developer
Tencent Cloud Developer
Jun 7, 2021 · Operations

DevOps Continuous Integration Practices in Large-Scale Projects

The article outlines how large‑scale projects can achieve reliable, fast releases by adopting DevOps continuous‑integration practices such as trunk‑based development, comprehensive automated testing, versioned artifact storage, configuration‑as‑code pipelines, Docker layer caching, and staged builds that prioritize short tasks and parallel execution to minimize manual effort and maintain quality.

CI/CD pipelineDevOpsDocker Cache
0 likes · 20 min read
DevOps Continuous Integration Practices in Large-Scale Projects
IT Architects Alliance
IT Architects Alliance
Jun 5, 2021 · Operations

Top 20 DevOps Interview Questions with Expert Answers

This article compiles the 20 most common DevOps interview questions, providing detailed explanations of concepts such as the DevOps‑Agile distinction, core benefits, key tools, anti‑patterns, KPI metrics, automation advantages, containers, microservice frameworks, version control practices, Git revert techniques, post‑mortem meetings, asset vs configuration management, continuous testing elements, and essential development and infrastructure operations.

DevOpsInterviewKPI
0 likes · 16 min read
Top 20 DevOps Interview Questions with Expert Answers
Efficient Ops
Efficient Ops
Jun 2, 2021 · Operations

How a Major Power Grid Company Uses DevOps to Accelerate Digital Transformation

At the 2021 GOPS Global Operations Conference in Shenzhen, Southern Power Grid’s Digital Grid Research Institute shared how its DevOps empowerment program is boosting software engineering, CI/CD pipelines, and digital transformation, illustrating the plan’s goals, achievements, and future expectations for the energy sector.

ChinaDevOpsPower Grid
0 likes · 6 min read
How a Major Power Grid Company Uses DevOps to Accelerate Digital Transformation
MaGe Linux Operations
MaGe Linux Operations
Jun 1, 2021 · Operations

Top 20 DevOps Interview Questions with Expert Answers

This article presents a comprehensive list of the 20 most common DevOps interview questions, covering fundamentals, tools, practices, KPIs, and troubleshooting techniques, and provides concise, expert answers to help candidates prepare effectively for DevOps roles.

DevOpsInterviewcontinuous integration
0 likes · 16 min read
Top 20 DevOps Interview Questions with Expert Answers
DevOps Cloud Academy
DevOps Cloud Academy
May 28, 2021 · Operations

Common Mistakes in DevOps Implementation and How to Avoid Them

The article outlines ten frequent DevOps pitfalls—from out‑of‑order delivery and role misunderstandings to neglecting security and team fatigue—and provides practical guidance on planning, automation, quality, and cultural practices to achieve successful continuous delivery.

DevOpsOperationsci/cd
0 likes · 11 min read
Common Mistakes in DevOps Implementation and How to Avoid Them
Practical DevOps Architecture
Practical DevOps Architecture
May 28, 2021 · Cloud Native

Best Practices for Writing Efficient Dockerfiles

This article explains the advantages of using Dockerfiles for image building, outlines key principles such as single responsibility, commenting, minimalism, proper base image selection, .dockerignore usage, cache optimization, and timezone configuration, and provides a practical example Dockerfile to improve build speed and image size.

Best PracticesContainerDevOps
0 likes · 7 min read
Best Practices for Writing Efficient Dockerfiles
DevOps
DevOps
May 27, 2021 · Fundamentals

Insights on Continuous Testing: Test‑First Mindset, Automation, Culture, and AI/ML

In this interview, Alan Page shares expert advice on adopting a test‑first mindset, achieving high test automation, overcoming talent shortages and cultural resistance, and exploring AI/ML opportunities to enhance continuous testing practices within modern software development teams.

AI testingDevOpsSoftware quality
0 likes · 9 min read
Insights on Continuous Testing: Test‑First Mindset, Automation, Culture, and AI/ML
Efficient Ops
Efficient Ops
May 26, 2021 · Operations

How ITIL and DevOps Converge to Drive Digital Transformation

At the 16th GOPS Global Operations Conference, JKStack CTO Ge Dingjia detailed how the convergence of ITIL and DevOps, grounded in lean‑thinking value‑stream concepts, drives digital transformation by aligning IT operations with business value through workflow integration, value‑stream mapping, and continuous improvement.

DevOpsEnterprise ArchitectureITIL
0 likes · 11 min read
How ITIL and DevOps Converge to Drive Digital Transformation
Efficient Ops
Efficient Ops
May 24, 2021 · Cloud Native

Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro

This comprehensive guide walks you through Docker fundamentals, from the underlying concepts of containers versus virtual machines to hands‑on installation, image creation, container deployment, and best practices, empowering developers to containerize and ship applications efficiently.

ContainerizationDevOpsDocker
0 likes · 17 min read
Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How China Life Insurance Reached Leading DevOps Continuous Delivery Maturity

This article details China Life Property & Casualty Insurance's agricultural insurance claims system achieving Level 3 DevOps continuous‑delivery assessment, shares insights from an interview with the R&D center head on motivations, implementation, metrics, challenges, and future plans, and explains the DevOps maturity model and pipeline architecture.

Agricultural InsuranceContinuous DeliveryDevOps
0 likes · 13 min read
How China Life Insurance Reached Leading DevOps Continuous Delivery Maturity
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How Inner Mongolia Mobile Reached a Leading DevOps Continuous Delivery Level

The article reports on Inner Mongolia Mobile's successful achievement of Level 3 in the national DevOps continuous delivery assessment, detailing the GOPS conference announcement, the ESOP project's architecture and improvements, interview insights from the IT manager, and the measurable benefits that positioned the company at a domestic leading level.

Continuous DeliveryDevOpscase study
0 likes · 15 min read
How Inner Mongolia Mobile Reached a Leading DevOps Continuous Delivery Level
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How Guoxin Securities Reached Leading DevOps Maturity in a 3‑Level Assessment

Guoxin Securities’ Chief Engineer Liu Hanxi and IT Head Xue Zhongyi discuss how their Gold Sun information platform leveraged a self‑developed microservice framework and the national DevOps standard to achieve a Level‑3 continuous delivery assessment, dramatically improving delivery speed, test coverage, automation and overall digital transformation.

Continuous DeliveryDevOpsMicroservices
0 likes · 12 min read
How Guoxin Securities Reached Leading DevOps Maturity in a 3‑Level Assessment
Liangxu Linux
Liangxu Linux
May 17, 2021 · Operations

Block Foreign IPs Using NGINX ngx_http_geoip2 Module

This step‑by‑step guide shows how to install the libmaxminddb library, compile NGINX with the ngx_http_geoip2 module, download the latest GeoLite2 database, configure geoip2 directives, and verify that foreign IP addresses are blocked with a 404 response.

DevOpsIP blockinggeoip2
0 likes · 8 min read
Block Foreign IPs Using NGINX ngx_http_geoip2 Module
Taobao Frontend Technology
Taobao Frontend Technology
May 17, 2021 · Operations

Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices

This article provides a comprehensive overview of GitLab CI/CD, covering its core concepts—pipelines, stages, jobs, and runners—along with .gitlab-ci.yml configuration, variables, triggers, DAG pipelines, runner types, cloud‑native capabilities, efficiency management, and practical demo examples to help teams implement robust DevOps workflows.

CI/CD pipelinesDAGDevOps
0 likes · 19 min read
Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices
DevOps
DevOps
May 17, 2021 · Cloud Native

Challenges of Testing Cloud‑Native Applications and the Need for New Approaches

Amid accelerating Agile and DevOps adoption, the rapid delivery of cloud‑native microservices introduces cascading risks and makes traditional monolithic testing inadequate, prompting a shift toward observability‑driven “right‑shift” testing, exploratory methods, and chaos engineering to embrace failure as the new normal.

DevOpsMicroservicesObservability
0 likes · 8 min read
Challenges of Testing Cloud‑Native Applications and the Need for New Approaches
IT Architects Alliance
IT Architects Alliance
May 12, 2021 · Backend Development

Key Components and Practical Setup of a Spring Cloud + Nginx Microservice Architecture

This article explains the main components of a Spring Cloud‑Nginx architecture, version compatibility between Spring Cloud and Spring Boot, essential middleware such as Eureka, Nacos, Zuul and Redis, environment preparation on CentOS, and the structure of the crazy‑springcloud scaffolding used for a high‑performance seckill demo.

DevOpsMicroservicesarchitecture
0 likes · 20 min read
Key Components and Practical Setup of a Spring Cloud + Nginx Microservice Architecture
21CTO
21CTO
May 12, 2021 · Backend Development

How to Build a Scalable Backend Stack for Startups: Languages, Tools, and Architecture

This guide outlines a four‑layer backend stack—languages, components, processes, and systems—and provides detailed recommendations for project management, DNS, load balancing, CDN, RPC frameworks, service discovery, databases, NoSQL, messaging, code management, CI, logging, monitoring, configuration, deployment, jump servers, and machine management, helping startups design a robust, cloud‑native backend architecture.

DevOpsStartupTechnology Stack
0 likes · 30 min read
How to Build a Scalable Backend Stack for Startups: Languages, Tools, and Architecture
The Dominant Programmer
The Dominant Programmer
May 12, 2021 · Operations

How to Download, Install, Configure, and Start Jenkins on CentOS

This step‑by‑step guide shows how to install JDK 1.8, download the Jenkins RPM (from the official site or a Tsinghua mirror), install it, modify the config to run as root on port 8888, start the service, retrieve the initial admin password, and complete the Jenkins setup on a CentOS system.

CentOSDevOpsJenkins
0 likes · 3 min read
How to Download, Install, Configure, and Start Jenkins on CentOS
macrozheng
macrozheng
May 8, 2021 · Cloud Native

Mastering Kubernetes: From Pods to High Availability Explained

This article demystifies Kubernetes by explaining its core scheduling function, the role of Pods, YAML configuration, probes, high‑availability constructs like ReplicaSet and Deployment, internal components, resource limits, and practical cluster‑setup tools, providing a comprehensive guide for newcomers and practitioners alike.

DevOpsPodService
0 likes · 16 min read
Mastering Kubernetes: From Pods to High Availability Explained
IT Architects Alliance
IT Architects Alliance
May 7, 2021 · R&D Management

From Git Flow to GitLab Flow: Streamlining Your Team’s Version Control

This guide compares Git flow, GitHub flow, and GitLab flow, then presents a practical GitLab‑flow‑based workflow with step‑by‑step branching, merge‑request, release, semantic versioning, and bug‑fix procedures for development teams seeking a simpler, scalable version‑control process.

DevOpsVersion Controlcontinuous integration
0 likes · 9 min read
From Git Flow to GitLab Flow: Streamlining Your Team’s Version Control
DevOps Cloud Academy
DevOps Cloud Academy
May 7, 2021 · Operations

Understanding DevOps as an Interface, Not a Job Role

The article explains that DevOps should be viewed as an interdisciplinary interface rather than a specific job title, contrasts it with traditional roles like software developer or system administrator, and illustrates the concept with a Java‑style code example, while also including a brief promotional note about a DevOps training course.

Code ExampleDevOpsEngineering Roles
0 likes · 3 min read
Understanding DevOps as an Interface, Not a Job Role
MaGe Linux Operations
MaGe Linux Operations
May 2, 2021 · Cloud Native

Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide

This article explains what Kubernetes Jobs and CronJobs are, outlines common use cases, and provides detailed, code‑rich instructions for creating, configuring, and managing them—including parallel execution, random naming, and key parameters—so you can automate batch and ad‑hoc tasks in a cloud‑native environment.

CronJobDevOpsJobs
0 likes · 8 min read
Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
May 1, 2021 · Backend Development

Backend Technology Stack Selection for Startup Companies

This article outlines a comprehensive backend technology stack for startup companies, detailing language choices, essential components, processes, system tools, and best‑practice recommendations across areas such as project management, DNS, load balancing, databases, messaging, CI/CD, monitoring, and deployment.

BackendDevOpsStartup
0 likes · 30 min read
Backend Technology Stack Selection for Startup Companies
Liangxu Linux
Liangxu Linux
Apr 29, 2021 · Cloud Native

Master Docker Management with Portainer: Quick Install and Feature Guide

This guide introduces the lightweight Docker GUI tool Portainer, walks through a two‑step Docker‑based installation, and demonstrates key features such as dashboard overview, container logs, stats, console access, image and network management, user roles, and registry configuration.

Container ManagementDevOpsDocker
0 likes · 4 min read
Master Docker Management with Portainer: Quick Install and Feature Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 28, 2021 · Operations

Visual Deployment with Jenkins Deploy Dashboard Plugin

This article introduces the Jenkins Deploy Dashboard plugin, explains how to visualize deployment status across environments, and provides step‑by‑step instructions with code examples for adding deployments to the dashboard, creating the view, and adding deployment buttons to pipelines.

Deploy DashboardDevOpsJenkins
0 likes · 5 min read
Visual Deployment with Jenkins Deploy Dashboard Plugin
Efficient Ops
Efficient Ops
Apr 27, 2021 · Operations

2021 China DevOps Survey: How Mature Are Enterprises Across Industries?

The 2021 China DevOps Survey, launched by the China Academy of Information and Communications Technology with nearly 40 industry partners, invites organizations to assess their DevOps maturity, offers a free report and gifts, and builds on 2020 findings that show growing adoption and varied maturity levels across sectors.

ChinaDevOpsMaturity
0 likes · 6 min read
2021 China DevOps Survey: How Mature Are Enterprises Across Industries?
Programmer DD
Programmer DD
Apr 27, 2021 · Cloud Native

Top Open‑Source Tools Every SRE Should Master for Scalable, Reliable Systems

This article surveys the most popular open‑source projects for Site Reliability Engineering and DevOps, covering monitoring, deployment, chaos testing, and observability tools such as Cloudprober, Istio, Prometheus, Litmus, and more, highlighting their key features and how they help build scalable, high‑reliability cloud‑native systems.

DevOpsSREkubernetes
0 likes · 11 min read
Top Open‑Source Tools Every SRE Should Master for Scalable, Reliable Systems
Open Source Linux
Open Source Linux
Apr 21, 2021 · Databases

Deploy a Redis Cluster on Kubernetes: Step‑by‑Step Guide

This article introduces Redis, explains why it is popular, describes the architecture of a Redis Cluster, and provides a complete step‑by‑step tutorial for deploying, initializing, validating, and testing a Redis Cluster on Kubernetes with sample code and a hit‑counter application.

ClusterDevOpsRedis
0 likes · 14 min read
Deploy a Redis Cluster on Kubernetes: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Apr 20, 2021 · Operations

11 Must‑Know Open‑Source DevOps Tools for Modern Operations

This article surveys the 11 most popular open‑source DevOps tools—including Kubernetes, Docker, Istio, GitHub Actions, Jenkins, Prometheus, Ansible, Chef, Terraform, JAMStack, and ELK Stack—while also highlighting the DevOps Foundation certification that helps professionals master these technologies.

DevOpsci/cdkubernetes
0 likes · 10 min read
11 Must‑Know Open‑Source DevOps Tools for Modern Operations
MaGe Linux Operations
MaGe Linux Operations
Apr 20, 2021 · Operations

Top 20 Jenkins Alternatives for Seamless CI/CD Integration

This article reviews twenty popular CI/CD tools that can replace Jenkins, highlighting each platform's key features such as parallel testing, Docker integration, cloud provider support, and ease of configuration, helping teams choose the best fit for their DevOps workflow.

Continuous DeliveryDevOpsJenkins alternatives
0 likes · 14 min read
Top 20 Jenkins Alternatives for Seamless CI/CD Integration
Huolala Tech
Huolala Tech
Apr 19, 2021 · Cloud Native

Mastering Prometheus on Kubernetes: A Step‑by‑Step Guide for Cloud‑Native Monitoring

This article introduces Prometheus fundamentals, its architecture and metric types, then walks through a complete Kubernetes deployment—including namespace, RBAC, ConfigMap, and various exporters—showing how to collect metrics, configure alerts, and visualize data with Grafana, while highlighting limitations and future improvements.

DevOpsPrometheuscloud-native
0 likes · 21 min read
Mastering Prometheus on Kubernetes: A Step‑by‑Step Guide for Cloud‑Native Monitoring
Efficient Ops
Efficient Ops
Apr 18, 2021 · Operations

How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes

This article explains why monitoring is essential for production stability, compares white‑box and black‑box approaches, details the advantages of Prometheus, walks through its architecture, metric types, query language, high‑availability strategies with Thanos, and provides practical Kubernetes deployment manifests and configuration tips.

DevOpsObservabilityPrometheus
0 likes · 21 min read
How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes
Architect
Architect
Apr 16, 2021 · Cloud Native

Docker Architecture Overview and Component Analysis

This article provides a comprehensive overview of Docker’s overall architecture and detailed analysis of its core components—including client, daemon, engine, registry, graph database, drivers, and libcontainer—explaining how they interact to manage containers, images, networking, and execution within a cloud‑native environment.

ContainerDevOpsDocker
0 likes · 10 min read
Docker Architecture Overview and Component Analysis
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 15, 2021 · Cloud Native

Replacing Spring Cloud with Cloud‑Native Service Governance: A Practical Guide

This article, based on a Volcano Engine developer community meetup, compares Spring Cloud and cloud‑native technologies, explains their evolution, and demonstrates how to replace Spring Cloud’s core capabilities—such as configuration, service discovery, traffic management, and auto‑scaling—with Kubernetes, Istio, and other cloud‑native tools.

DevOpskubernetesspring-cloud
0 likes · 16 min read
Replacing Spring Cloud with Cloud‑Native Service Governance: A Practical Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 14, 2021 · Operations

Six Core DevOps Capabilities That Drive Business Success

The article outlines the six essential DevOps capabilities—collaboration, automation, continuous integration, continuous testing, continuous delivery, and continuous monitoring—explaining how each contributes to improving efficiency, reducing errors, and ensuring reliable software delivery in modern IT environments.

CollaborationContinuous DeliveryDevOps
0 likes · 5 min read
Six Core DevOps Capabilities That Drive Business Success