Tagged articles
3741 articles
Page 5 of 38
MaGe Linux Operations
MaGe Linux Operations
Jun 4, 2025 · Cloud Native

Master Helm Repository Management: Add, Update, Search, and Secure Charts

This guide explains Helm repository fundamentals, outlines official, community, and private repository types, lists popular chart sources, and provides step‑by‑step commands for adding, updating, listing, removing, searching, versioning, pulling charts, and managing private repositories with Helm.

Chart RepositoryCloud NativeDevOps
0 likes · 8 min read
Master Helm Repository Management: Add, Update, Search, and Secure Charts
dbaplus Community
dbaplus Community
Jun 3, 2025 · Operations

Mastering Kubernetes High Availability: Control Plane, Nodes, Networking, Storage, and More

This comprehensive guide walks you through designing a highly available Kubernetes cluster, covering multi‑master control‑plane deployment, worker‑node resilience, advanced networking with Cilium, durable storage with Rook/Ceph, monitoring with Thanos, security policies, disaster‑recovery strategies, cost control, and automated rollouts, all illustrated with concrete configuration snippets and real‑world performance results.

Cluster DesignDevOpsKubernetes
0 likes · 13 min read
Mastering Kubernetes High Availability: Control Plane, Nodes, Networking, Storage, and More
Efficient Ops
Efficient Ops
Jun 3, 2025 · Operations

What Anthropic’s SRE Team Learned: 23 Practical Ops Tips for Scalable AI Infrastructure

This article shares Anthropic’s SRE engineer insights on 23 actionable practices—from schema migration and Karpenter node management to OpenTelemetry adoption, Helm chart storage, and Terraform versus CloudFormation—offering concrete recommendations for building reliable, cost‑effective AI and cloud‑native platforms.

Cloud NativeDevOpsInfrastructure
0 likes · 12 min read
What Anthropic’s SRE Team Learned: 23 Practical Ops Tips for Scalable AI Infrastructure
Efficient Ops
Efficient Ops
May 27, 2025 · Operations

Why IT Operations Lag in Digital Transformation—and How to Turn the Tide

The article examines how digital transformation reshapes IT operations, highlights the shift from manual tasks to automated, cloud‑based services, discusses communication gaps with business units, and proposes concrete strategies—vision setting, collaborative models, skill development, left‑shift practices, and unified standards—to restore operational value.

Cloud ComputingDevOpsDigital Transformation
0 likes · 7 min read
Why IT Operations Lag in Digital Transformation—and How to Turn the Tide
Architecture Digest
Architecture Digest
May 27, 2025 · Operations

Using Multipass to Create and Manage Ubuntu Virtual Machines

This article introduces Multipass, a lightweight cross‑platform virtual machine manager, and provides step‑by‑step instructions for installing it, launching Ubuntu instances, checking status, executing commands, and automating setup with cloud‑init, highlighting its usefulness for rapid development and testing environments.

Cloud‑InitDevOpsMultipass
0 likes · 6 min read
Using Multipass to Create and Manage Ubuntu Virtual Machines
MaGe Linux Operations
MaGe Linux Operations
May 27, 2025 · Operations

Master Linux Kernel Tuning: From Theory to Practical Sysctl Configuration

Learn how to configure and verify essential Linux kernel parameters using sysctl, covering temporary and permanent settings, container-specific adjustments, validation techniques, common pitfalls, and best practices to boost network performance, stability, and security for system administrators and DevOps engineers.

DevOpsKernel ParametersPerformance Tuning
0 likes · 9 min read
Master Linux Kernel Tuning: From Theory to Practical Sysctl Configuration
Architecture Digest
Architecture Digest
May 23, 2025 · Cloud Native

30+ Essential Docker Images to Boost Your Development Workflow

This article curates a collection of useful Docker images—including remote IDEs, database managers, automation panels, lightweight serverless services, personal homepages, monitoring tools, note‑taking apps, analytics, file browsers, and Docker UI managers—providing feature highlights, special usage tips, and ready‑to‑run docker run and docker‑compose commands for each.

Cloud NativeContainerDevOps
0 likes · 16 min read
30+ Essential Docker Images to Boost Your Development Workflow
Lin is Dream
Lin is Dream
May 23, 2025 · Information Security

ZeroNews Review: Free Multi‑Protocol Intranet Tunneling Without a Public IP

This article introduces ZeroNews, a cloud‑based intranet‑penetration service that supports HTTP, HTTPS, TCP and UDP, explains how to register, obtain a token, install the client on various platforms, configure mappings, and compares its pros, cons, and features against ngrok, frp and Cloudflare Tunnel.

Cloud ServicesDevOpsZeroNews
0 likes · 7 min read
ZeroNews Review: Free Multi‑Protocol Intranet Tunneling Without a Public IP
Code Ape Tech Column
Code Ape Tech Column
May 22, 2025 · Cloud Native

10 Essential Microservice Best Practices for Scalable, Secure Systems

This article outlines practical microservice best practices—including the Single Responsibility Principle, cross‑functional teams, appropriate tooling, asynchronous communication, DevSecOps, isolated data stores, independent deployment, orchestration, and monitoring—to help developers build maintainable, scalable, and secure cloud‑native applications.

Backend ArchitectureDevOpsMicroservices
0 likes · 13 min read
10 Essential Microservice Best Practices for Scalable, Secure Systems
Efficient Ops
Efficient Ops
May 21, 2025 · Operations

Why We Dropped Kubernetes: Cutting Costs by 62% and Boosting DevOps Happiness

Six months after abandoning Kubernetes, our DevOps team reduced infrastructure spend by 62%, cut deployment time by 89%, eliminated weekend on‑call duties, and improved overall happiness, demonstrating that simplifying the tech stack can deliver substantial operational and business benefits.

Cost reductionDevOpsInfrastructure
0 likes · 9 min read
Why We Dropped Kubernetes: Cutting Costs by 62% and Boosting DevOps Happiness
Linux Ops Smart Journey
Linux Ops Smart Journey
May 21, 2025 · Operations

Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts

This guide explores how to define, assign, and scope variables in Jenkins Pipelines—including environment, params, and direct assignments—through clear explanations, practical code snippets, and a real-world Kubernetes multi-container project, showing how parameterized builds transform static scripts into flexible, maintainable CI/CD workflows.

CI/CDDevOpsJenkins
0 likes · 6 min read
Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts
php Courses
php Courses
May 21, 2025 · Backend Development

Rebuilding a PHP Application Stack with a Single Git Commit: IaC, Docker, and CI/CD

This article explains how PHP developers can use Git, Infrastructure as Code, Docker, and CI/CD pipelines to rebuild an entire application stack with a single commit, covering IaC concepts, automated deployment scripts, PHP-specific configuration, repository structure, and integration with CI/CD tools.

CI/CDDevOpsDocker
0 likes · 5 min read
Rebuilding a PHP Application Stack with a Single Git Commit: IaC, Docker, and CI/CD
21CTO
21CTO
May 19, 2025 · Artificial Intelligence

GitHub Unveils Copilot Coding Agent: AI-Powered Code Review and Automation

GitHub introduced the Copilot Coding Agent at Microsoft Build, an AI-driven tool that runs in GitHub Actions, handles code reviews, refactoring, and debugging, while enforcing strict security controls and integrating with Azure SRE workflows and open‑source VS Code extensions.

AI coding agentDevOpsGitHub Actions
0 likes · 8 min read
GitHub Unveils Copilot Coding Agent: AI-Powered Code Review and Automation
php Courses
php Courses
May 16, 2025 · Operations

Using Python for Automation in Operations (DevOps)

This article explains why Python is a leading language for DevOps automation, detailing its core advantages, typical use cases such as bulk server management, configuration management, log analysis, and scheduled tasks, and introduces common Python libraries and learning pathways for building robust operational workflows.

Configuration ManagementDevOpsOperations
0 likes · 6 min read
Using Python for Automation in Operations (DevOps)
MaGe Linux Operations
MaGe Linux Operations
May 15, 2025 · Cloud Native

Kubernetes Security Deep Dive: Auth, AuthZ, and Admission Control

This article explains Kubernetes' comprehensive security architecture, detailing the three critical gates—authentication, authorization, and admission control—along with token, basic, and certificate methods, RBAC policies, service accounts, kubeconfig setup, and practical examples for managing user permissions within clusters.

AdmissionControlAuthenticationAuthorization
0 likes · 20 min read
Kubernetes Security Deep Dive: Auth, AuthZ, and Admission Control
vivo Internet Technology
vivo Internet Technology
May 14, 2025 · R&D Management

How Vivo Boosted Internet R&D Efficiency: A Deep Dive into Platform Design and Automation

This article examines Vivo's internet R&D efficiency platform, outlining the rapid growth challenges, the 1‑2‑3 framework of dual‑loop delivery, demand and development standardization, and three key automation scenarios that together reduced delivery time, increased test coverage, and saved hundreds of person‑days.

Continuous DeliveryDevOpsR&D efficiency
0 likes · 22 min read
How Vivo Boosted Internet R&D Efficiency: A Deep Dive into Platform Design and Automation
MaGe Linux Operations
MaGe Linux Operations
May 13, 2025 · Operations

Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery

This comprehensive guide introduces Argo CD, explains its architecture and core concepts, walks through installation, cluster registration, application creation from a Git repository, and demonstrates how to sync and monitor applications using both the UI and CLI, empowering developers to adopt GitOps for Kubernetes deployments.

Argo CDCLIContinuous Delivery
0 likes · 17 min read
Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery
Liangxu Linux
Liangxu Linux
May 12, 2025 · Operations

How NodePass Simplifies Secure Network Tunneling Across Firewalls

NodePass is an open‑source Go‑based network tunnel tool that lets developers and ops quickly create encrypted TCP/UDP bridges through firewalls and NAT, offering server/client modes, flexible encryption, zero‑config deployment, Docker images, and detailed logging for reliable remote access.

DevOpsDockerNodePass
0 likes · 10 min read
How NodePass Simplifies Secure Network Tunneling Across Firewalls
Linux Ops Smart Journey
Linux Ops Smart Journey
May 12, 2025 · Cloud Native

Boost CI/CD Efficiency: Using Kubernetes Pods as Jenkins Agents

This article explains how to replace traditional Jenkins agents with Kubernetes containers, covering prerequisites, benefits such as dynamic scaling and environment consistency, step‑by‑step configuration, pipeline code, and verification to create a more efficient and reliable CI/CD workflow.

CI/CDDevOpsJenkins
0 likes · 5 min read
Boost CI/CD Efficiency: Using Kubernetes Pods as Jenkins Agents
Alibaba Cloud Native
Alibaba Cloud Native
May 12, 2025 · Cloud Computing

How to Build Multi‑Cluster Continuous Delivery with ACK One and Cloud Effect

This guide explains how Alibaba Cloud's ACK One multi‑cluster application distribution works, outlines its key capabilities such as intelligent resource scheduling and gang scheduling, and shows step‑by‑step how to convert a single‑cluster CD pipeline into a multi‑cluster continuous delivery system using Cloud Effect.

ACK OneCloud NativeContinuous Delivery
0 likes · 10 min read
How to Build Multi‑Cluster Continuous Delivery with ACK One and Cloud Effect
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 12, 2025 · Cloud Native

Transform a Single‑Cluster CD Pipeline into a Multi‑Cluster System with ACK One

This guide explains how to leverage Alibaba Cloud's ACK One multi‑cluster application distribution together with the Cloud Effect DevOps platform to convert an existing single‑cluster continuous delivery pipeline into a resilient, multi‑region, multi‑cluster CD solution without modifying original YAML resources.

ACK OneCloud EffectContinuous Delivery
0 likes · 9 min read
Transform a Single‑Cluster CD Pipeline into a Multi‑Cluster System with ACK One
Architecture Digest
Architecture Digest
May 12, 2025 · Frontend Development

A Comprehensive Guide to Using Hugo for Static Site Generation

This article introduces Hugo, outlines its common application scenarios such as documentation sites and blogs, details core features like live preview, multilingual support, and theme system, and provides step‑by‑step installation and quick‑start instructions for Windows, macOS, and Linux.

DevOpsDocumentationHugo
0 likes · 4 min read
A Comprehensive Guide to Using Hugo for Static Site Generation
Efficient Ops
Efficient Ops
May 11, 2025 · Operations

China’s Leading Banks Achieve Top DevOps Standard Certifications – What It Means

The 25th GOPS Global Operations Conference in Shenzhen announced the dual ITU DevOps international and domestic standard assessment results, highlighting Agricultural Bank as the first state bank to earn a five‑star internal coach talent rating and showcasing multiple financial institutions that have successfully passed BizDevOps and continuous delivery evaluations, underscoring the growing importance of standardized DevOps practices in China’s finance sector.

BizDevOpsDevOpsFinancial Industry
0 likes · 9 min read
China’s Leading Banks Achieve Top DevOps Standard Certifications – What It Means
MaGe Linux Operations
MaGe Linux Operations
May 11, 2025 · Operations

How to Build an Automated CI/CD Pipeline with Jenkins and Docker

This guide explains how to create a fast, reliable CI/CD workflow by integrating Jenkins, Docker, Maven, and Alibaba Cloud, covering pipeline benefits, step‑by‑step configuration, Docker image building, registry push/pull, Jenkins container setup, GitLab webhook integration, and common pitfalls with suggested optimizations.

Alibaba CloudCI/CDDevOps
0 likes · 13 min read
How to Build an Automated CI/CD Pipeline with Jenkins and Docker
macrozheng
macrozheng
May 7, 2025 · Backend Development

What’s New in Spring Boot 3.5? 13 Must‑Know Features for Java Backend Developers

Spring Boot 3.5 introduces a suite of enhancements—including task decorator support, the Vibur connection pool, SSL health metrics, flexible configuration loading, automatic Trace‑ID headers, richer Actuator capabilities, functional programming hooks, and many more—each explained with code examples and practical usage tips for modern Java backend development.

DevOpsMicroservicesObservability
0 likes · 10 min read
What’s New in Spring Boot 3.5? 13 Must‑Know Features for Java Backend Developers
Efficient Ops
Efficient Ops
May 6, 2025 · Operations

How China Galaxy Securities Achieved Leading DevOps Continuous‑Testing Certification

This article details the 2024‑2027 national IT‑standard action plan, CAICT's dual ITU‑DevOps and domestic DevOps assessment, Galaxy Securities' successful Level‑3 Continuous‑Testing certification for two core projects, and insights from a Q&A interview on implementation challenges, benefits, and future plans.

DevOpsFinancial Servicescase study
0 likes · 15 min read
How China Galaxy Securities Achieved Leading DevOps Continuous‑Testing Certification
Linux Ops Smart Journey
Linux Ops Smart Journey
May 6, 2025 · Operations

Enable Calico API Service in Kubernetes: Step‑by‑Step Guide

Learn how to correctly install, configure, and activate Calico's API server on a Kubernetes cluster—including prerequisites, downloading manifests, adjusting namespaces, pulling and tagging images, generating certificates, applying resources, and verifying the service—to manage Calico custom resources via kubectl.

APICNICalico
0 likes · 8 min read
Enable Calico API Service in Kubernetes: Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
May 6, 2025 · Cloud Native

How to Leverage Alibaba Cloud’s MCP Server for AI‑Powered DevOps Automation

This guide explains what Alibaba Cloud's MCP Server is, outlines its AI‑enabled DevOps capabilities such as code repository management, merge‑request handling and project management, and provides step‑by‑step instructions for prerequisites, installation, configuration, and a practical AI‑assisted development scenario using Tongyi Code.

Alibaba CloudCode RepositoryDevOps
0 likes · 7 min read
How to Leverage Alibaba Cloud’s MCP Server for AI‑Powered DevOps Automation
macrozheng
macrozheng
May 6, 2025 · Operations

Simplify Docker Compose Deployments with Dockge: Visual Management Guide

Dockge is a sleek, open‑source visual tool for Docker Compose that lets you manage compose.yaml files, edit stacks, run containers, view logs, and access an integrated web terminal, enabling one‑click batch deployment and easier container operations without manual CLI commands.

Container ManagementDevOpsDocker
0 likes · 7 min read
Simplify Docker Compose Deployments with Dockge: Visual Management Guide
ITPUB
ITPUB
May 3, 2025 · Information Security

20 Critical Server Operations You Must Never Do – Real Cases & Fixes

Based on analysis of over 500 enterprise server failure cases, this guide lists 20 absolutely prohibited server actions across six dimensions, each illustrated with a real incident and practical technical measures to prevent recurrence.

DevOpsSystem Administrationincident response
0 likes · 14 min read
20 Critical Server Operations You Must Never Do – Real Cases & Fixes
Test Development Learning Exchange
Test Development Learning Exchange
Apr 29, 2025 · Fundamentals

Shift-Left and Shift-Right Testing Strategies: Definitions, Advantages, and Applicable Scenarios

This article explains Shift-Left and Shift-Right testing approaches, detailing their definitions, benefits such as early defect detection and real‑world validation, and suitable contexts like agile development, SaaS platforms, and high‑risk industries and continuous improvement.

Agile DevelopmentDevOpsShift-Left Testing
0 likes · 4 min read
Shift-Left and Shift-Right Testing Strategies: Definitions, Advantages, and Applicable Scenarios
Efficient Ops
Efficient Ops
Apr 28, 2025 · Operations

Shenzhen Stock Exchange Leads with Dual ITU DevOps Certification – What It Means

The article details how the Shenzhen Stock Exchange successfully passed both international ITU DevOps and domestic DevOps standards assessments, highlighting the role of China’s Information Communication Research Institute, the six key capability areas evaluated, and the broader push for standardization in China’s digital finance sector.

BizDevOpsChinaDevOps
0 likes · 11 min read
Shenzhen Stock Exchange Leads with Dual ITU DevOps Certification – What It Means
Efficient Ops
Efficient Ops
Apr 27, 2025 · Operations

How ICBC’s BizDevOps Evaluation Drives Digital Transformation and Sets New Standards

The article details China’s push for international ITU DevOps standards, showcases Industrial and Commercial Bank of China’s successful BizDevOps dual‑certificate assessment, and presents an in‑depth Q&A with senior fintech managers discussing the value, challenges, and future roadmap of integrating business, development, and operations to accelerate digital transformation.

BizDevOpsDevOpsDigital Transformation
0 likes · 16 min read
How ICBC’s BizDevOps Evaluation Drives Digital Transformation and Sets New Standards
Efficient Ops
Efficient Ops
Apr 26, 2025 · Operations

How China Galaxy Securities Earned Dual International & Domestic DevOps Certification for Its Bond Platform

At the 25th GOPS Global Operations Conference in Shenzhen, China Galaxy Securities showcased its successful dual certification under ITU DevOps standards, detailing the Bond Investment Business Support System's continuous testing achievements, pipeline integration, and the broader impact on financial DevOps practices.

Bond Investment PlatformChina Galaxy SecuritiesDevOps
0 likes · 9 min read
How China Galaxy Securities Earned Dual International & Domestic DevOps Certification for Its Bond Platform
Efficient Ops
Efficient Ops
Apr 26, 2025 · Operations

Why China’s Top State Banks Are Leading the DevOps Certification Wave

The 25th GOPS Global Operations Conference in Shenzhen announced the dual ITU DevOps international and domestic standard assessment results, highlighting the Agricultural Bank of China's AAAAA‑level DevOps coach certification and showcasing multiple state‑owned banks, exchanges, and securities firms achieving leading domestic DevOps maturity across BizDevOps, continuous delivery, and continuous testing standards.

BizDevOpsDevOpsFinancial Industry
0 likes · 10 min read
Why China’s Top State Banks Are Leading the DevOps Certification Wave
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2025 · Operations

6 Proven Techniques to Shrink Your Docker Image Size

Learn how to dramatically reduce Docker image sizes by applying six practical optimization methods—including minimal base images, multi‑stage builds, layer minimization, caching strategies, .dockerignore usage, and external data storage—while also discovering essential tools and real‑world examples to streamline your container deployments.

DevOpsDistrolessDocker
0 likes · 14 min read
6 Proven Techniques to Shrink Your Docker Image Size
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2025 · Cloud Native

Essential Docker Commands Cheat Sheet: Quick Reference for Developers

This comprehensive guide presents over twenty essential Docker CLI commands, covering image management, container lifecycle, registry operations, and system cleanup, with clear syntax examples and practical use‑case snippets to help developers and DevOps engineers work efficiently with containers.

CLICloud NativeContainers
0 likes · 11 min read
Essential Docker Commands Cheat Sheet: Quick Reference for Developers
Efficient Ops
Efficient Ops
Apr 25, 2025 · Operations

How Galaxy Securities Achieved Leading DevOps Continuous‑Testing Standards in China

This article details China’s 2024‑2027 information‑standard action plan, CAICT’s dual ITU‑DevOps evaluation, Galaxy Securities’ successful Level‑3 Continuous Testing certification for two core platforms, and an in‑depth interview revealing the practical benefits, challenges, and future roadmap of adopting DevOps standards in the financial sector.

ChinaDevOpsFinancial Services
0 likes · 15 min read
How Galaxy Securities Achieved Leading DevOps Continuous‑Testing Standards in China
Efficient Ops
Efficient Ops
Apr 25, 2025 · Operations

How China’s ITU DevOps and BizDevOps Standards Are Shaping Global Cloud Operations

The article outlines China’s recent push to internationalize IT standards through the 2024‑2027 Action Plan, details the development and adoption of ITU DevOps and AI‑enhanced DevOps standards, and explains the emerging BizDevOps framework that integrates business and technology for agile digital transformation.

AIBizDevOpsCloud Computing
0 likes · 8 min read
How China’s ITU DevOps and BizDevOps Standards Are Shaping Global Cloud Operations
Efficient Ops
Efficient Ops
Apr 25, 2025 · Operations

How Changan Auto Earned Top‑Tier DevOps Certification with a Full‑Link Observability Platform

Changan Automobile’s full‑link observability platform passed both ITU DevOps international and domestic standards assessments, showcasing its advanced monitoring capabilities, improved system stability, and strategic role in the company’s digital transformation, while the interview reveals implementation challenges, benefits, and future AI‑driven enhancements.

DevOpsDigital TransformationFull‑Link Monitoring
0 likes · 21 min read
How Changan Auto Earned Top‑Tier DevOps Certification with a Full‑Link Observability Platform
Efficient Ops
Efficient Ops
Apr 25, 2025 · Operations

How Shenzhen Stock Exchange Achieved Leading DevOps Standards Through Dual International and Domestic Certification

The article details China's push for internationalized information standards, the CAICT's dual ITU DevOps and domestic assessments, and how the Shenzhen Stock Exchange successfully passed Level 3 continuous delivery evaluation, showcasing advanced DevOps capabilities and their alignment with national digital transformation policies.

DevOpsDigital TransformationFintech
0 likes · 11 min read
How Shenzhen Stock Exchange Achieved Leading DevOps Standards Through Dual International and Domestic Certification
Efficient Ops
Efficient Ops
Apr 25, 2025 · Operations

How BizDevOps Standards Accelerate ICBC’s Digital Transformation

The article details China Information Communication Institute’s dual ITU DevOps international and domestic standard assessment, ICBC’s successful BizDevOps certification for its Fast‑Loan project, and insights from senior fintech managers on the value, challenges, and future roadmap of integrating business, development, and operations to drive digital transformation.

BankingBizDevOpsDevOps
0 likes · 16 min read
How BizDevOps Standards Accelerate ICBC’s Digital Transformation
Cloud Native Technology Community
Cloud Native Technology Community
Apr 24, 2025 · Cloud Native

Simplifying Kubernetes Application Deployment with Korifi and Optimizing Cloud Costs using OpenCost

Korifi provides a Cloud Foundry‑style abstraction layer that simplifies Kubernetes application deployment and management, while OpenCost offers comprehensive, multi‑cloud cost visibility and optimization; together they enable developers to deploy apps easily, monitor pod‑level expenses, and make data‑driven resource allocation decisions.

Cost OptimizationDevOpsKorifi
0 likes · 7 min read
Simplifying Kubernetes Application Deployment with Korifi and Optimizing Cloud Costs using OpenCost
Go Programming World
Go Programming World
Apr 22, 2025 · Artificial Intelligence

Design and Implementation of an Enterprise‑Grade LLMOPS Platform (EasyAI)

This article presents a comprehensive overview of building an enterprise‑level LLMOPS platform—including concept definitions, the relationship between LLMOPS, MLOps and intelligent agent platforms, four development tiers, architecture layers, core technical concerns, deployment options, and the benefits of cloud‑native AI development.

AI PlatformCloud NativeDevOps
0 likes · 15 min read
Design and Implementation of an Enterprise‑Grade LLMOPS Platform (EasyAI)
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2025 · Operations

Master Jenkins Automation: From Code Commit to Seamless Deployment

This guide walks you through the complete Jenkins CI/CD workflow—from source‑code changes triggering automated builds, tests, and packaging to secure deployment—showing how to set up Jenkins, configure pipelines, install essential plugins, and manage global tools for reliable, hands‑free releases.

CI/CDDevOpsDocker
0 likes · 21 min read
Master Jenkins Automation: From Code Commit to Seamless Deployment
IT Xianyu
IT Xianyu
Apr 20, 2025 · Operations

How to Replace YUM Repositories with Domestic Mirrors on CentOS 7

This guide explains why the default CentOS 7 YUM repositories are slow for Chinese users and provides step‑by‑step instructions—including backing up existing .repo files, downloading Alibaba Cloud mirrors, adjusting version numbers, refreshing the cache, verifying updates, troubleshooting common errors, and advanced tips such as adding EPEL—so you can achieve faster, more reliable package management.

CentOSDevOpsLinux
0 likes · 6 min read
How to Replace YUM Repositories with Domestic Mirrors on CentOS 7
Ops Development & AI Practice
Ops Development & AI Practice
Apr 17, 2025 · Cloud Computing

Why Terraform Dominates Modern Cloud Infrastructure Automation

This article explores Terraform’s rise as the leading Infrastructure as Code tool, detailing its declarative language, multi‑cloud support, state management, modular design, and vibrant ecosystem, while speculating on its role in Google Firebase Studio’s development environments.

DevOpsGoogle FirebaseInfrastructure as Code
0 likes · 8 min read
Why Terraform Dominates Modern Cloud Infrastructure Automation
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 17, 2025 · Cloud Native

Kubernetes Architecture and Core Principles Explained

This article provides a comprehensive overview of Kubernetes, covering its cloud‑native architecture, core components such as API Server, Scheduler, Controller Manager, etcd, kubelet and kube‑proxy, and explains the workflow that enables automated deployment, scaling and management of containerized applications.

ArchitectureCloud NativeDevOps
0 likes · 6 min read
Kubernetes Architecture and Core Principles Explained
Efficient Ops
Efficient Ops
Apr 16, 2025 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces ten indispensable operations engineering tools—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, suitable scenarios, advantages, and real‑world examples, plus sample code snippets to help engineers automate and monitor infrastructure efficiently.

DevOpsInfrastructureOperations
0 likes · 9 min read
Top 10 Essential Ops Tools Every Engineer Should Master
MaGe Linux Operations
MaGe Linux Operations
Apr 16, 2025 · Operations

Master SaltStack: From Basics to Advanced Automation for Operations

This comprehensive guide walks you through SaltStack fundamentals, installation, master‑minion configuration, communication modes, key management, state files, highstate, Grains and Pillar data, targeting methods, and practical examples such as file management, package installation, cron jobs, and LAMP deployment, providing a solid foundation for modern automated operations.

Configuration ManagementDevOpsSaltStack
0 likes · 24 min read
Master SaltStack: From Basics to Advanced Automation for Operations
macrozheng
macrozheng
Apr 15, 2025 · Operations

Master OpenProject with Docker: Quick Setup and Real-World Workflow

This guide introduces OpenProject, a popular open‑source project management platform, walks through Docker‑based installation, showcases core features like Gantt charts and Agile boards, and demonstrates a practical workflow using a simplified project management scenario.

DevOpsDockerOpenProject
0 likes · 7 min read
Master OpenProject with Docker: Quick Setup and Real-World Workflow
Ops Development Stories
Ops Development Stories
Apr 15, 2025 · Cloud Native

Boost Kubernetes Management with AI: Introducing the Lightweight k8m Console

This article introduces k8m, a lightweight AI‑enhanced console for Kubernetes that simplifies cluster management, installation, configuration, and daily operations, while offering features such as YAML auto‑translation, AI‑driven event and log diagnostics, command generation, multi‑cluster support, and role‑based access control.

AICloud NativeDevOps
0 likes · 13 min read
Boost Kubernetes Management with AI: Introducing the Lightweight k8m Console
Ops Development Stories
Ops Development Stories
Apr 15, 2025 · Artificial Intelligence

Unlocking the AI USB‑C: Deep Dive into the Model Context Protocol (MCP)

This article explores the Model Context Protocol (MCP), the emerging “USB‑C” for AI, detailing its core advantages, implementation with Kubernetes, a six‑layer cloud‑native architecture, practical code examples, and developer guidelines for building AI‑powered, secure, and scalable services.

AICloud NativeDevOps
0 likes · 8 min read
Unlocking the AI USB‑C: Deep Dive into the Model Context Protocol (MCP)
dbaplus Community
dbaplus Community
Apr 14, 2025 · Operations

20 Critical Server Ops Mistakes to Avoid: Real Cases & Fixes

Drawing from over 500 enterprise server failure incidents, this guide outlines twenty absolutely prohibited server actions across security configuration, system operation, data management, and architecture design, each paired with a real-world case, risk rating, and concrete remediation steps.

BackupDevOpsInfrastructure
0 likes · 13 min read
20 Critical Server Ops Mistakes to Avoid: Real Cases & Fixes
Ops Development & AI Practice
Ops Development & AI Practice
Apr 14, 2025 · Industry Insights

When a “Perfect” EKS Terraform Module Becomes a Debugging Nightmare

The author recounts the high hopes and subsequent frustrations of adopting the community‑maintained terraform‑aws‑eks module for AWS EKS, detailing hidden complexities, limited AI assistance, and practical lessons on embracing complexity, critical use of open‑source modules, and the importance of rest during tough debugging sessions.

AI CopilotAWSCloud Native
0 likes · 9 min read
When a “Perfect” EKS Terraform Module Becomes a Debugging Nightmare
DevOps Engineer
DevOps Engineer
Apr 13, 2025 · Fundamentals

Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects

This guide explains why Sphinx and ReadTheDocs are a powerful combination for generating and hosting documentation, and provides step‑by‑step instructions—including installing dependencies, initializing the project, configuring conf.py, adding a .readthedocs.yml file, and linking the repository—so that documentation is built automatically on each commit.

DevOpsPythonReadTheDocs
0 likes · 6 min read
Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects
21CTO
21CTO
Apr 9, 2025 · Operations

9 Must‑Have Container Monitoring Tools and Best Practices for Modern Cloud‑Native Environments

This article reviews nine practical container‑monitoring solutions—from Last9 and Prometheus to Dynatrace and Elastic Observability—detailing their key features, pricing, and why developers prefer them, and then offers comprehensive best‑practice guidance for metrics, tagging, alerts, and advanced observability strategies in Kubernetes‑driven cloud‑native deployments.

AlertingCloud NativeDevOps
0 likes · 25 min read
9 Must‑Have Container Monitoring Tools and Best Practices for Modern Cloud‑Native Environments
Liangxu Linux
Liangxu Linux
Apr 8, 2025 · Databases

How to Build a High‑Availability Redis Cluster Without Centralized Configuration

This guide explains why Redis clustering is needed for capacity, concurrency and failover, describes Redis 3.0's decentralized cluster architecture, provides step‑by‑step commands to configure, launch and combine six nodes into a cluster, demonstrates slot calculations, client usage with Jedis, and outlines fault recovery, pros and cons, and cleanup procedures.

ClusterDevOpsJedis
0 likes · 24 min read
How to Build a High‑Availability Redis Cluster Without Centralized Configuration
FunTester
FunTester
Apr 7, 2025 · Fundamentals

How Shift‑Left Testing Powers Agile Quality: Practices and Pitfalls

Agile testing transforms software quality by embedding testing throughout development, emphasizing shift‑left practices, automation, and close collaboration between developers and QA, with detailed guidance on testing quadrants, sprint vs release strategies, and practical steps to achieve faster, more reliable product delivery.

Agile TestingDevOpsShift-Left
0 likes · 9 min read
How Shift‑Left Testing Powers Agile Quality: Practices and Pitfalls
dbaplus Community
dbaplus Community
Apr 5, 2025 · Operations

How to Fix Common Jenkins Compatibility Issues and Optimize Your CI/CD Pipeline

This guide walks through practical solutions for Jenkins problems—including Performance plugin incompatibility, CSP adjustments, custom context paths, git clone timeouts, Windows JNLP execution, CSRF disabling, JVM memory tuning, disk‑space cleanup, build timeouts, global properties, managed scripts, and lightweight backups—helping you keep your CI/CD pipeline stable and efficient.

Build OptimizationDevOpsJenkins
0 likes · 11 min read
How to Fix Common Jenkins Compatibility Issues and Optimize Your CI/CD Pipeline
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2025 · Cloud Native

Master Docker from Scratch: The Ultimate Beginner-to-Expert Guide

This comprehensive Docker tutorial walks you through the fundamentals, installation steps, essential commands, data volumes, networking, and Dockerfile creation, enabling readers to move from zero experience to proficient container management in a single, detailed guide.

Data VolumesDevOpsDocker
0 likes · 34 min read
Master Docker from Scratch: The Ultimate Beginner-to-Expert Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2025 · Operations

Master GitLab: Complete Introduction, Installation & Configuration Guide

This article provides a comprehensive overview of GitLab, covering its origins, key features, core DevOps capabilities, and step‑by‑step instructions for installing and configuring GitLab on Rocky Linux, including required system specs, repository setup, package installation, and post‑install verification.

CI/CDDevOpsGitLab
0 likes · 9 min read
Master GitLab: Complete Introduction, Installation & Configuration Guide
FunTester
FunTester
Mar 30, 2025 · Cloud Native

Mastering Kubernetes Resources with Java: EndpointSlice, PVC, PV, NetworkPolicy & More

This guide shows how to use the Fabric8 Kubernetes Java client to load, create, apply, list, watch, and delete core Kubernetes objects such as EndpointSlice, PersistentVolumeClaim, PersistentVolume, NetworkPolicy, PodDisruptionBudget, and various RBAC resources, with complete code examples for each operation.

APICloud NativeDevOps
0 likes · 12 min read
Mastering Kubernetes Resources with Java: EndpointSlice, PVC, PV, NetworkPolicy & More
Architecture Digest
Architecture Digest
Mar 28, 2025 · Backend Development

One-Click Deployment of SpringBoot Projects Using IntelliJ IDEA and Docker

This tutorial demonstrates how to configure IntelliJ IDEA for remote one‑click deployment of a SpringBoot application with Docker, covering environment setup, SSH and Docker daemon configuration, Dockerfile creation, Maven build steps, firewall adjustments, and troubleshooting common deployment issues.

DevOpsDockerIntelliJ IDEA
0 likes · 8 min read
One-Click Deployment of SpringBoot Projects Using IntelliJ IDEA and Docker
Efficient Ops
Efficient Ops
Mar 27, 2025 · Operations

How China’s New Continuous Testing Standards Are Shaping DevOps Excellence

The article outlines China’s 2024‑2027 information‑technology standards initiative, the DevOps continuous‑testing maturity model released in 2023, its five‑level capability framework, and showcases early evaluation results from major banks, highlighting improvements in automation, defect prevention, and end‑to‑end quality assurance.

DevOpsIT OperationsSoftware quality
0 likes · 10 min read
How China’s New Continuous Testing Standards Are Shaping DevOps Excellence
Ops Development & AI Practice
Ops Development & AI Practice
Mar 27, 2025 · Cloud Native

Master Kustomize: Simplify Kubernetes Configs with Generators and Transformers

Kustomize, built into kubectl, lets you declaratively manage Kubernetes YAML by organizing base resources, dynamically generating ConfigMaps and Secrets, applying transformers for environment‑specific tweaks, and optionally validating output, enabling a clean Base + Overlay workflow that reduces duplication and simplifies multi‑environment configuration.

Cloud NativeConfiguration ManagementDevOps
0 likes · 8 min read
Master Kustomize: Simplify Kubernetes Configs with Generators and Transformers
Raymond Ops
Raymond Ops
Mar 27, 2025 · Operations

All-in-One Linux Init Scripts for Rocky, AlmaLinux, CentOS, Ubuntu & More

This article introduces a comprehensive set of shell scripts that automate system initialization across dozens of Linux distributions, detailing supported features, version‑specific updates, usage instructions, and code examples for network, security, package management, and more.

DevOpsLinuxOperations
0 likes · 16 min read
All-in-One Linux Init Scripts for Rocky, AlmaLinux, CentOS, Ubuntu & More
Efficient Ops
Efficient Ops
Mar 24, 2025 · Operations

15 Common Ops Mistakes That Can Crash Your System – How to Avoid Them

This article outlines fifteen common operational and management mistakes—such as frequent incidents, excessive new hires, lack of automation, and missing rollback plans—that can trigger system outages, and offers guidance on how teams can strengthen testing, processes, and team capabilities to prevent downtime.

DevOpsOperationsSRE
0 likes · 6 min read
15 Common Ops Mistakes That Can Crash Your System – How to Avoid Them
DevOps Cloud Academy
DevOps Cloud Academy
Mar 24, 2025 · Information Security

Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python

This article explains how to safeguard sensitive configuration data such as database credentials and API keys by using .gitignore, environment variables, secret management tools, and AES encryption with a Python script, and describes how to integrate these practices into CI/CD pipelines.

AES encryptionConfiguration ManagementDevOps
0 likes · 7 min read
Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python