devopsbymuh_

New channel — first series in production

Learn DevOps by building real infrastructure

Not slideware. Every video is a hands-on project — real clusters, real pipelines, real incidents — taught by the founder of CodeWithMuh.

hands-on, zero fluff
100%
hands-on, zero fluff
flagship projects
6
flagship projects
tools covered
15+
tools covered
new videos
Weekly
new videos
muh@devopsbymuh:~

➜ ~

KubernetesDockerTerraformAWSGitHub ActionsArgoCDHelmPrometheusGrafanaAnsibleLinuxNginxGitLab CIJenkins

# how you'll learn

Every project runs the full pipeline

You won't just watch — you'll build each stage yourself, from the first commit to the dashboard that proves it works.

  1. 1

    Commit

    git push

    Git · GitHub

  2. 2

    Build

    container image

    Docker · Buildx

  3. 3

    Test

    unit + integration

    Pytest · Jest

  4. 4

    Scan

    security gates

    Trivy · SonarQube

  5. 5

    Deploy

    to the cluster

    ArgoCD · Helm

  6. 6

    Observe

    metrics + alerts

    Prometheus · Grafana

# hands-on projects

Build a portfolio, not a watch history

Six flagship builds coming to the channel. Each one is a complete, deployable system you can put on your CV — with the repo to prove it.

01Beginner

Dockerize & Ship a Full-Stack App

Take a Django + Postgres app from localhost to a live server — multi-stage Docker builds, Nginx, and a CI pipeline that deploys on every push.

DockerNginxGitHub ActionsPostgres
02Intermediate

Multi-Environment Infra with Terraform

Build dev, staging, and production on AWS from a single codebase — reusable modules, remote state, and safe promotion between environments.

TerraformAWSS3VPC
03Advanced

Production-Ready 3-Tier App on EKS

Deploy a real 3-tier application to Amazon EKS — Helm charts, autoscaling, ingress, secrets management, and load testing it until it breaks.

KubernetesEKSHelmALB
04Intermediate

GitOps Delivery with ArgoCD

Stop deploying by hand. Wire ArgoCD to your repos so every merge to main reconciles the cluster — with rollbacks that are just a git revert.

ArgoCDKubernetesKustomizeGit
05Intermediate

Full Observability Stack from Scratch

Stand up Prometheus, Grafana, and Loki — metrics, logs, dashboards, and alerts that page you before your users notice.

PrometheusGrafanaLokiAlertmanager
06Advanced

Zero-Downtime Blue-Green Deployments

Release without a maintenance window — blue-green and canary strategies with health checks, traffic shifting, and instant rollback.

KubernetesNginxGitHub ActionsArgo Rollouts

# what you'll learn

The full DevOps toolchain

Every video is hands-on: real configs, real clusters, real pipelines — the same tools you'll use on the job.

Kubernetes

From your first pod to production-grade clusters — deployments, Helm, operators, and scaling real workloads.

$ kubectl apply -f prod.yaml

Docker & Containers

Build lean images, master multi-stage builds, and understand what actually happens under the hood.

$ docker build -t app:latest .

CI/CD Pipelines

GitHub Actions, GitLab CI, and pipelines that take code from commit to production without manual steps.

$ git push origin main

Terraform & IaC

Define your infrastructure as code — modules, state management, and multi-environment setups done right.

$ terraform apply -auto-approve

AWS & Cloud

Architect on AWS with confidence — ECS, EKS, Lambda, networking, and cost-aware design patterns.

$ aws eks update-kubeconfig

Monitoring & SRE

Prometheus, Grafana, alerts that matter, and the SRE practices that keep systems reliable at 3 AM.

$ curl -s localhost:9090/metrics

# on the channel

First series in production

The channel is brand new — here's what's being recorded right now. Subscribe so you don't miss episode one.

SERIES 01

DevOps Roadmap 2026: Zero to Job-Ready

The complete path — Linux, networking, Git, containers, cloud, and automation — in the order that actually makes sense.

SERIES 02

Kubernetes in Production

Beyond minikube: real clusters, real traffic, real incidents. What tutorials skip, covered end to end.

SERIES 03

CI/CD from Scratch with GitHub Actions

Build a full pipeline for a real app — tests, builds, security scans, and zero-downtime deploys.

# about

Hey, I'm Muh 👋

I'm the founder of CodeWithMuh, where I've helped thousands of developers learn to build software. DevOps by Muh is the next chapter — dedicated entirely to the infrastructure side: deploying, automating, scaling, and keeping systems alive in production.

No slide decks, no theory marathons. Every video starts from a terminal and ends with something running. If you want to move from writing code to shipping and operating it, this channel is for you.

$ ./start-your-journey.sh

Stop watching tutorials. Start shipping infrastructure.

Be there from video #1 — the roadmap, the projects, and every lesson learned in production, free on YouTube.