awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
in28minutes avatar

in28minutes/devops-master-class

0
View on GitHub↗
2,833 Stars·6,704 Forks·Java·4 Aufrufelinks.in28minutes.com/DevOps-SBT↗

Devops Master Class

This repository is a comprehensive educational resource covering the full spectrum of DevOps practices, including continuous integration and delivery, containerization, orchestration, configuration management, and infrastructure as code. It provides structured content that walks through automating the build, test, and deployment lifecycle using multi-stage pipelines with Jenkins and Azure DevOps.

The material covers declarative server configuration and state management through automated Ansible playbooks, enabling consistent system environments across machines. It also addresses container lifecycle management with Docker for packaging and deploying applications, alongside Kubernetes for orchestrating containerized workloads with service discovery, scaling, and centralized configuration.

Infrastructure provisioning is handled through Terraform, with declarative configuration files and state management for managing cloud resources across AWS, Azure, and Google Cloud. The content is organized as a master-class course format, providing a guided path through these interconnected DevOps domains.

Features

  • CI CD Pipelines - Automates the build, test, and deployment lifecycle through multi-stage pipelines with Jenkins and Azure DevOps.
  • DevOps Pipelines - Creates complete automation pipelines integrating CI, CD, and deployment across multiple tools and cloud platforms.
  • Ansible Playbooks - Configures and manages servers through automated Ansible playbooks for consistent system states.
  • Azure DevOps Pipelines - Provides multi-stage Azure DevOps pipeline definitions for automating build, test, and deployment workflows.
  • Declarative Infrastructure Provisioning - Defines and manages cloud infrastructure across AWS, Azure, and Google Cloud using declarative Terraform configuration files.
  • Terraform Provisioning - Defines and manages cloud resources across AWS, Azure, and GCP using declarative Terraform configuration files and state management.
  • Docker Container Deployments - Packages applications into portable Docker containers and manages their lifecycle using images, registries, and compose files.
  • Container Lifecycle Management - Builds, runs, and manages Docker images for applications and microservices to enable consistent deployment environments.
  • Jenkins Pipelines - Automates building, testing, and integrating code changes through scheduled or triggered Jenkins pipeline jobs.
  • Infrastructure as Code - Provisions and manages cloud infrastructure across AWS, Azure, and GCP using declarative configuration files and state management.
  • Kubernetes Orchestration - Deploys and manages containerized applications using Kubernetes for service discovery, load balancing, and centralized configuration.
  • Jenkins Pipelines - Automates building, testing, and deploying applications through scripted or declarative Jenkins pipelines with Docker integration.
  • DevOps Automation Courses - An educational resource covering CI/CD, containerization, orchestration, and infrastructure automation across multiple tools and cloud platforms.
  • Kubernetes Orchestration - Deploys and manages containerized applications with Kubernetes for service discovery, scaling, and configuration management.

Star-Verlauf

Star-Verlauf für in28minutes/devops-master-classStar-Verlauf für in28minutes/devops-master-class

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Devops Master Class

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Devops Master Class.
  • vonng/pigstyAvatar von Vonng

    Vonng/pigsty

    5,172Auf GitHub ansehen↗

    Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of high-availability PostgreSQL clusters. It functions as an infrastructure-as-code framework that manages cluster coordination, node provisioning, and service discovery through idempotent playbooks. By integrating distributed consensus mechanisms, the platform ensures automated failover and consistent state enforcement across diverse environments, including bare metal and virtualized infrastructure. The platform distinguishes itself through a robust suite of operational capabiliti

    Shell
    Auf GitHub ansehen↗5,172
  • jenkinsci/pipeline-examplesAvatar von jenkinsci

    jenkinsci/pipeline-examples

    4,296Auf GitHub ansehen↗

    This project is a library of version-controlled workflow definitions and a collection of Groovy scripts and configuration snippets for implementing continuous integration and delivery automation in Jenkins. It serves as a reference for building automated pipelines using both declarative syntax and scripted logic. The repository provides template collections and implementation patterns for creating software build and deployment workflows. It includes reusable functions and logic patterns designed to standardize pipeline behavior and eliminate code duplication across multiple projects through t

    Groovy
    Auf GitHub ansehen↗4,296
  • argoproj/argo-workflowsAvatar von argoproj

    argoproj/argo-workflows

    16,466Auf GitHub ansehen↗

    Argo Workflows is a container-native workflow engine that functions as a Kubernetes custom resource controller. It orchestrates complex sequences of containerized tasks by executing them as directed acyclic graphs, allowing for dependency management and parallel processing within a cluster. The system extends the native Kubernetes control plane to manage the full lifecycle of automated processes, from initial triggering to final resource cleanup. The platform distinguishes itself through its controller-pattern reconciliation, which continuously monitors workflow states to align them with desi

    Goairflowargoargo-workflows
    Auf GitHub ansehen↗16,466
  • moghtech/komodoAvatar von moghtech

    moghtech/komodo

    10,290Auf GitHub ansehen↗

    Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for managing multiple remote hosts through lightweight agents, coordinating Docker Swarm and Kubernetes clusters, and automating software delivery via integrated CI/CD pipelines. The system distinguishes itself with a TypeScript-based automation engine that executes typed scripts against the system API for complex operational workflows. It supports infrastructure-as-code through TOML-based declarative configuration synchronization and provides ephemeral build infrastructure that provi

    Rust
    Auf GitHub ansehen↗10,290
Alle 30 Alternativen zu Devops Master Class anzeigen→

Häufig gestellte Fragen

Was macht in28minutes/devops-master-class?

This repository is a comprehensive educational resource covering the full spectrum of DevOps practices, including continuous integration and delivery, containerization, orchestration, configuration management, and infrastructure as code. It provides structured content that walks through automating the build, test, and deployment lifecycle using multi-stage pipelines with Jenkins and Azure DevOps.

Was sind die Hauptfunktionen von in28minutes/devops-master-class?

Die Hauptfunktionen von in28minutes/devops-master-class sind: CI CD Pipelines, DevOps Pipelines, Ansible Playbooks, Azure DevOps Pipelines, Declarative Infrastructure Provisioning, Terraform Provisioning, Docker Container Deployments, Container Lifecycle Management.

Welche Open-Source-Alternativen gibt es zu in28minutes/devops-master-class?

Open-Source-Alternativen zu in28minutes/devops-master-class sind unter anderem: vonng/pigsty — Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of… jenkinsci/pipeline-examples — This project is a library of version-controlled workflow definitions and a collection of Groovy scripts and… argoproj/argo-workflows — Argo Workflows is a container-native workflow engine that functions as a Kubernetes custom resource controller. It… ozbillwang/terraform-best-practices — This project provides a comprehensive collection of conventions, patterns, and guidelines for structuring, securing,… moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… anomalyco/guide — This project is a serverless application framework used to define and deploy cloud infrastructure, serverless APIs,…