Tag

Infrastructure as Code

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jun 15, 2025 · Operations

Master Ansible: Automate 300+ Servers with Simple Playbooks

This guide introduces Ansible’s core concepts, installation steps, common commands, and a complete Nginx deployment playbook, showing how to efficiently automate configuration, scaling, and updates across hundreds of servers.

Configuration ManagementInfrastructure as CodeOps
0 likes · 7 min read
Master Ansible: Automate 300+ Servers with Simple Playbooks
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.

Backend DevelopmentCI/CDDevOps
0 likes · 5 min read
Rebuilding a PHP Application Stack with a Single Git Commit: IaC, Docker, and CI/CD
DevOps Engineer
DevOps Engineer
Oct 25, 2024 · Operations

Upgrading Jenkins to Mitigate CVE-2024-23897 and Refactoring CI/CD Infrastructure

This article describes the motivation, process, and best‑practice improvements made while upgrading Jenkins from version 2.346.3 to a secure release, including infrastructure‑as‑code, Docker Cloud, shared library refactoring, and GitOps‑style management of CI/CD pipelines.

CI/CDCVE-2024-23897DevOps
0 likes · 5 min read
Upgrading Jenkins to Mitigate CVE-2024-23897 and Refactoring CI/CD Infrastructure
Linux Ops Smart Journey
Linux Ops Smart Journey
Oct 22, 2024 · Operations

Why Ansible Is the Key to Automating Hundreds of Servers Efficiently

This article introduces Ansible, explaining its core principles, main components, common use cases, and step‑by‑step installation and verification procedures, helping readers understand how to automate large‑scale server configurations and improve operational efficiency.

Configuration ManagementDevOpsInfrastructure as Code
0 likes · 5 min read
Why Ansible Is the Key to Automating Hundreds of Servers Efficiently
Efficient Ops
Efficient Ops
Oct 9, 2024 · Cloud Computing

How One Engineer Runs a Full SaaS on Kubernetes with Minimal Effort

This article details how a solo engineer built and operated a SaaS platform on AWS using Kubernetes, covering infrastructure overview, automatic DNS, TLS, load balancing, CI/CD rollouts, autoscaling, caching, secret management, monitoring, logging, error tracking, and cost‑effective operations.

AWSCI/CDInfrastructure as Code
0 likes · 21 min read
How One Engineer Runs a Full SaaS on Kubernetes with Minimal Effort
Python Programming Learning Circle
Python Programming Learning Circle
Sep 28, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

The article outlines the key competencies a DevOps engineer must master—including programming, Linux system knowledge, configuration management, infrastructure-as-code, CI/CD tools, networking and security, monitoring, and cloud services—to guide readers on building a comprehensive skill set for effective DevOps practice.

CI/CDDevOpsInfrastructure as Code
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
DevOps
DevOps
Sep 23, 2024 · Operations

Ten Essential DevOps Practices and Effective Implementation Methods

This article explains why DevOps often feels idealistic, outlines ten practical DevOps practices such as Infrastructure as Code, Immutable Infrastructure, and Built‑in Quality, and then presents three concrete work methods to help teams successfully adopt DevOps in real‑world environments.

Continuous DeliveryDevOpsInfrastructure as Code
0 likes · 21 min read
Ten Essential DevOps Practices and Effective Implementation Methods
Architecture and Beyond
Architecture and Beyond
Sep 21, 2024 · Cloud Native

Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges

Cloud native architecture, a modern design paradigm leveraging containers, microservices, CI/CD, and infrastructure-as-code, enables flexible, scalable, and automated applications; this article explores its definition, evolution, core technologies, maturity models, benefits, challenges, and best practices for enterprises transitioning from traditional systems.

CI/CDContainersDevOps
0 likes · 37 min read
Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges
Efficient Ops
Efficient Ops
Jul 22, 2024 · Operations

Mastering Ansible: Core Concepts, Architecture, and Essential Commands

This article introduces Ansible as an open‑source automation tool, explains its declarative, abstract and idempotent characteristics, shows how to install it with pip, outlines its core architecture components, describes its working principles, and provides usage examples for its seven main commands.

Configuration ManagementDevOpsInfrastructure as Code
0 likes · 8 min read
Mastering Ansible: Core Concepts, Architecture, and Essential Commands
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 19, 2024 · Operations

Strategic Enhancements for CI/CD Pipelines: Performance, Security, Blue‑Green Deployment, and Infrastructure as Code

This article outlines six practical strategies to upgrade CI/CD pipelines, including performance and device‑compatibility testing, visual regression and accessibility checks, automated security scans with Dependabot, blue‑green deployments, phased testing, infrastructure‑as‑code integration, and automated rollback checkpoints, helping teams deliver higher‑quality software faster.

CI/CDDevOpsInfrastructure as Code
0 likes · 10 min read
Strategic Enhancements for CI/CD Pipelines: Performance, Security, Blue‑Green Deployment, and Infrastructure as Code
DevOps Cloud Academy
DevOps Cloud Academy
Jun 4, 2024 · Operations

Comprehensive DevOps Guide: Collaboration, Automation, CI/CD, IaC, Monitoring, and Logging with Practical Code Examples

This comprehensive DevOps guide explains core concepts such as collaboration, automation, CI/CD pipelines, infrastructure as code, and monitoring/logging, and includes practical code examples for Git, shell scripts, Jenkins, GitHub Actions, AWS CodePipeline, Ansible, Docker Compose, Prometheus, Grafana, Fluentd, and Elasticsearch.

CI/CDDevOpsInfrastructure as Code
0 likes · 17 min read
Comprehensive DevOps Guide: Collaboration, Automation, CI/CD, IaC, Monitoring, and Logging with Practical Code Examples
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 3, 2024 · Operations

What Is Trusted DevOps? Principles, IaC, and Integration with GitOps

The article explains DevOps and trusted DevOps concepts, outlines key characteristics such as security integration and automation, introduces Everything‑as‑Code components, details Infrastructure‑as‑Code principles, tools, examples, limitations, and how IaC fits into CI/CD pipelines and GitOps workflows.

CI/CDDevOpsGitOps
0 likes · 11 min read
What Is Trusted DevOps? Principles, IaC, and Integration with GitOps
DevOps Cloud Academy
DevOps Cloud Academy
May 19, 2024 · Cloud Native

Creating Kubernetes Resources with Terraform: Namespaces, Deployments, Services and More

This tutorial demonstrates how to use Terraform to define and provision common Kubernetes resources such as namespaces, deployments, services, ConfigMaps, Secrets, and PersistentVolumeClaims, providing step‑by‑step commands, code examples, and verification procedures for a fully automated workflow.

DevOpsInfrastructure as CodeKubernetes
0 likes · 8 min read
Creating Kubernetes Resources with Terraform: Namespaces, Deployments, Services and More
Efficient Ops
Efficient Ops
May 15, 2024 · Operations

Top 20+ Open‑Source DevOps Tools to Supercharge Your Operations

This article presents a curated collection of over twenty open‑source DevOps tools—ranging from version control and CI/CD to monitoring, container orchestration, and cloud platforms—explaining their core functions and why they are valuable for modern development and operations teams.

CI/CDDevOpsInfrastructure as Code
0 likes · 7 min read
Top 20+ Open‑Source DevOps Tools to Supercharge Your Operations
DevOps Cloud Academy
DevOps Cloud Academy
May 8, 2024 · Operations

Emerging DevOps Trends and Technologies in 2024 and Their Impact on Enterprises

The 2024 DevOps landscape is reshaped by emerging trends such as microservices, Kubernetes, Infrastructure as Code, DevSecOps, and AI/ML, which together accelerate delivery, improve quality, enhance collaboration, reduce costs, and boost enterprise resilience and adaptability.

AIDevOpsInfrastructure as Code
0 likes · 5 min read
Emerging DevOps Trends and Technologies in 2024 and Their Impact on Enterprises
DevOps Cloud Academy
DevOps Cloud Academy
Apr 22, 2024 · Cloud Native

Understanding Platform Engineering: Principles, Tools, and Emerging Trends

This article explains how platform engineering formalizes internal processes and tools to give developers a self‑service, automated "golden path," outlines its six core categories—including internal developer portals, infrastructure as code, and incident management—and discusses its growing impact on modern cloud‑native development.

DevOpsInfrastructure as Codecloud-native
0 likes · 9 min read
Understanding Platform Engineering: Principles, Tools, and Emerging Trends
DevOps Operations Practice
DevOps Operations Practice
Apr 6, 2024 · Operations

Overview of Common DevOps Tools Used in Large Internet Companies

This article introduces the key DevOps tools—including CI/CD platforms, configuration‑management solutions, containerization technologies, monitoring and logging stacks, and infrastructure‑as‑code utilities—explaining their roles, features, and how they help streamline software delivery in modern enterprises.

CI/CDConfiguration ManagementContainerization
0 likes · 9 min read
Overview of Common DevOps Tools Used in Large Internet Companies
Efficient Ops
Efficient Ops
Mar 30, 2024 · Cloud Native

How GitOps Transforms Cloud‑Native Deployment: A Practical Guide

This article explores the GitOps approach for cloud‑native environments, detailing its principles, benefits, and step‑by‑step implementation—including standardized content storage, declarative configuration, automated deployment/rollback, and change verification—to boost development efficiency and reliability.

CI/CDDevOpsGitOps
0 likes · 12 min read
How GitOps Transforms Cloud‑Native Deployment: A Practical Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 2, 2024 · Operations

DevOps Tools for 2024: A Comprehensive Overview

An extensive overview of essential DevOps tools for 2024, covering categories such as version control, CI/CD, container orchestration, configuration management, infrastructure as code, monitoring, collaboration, artifact repositories, testing, security, deployment automation, serverless platforms, and database management to guide effective tool selection.

CI/CDDevOpsInfrastructure as Code
0 likes · 7 min read
DevOps Tools for 2024: A Comprehensive Overview
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2023 · Operations

Comprehensive Overview of DevOps Tools for 2024

This article provides a detailed overview of the most widely used DevOps tools across categories such as version control, CI/CD, container orchestration, configuration management, infrastructure as code, monitoring, collaboration, artifact repositories, testing, security, deployment automation, serverless, and database management, helping practitioners choose the right solutions for their pipelines.

CI/CDCollaborationDevOps
0 likes · 7 min read
Comprehensive Overview of DevOps Tools for 2024