SRE: GitOps with ArgoCD
We will explore GitOps principles with ArgoCD, from Application CRDs and App of Apps patterns to sync strategies, multi-cluster management with ApplicationSets, and monitoring your GitOps workflows...
SRE: Release Engineering and Progressive Delivery
We will explore release engineering practices for reliable deployments, from canary releases with Argo Rollouts and blue-green deployments to feature flags, rollback automation, and deployment SLOs...
DevOps from Zero to Hero: Your First CI Pipeline with GitHub Actions
We will build a complete CI pipeline with GitHub Actions covering linting, testing, Docker builds, caching, matrix builds, and reusable workflows...
DevOps from Zero to Hero: CI/CD, The Complete Pipeline
We will build a complete end-to-end CI/CD pipeline with GitHub Actions covering lint, test, build, staging deploy, smoke tests, production promotion with manual approval, and rollback strategies...
DevOps from Zero to Hero: Security Hardening
A practical security checklist for DevOps beginners covering shift-left security, SAST, dependency scanning, container image scanning with Trivy, OIDC authentication, Kubernetes RBAC, network policies, Pod Security Standards, secrets hygiene, and supply chain security...