Skip to content
@inno-devops-labs

Innopolis DevOps & DevSecOps courses

Innopolis DevOps Labs

Innopolis DevOps, DevSecOps & SRE Courses

Hands-on courses in DevOps, DevSecOps, and Site Reliability Engineering

Courses Hands-On Open Source


Courses

graph LR
    A[πŸ—οΈ DevOps<br/>Intro] --> B[πŸ” DevSecOps<br/>Intro]
    A --> C[πŸ“Š SRE<br/>Intro]
    A --> D[βš™οΈ DevOps<br/>Core]

    style A fill:#e8f6f3,stroke:#1abc9c,stroke-width:3px,color:#2c3e50
    style B fill:#fdedec,stroke:#e74c3c,stroke-width:3px,color:#2c3e50
    style C fill:#fff3cd,stroke:#f1c40f,stroke-width:3px,color:#2c3e50
    style D fill:#eaf2f8,stroke:#3498db,stroke-width:3px,color:#2c3e50
Loading

πŸ—οΈ DevOps Intro

10 weeks | 10 labs + 2 bonus | Elective

Build QuickNotes end-to-end: Git internals, CI/CD with GitHub Actions, OS & networking, Vagrant VMs, Docker, Ansible, golden-signal monitoring, Trivy + ZAP scanning, free-tier cloud deployment (ghcr.io / Hugging Face Spaces / Cloudflare Tunnel). Bonus: Nix reproducible builds, WebAssembly containers on Spin.

10 weeks | 10 labs + 2 bonus | Elective

Harden OWASP Juice Shop: threat modeling (STRIDE/Threagile), signed commits & secret scanning, SBOM/SCA, SAST + DAST, IaC security (Checkov/KICS), container & supply-chain hardening (Trivy, Cosign), runtime detection with Falco, vulnerability management in DefectDojo. Bonus: Nginx + WAF hardening, Kata Containers escape PoC.

πŸ“Š SRE Intro

10 weeks | 10 labs + 2 bonus | Elective

Operate QuickTicket microservices (FastAPI): SLO-driven observability with Prometheus / Grafana / Loki / Tempo, Kubernetes, GitOps with ArgoCD, alerting & incident response, progressive delivery with Argo Rollouts, chaos engineering, DB reliability. Bonus: advanced microservice patterns, Kubernetes resilience.

βš™οΈ DevOps Core

16 weeks | 18 labs | Bachelor + Master core

Production-grade DevOps from Docker and CI/CD through Kubernetes on k3d, Helm, GitOps with ArgoCD, Argo Rollouts, observability (Prometheus/Grafana/Loki), Terraform + Pulumi, Ansible, OpenBao secrets, StatefulSets, Cloudflare Workers edge deployment, and Nix reproducible builds.


Learning Path

graph TB
    ROOT[πŸŽ“ DevOps Mastery]

    ROOT --> FOUND[πŸ—οΈ Foundation]
    FOUND --> F1[Version Control<br/>Git & GitHub]
    FOUND --> F2[CI/CD<br/>GitHub Actions]
    FOUND --> F3[Containers<br/>Docker]

    ROOT --> INFRA[πŸ—οΈ Infrastructure]
    INFRA --> I1[Virtualization<br/>VMs]
    INFRA --> I2[IaC<br/>Terraform & Ansible]
    INFRA --> I3[Orchestration<br/>Kubernetes & Helm]

    ROOT --> SEC[πŸ” Security]
    SEC --> S1[Secure SDLC<br/>Shift-Left]
    SEC --> S2[AppSec<br/>SAST/DAST/SCA]
    SEC --> S3[Supply Chain<br/>SBOM & Signing]

    ROOT --> OPS[πŸ“Š Reliability]
    OPS --> O1[Observability<br/>Prometheus & Grafana]
    OPS --> O2[GitOps<br/>ArgoCD & Rollouts]
    OPS --> O3[SRE<br/>SLOs & Incidents]

    classDef rootStyle fill:#1a1a1a,stroke:#ffffff,stroke-width:3px,color:#ffffff
    classDef trackStyle fill:#2c3e50,stroke:#3498db,stroke-width:2px,color:#ffffff
    classDef foundModule fill:#e8f6f3,stroke:#1abc9c,stroke-width:2px,color:#2c3e50
    classDef infraModule fill:#eaf2f8,stroke:#3498db,stroke-width:2px,color:#2c3e50
    classDef secModule fill:#fdedec,stroke:#e74c3c,stroke-width:2px,color:#2c3e50
    classDef opsModule fill:#fff3cd,stroke:#f1c40f,stroke-width:2px,color:#2c3e50

    class ROOT rootStyle
    class FOUND,INFRA,SEC,OPS trackStyle
    class F1,F2,F3 foundModule
    class I1,I2,I3 infraModule
    class S1,S2,S3 secModule
    class O1,O2,O3 opsModule
Loading

Technology Stack

mindmap
  root((DevOps<br/>Ecosystem))
    Development
      Git & GitHub
      Signed Commits
      Vagrant
    CI/CD
      GitHub Actions
      ArgoCD
      Argo Rollouts
    Infrastructure
      Terraform
      Pulumi
      Ansible
    Containers
      Docker
      Kubernetes
      Helm
      k3d
    Security
      Trivy
      Cosign
      Falco
      DefectDojo
      OpenBao
    Observability
      Prometheus
      Grafana
      Loki
      Tempo
    Edge & Cloud
      ghcr.io
      Hugging Face Spaces
      Cloudflare Workers
      Cloudflare Tunnel
    Reproducibility
      Nix
      WebAssembly (Spin)
Loading

Lab Workflow

graph LR
    A[πŸ“₯ Fork Repo] --> B[πŸ”¨ Create Branch]
    B --> C[πŸ’» Complete Tasks]
    C --> D[πŸ“ Document]
    D --> E[πŸš€ Push & PR]
    E --> F[βœ… Submit]

    style A fill:#e8f8f5,stroke:#16a085,color:#2c3e50
    style B fill:#e8f8f5,stroke:#16a085,color:#2c3e50
    style C fill:#fef9e7,stroke:#f39c12,color:#2c3e50
    style D fill:#fef9e7,stroke:#f39c12,color:#2c3e50
    style E fill:#eaf2f8,stroke:#3498db,color:#2c3e50
    style F fill:#e8f6f3,stroke:#1abc9c,color:#2c3e50
Loading

Made with ❀️ at Innopolis University

Popular repositories Loading

  1. DevOps-Intro DevOps-Intro Public

    πŸš€ DevOps intro elective β€” 10 hands-on labs + 2 bonus building QuickNotes end-to-end: Git internals, CI/CD with GitHub Actions, OS & networking, Vagrant VMs, Docker, Ansible, golden-signal monitorin…

    Go 104 155

  2. DevSecOps-Intro DevSecOps-Intro Public

    πŸš€ DevSecOps intro elective β€” 10 hands-on labs + 2 bonus hardening OWASP Juice Shop: threat modeling (STRIDE/Threagile), signed commits & secret scanning, SBOM/SCA, SAST + DAST, IaC security (Checko…

    Shell 89 160

  3. DevOps-Core-Course DevOps-Core-Course Public

    πŸš€ DevOps core course β€” 18 hands-on labs building a real service from Docker and CI/CD through Kubernetes, Helm, GitOps with ArgoCD, Argo Rollouts, observability (Prometheus/Grafana/Loki), Terraform…

    Go 88 281

  4. SRE-Intro SRE-Intro Public

    πŸš€ SRE intro elective β€” 10 hands-on labs + 2 bonus operating QuickTicket microservices: SLO-driven observability (Prometheus/Grafana/Loki/Tempo), Kubernetes, GitOps with ArgoCD, alerting & incident …

    Python 38 51

  5. Sum25-intro-labs Sum25-intro-labs Public archive

    HTML 21 35

  6. S24-core-course-labs S24-core-course-labs Public archive

    4 107

Repositories

Showing 10 of 11 repositories
  • DevSecOps-Intro Public

    πŸš€ DevSecOps intro elective β€” 10 hands-on labs + 2 bonus hardening OWASP Juice Shop: threat modeling (STRIDE/Threagile), signed commits & secret scanning, SBOM/SCA, SAST + DAST, IaC security (Checkov/KICS), container & supply-chain hardening (Trivy, Cosign), runtime detection with Falco, and DefectDojo vuln management.

    inno-devops-labs/DevSecOps-Intro's past year of commit activity
    Shell 89 160 0 729 Updated Sep 6, 2026
  • DevOps-Intro Public

    πŸš€ DevOps intro elective β€” 10 hands-on labs + 2 bonus building QuickNotes end-to-end: Git internals, CI/CD with GitHub Actions, OS & networking, Vagrant VMs, Docker, Ansible, golden-signal monitoring, Trivy + ZAP scanning, and free-tier cloud deployment.

    inno-devops-labs/DevOps-Intro's past year of commit activity
    Go 104 155 0 58 Updated Jul 16, 2026
  • DevOps-Core-Course Public

    πŸš€ DevOps core course β€” 18 hands-on labs building a real service from Docker and CI/CD through Kubernetes, Helm, GitOps with ArgoCD, Argo Rollouts, observability (Prometheus/Grafana/Loki), Terraform, Ansible, secrets management, and Nix reproducible builds.

    inno-devops-labs/DevOps-Core-Course's past year of commit activity
    Go 88 281 0 0 Updated Jul 2, 2026
  • SRE-Intro Public

    πŸš€ SRE intro elective β€” 10 hands-on labs + 2 bonus operating QuickTicket microservices: SLO-driven observability (Prometheus/Grafana/Loki/Tempo), Kubernetes, GitOps with ArgoCD, alerting & incident response, progressive delivery with Argo Rollouts, chaos engineering, and DB reliability.

    inno-devops-labs/SRE-Intro's past year of commit activity
    Python 38 51 0 364 Updated Jun 12, 2026
  • .github Public

    πŸ“š Innopolis University DevOps program β€” Bachelor & Master courses on DevOps, DevSecOps, and SRE. Hands-on labs, lectures, and quizzes maintained by the teaching team.

    inno-devops-labs/.github's past year of commit activity
    0 0 0 0 Updated May 29, 2026
  • Sum25-intro-labs Public archive
    inno-devops-labs/Sum25-intro-labs's past year of commit activity
    HTML 21 35 0 28 Updated Jul 17, 2025
  • F24-intro-labs Public archive
    inno-devops-labs/F24-intro-labs's past year of commit activity
    HTML 2 27 0 19 Updated Sep 26, 2024
  • Sum24-intro-labs Public archive
    inno-devops-labs/Sum24-intro-labs's past year of commit activity
    HTML 1 18 0 23 Updated Jul 23, 2024
  • S24-core-course-labs Public archive
    inno-devops-labs/S24-core-course-labs's past year of commit activity
    4 107 0 110 Updated May 24, 2024
  • F23-core-course-labs Public archive
    inno-devops-labs/F23-core-course-labs's past year of commit activity
    1 87 0 154 Updated Feb 27, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.