RISE to bridge development and operations.
Master CI/CD, automation, and cloud infrastructure
Master CI/CD pipelines, automation, and cloud infrastructure to bridge development and operations. Build, deploy, and scale applications efficiently.
RISE START: Foundation (3-6 months)
Build your DevOps fundamentals and understand the core principles
Core Skills to Master
Recommended Courses
AWS Certified SysOps Administrator - Associate (SOA-C02): Monitoring, Logging, and Remediation
By Faye Ellis
Exam objectives: SOA-C02 — Monitoring, Logging, and Remediation
AWS Certified SysOps Administrator - Associate (SOA-C02): Reliability and Business Continuity
By Faye Ellis
Exam objectives: SOA-C02 — Reliability and Business Continuity
AWS Certified SysOps Administrator - Associate (SOA-C02): Cost and Performance Optimization
By Faye Ellis
Exam objectives: SOA-C02 — Cost and Performance Optimization
Terraform - Getting Started
By Ned Bellavance
Exam objectives: Terraform Associate — Getting Started
Certified Kubernetes Administrator: Kubernetes Foundations
By Anthony Nocentino
Exam objectives: CKA — Kubernetes Foundations
Certifications to Pursue
AWS Certified Cloud Practitioner
Essential cloud knowledge for DevOps engineers. Validates understanding of AWS services, pricing, and cloud concepts. Great starting point.
- Stephane Maarek's Udemy course (above)
- AWS Official Training (Free)
- Tutorials Dojo Practice Exams ($12)
- AWS Whitepapers: Well-Architected Framework
Linux Foundation Certified IT Associate (LFCA)
Validates Linux fundamentals. Useful if you're transitioning from Windows or need formal Linux credentials.
View CertificationHands-On Projects
Dockerize a Full-Stack Application
Take a web application (frontend + backend + database) and containerize it using Docker. Create Dockerfiles, docker-compose.yml, and deploy locally.
Build a CI/CD Pipeline with GitHub Actions
Set up automated testing and deployment for a simple web app. Trigger builds on commits, run tests, and deploy to a cloud platform.
Deploy Application on AWS EC2 with Nginx
Launch EC2 instance, configure security groups, install dependencies, set up Nginx as reverse proxy, and deploy a web application.
Bash Script for System Monitoring
Create a bash script that monitors CPU, memory, disk usage, and sends alerts when thresholds are exceeded. Schedule with cron.
Recommended Learning Path (4-6 months)
Linux & Command Line Mastery
- Learn Linux basics and command line
- Master shell scripting with Bash
- Practice with WSL or Linux VM
- Complete basic Linux projects
Git & Version Control
- Master Git fundamentals
- Learn branching strategies
- Practice GitHub workflows
- Contribute to open-source projects
Docker & Containerization
- Learn Docker fundamentals
- Build and manage Docker images
- Master docker-compose
- Containerize real applications
CI/CD & Cloud Basics
- Build your first CI/CD pipeline
- Study for AWS Cloud Practitioner
- Deploy apps on AWS EC2
- Complete all hands-on projects
- Start applying for junior DevOps roles
RISE GROW: Professional Development (1-3 years)
Master Kubernetes, IaC, and advanced CI/CD pipelines
Skills to Develop
Recommended Courses
HashiCorp Certified Terraform Associate
By A Cloud Guru
Exam objectives: Terraform Associate
Implementing Terraform with AWS
By Ned Bellavance
Exam objectives: Terraform Associate
Hands-on with Terraform on AWS
By Broadus Palmer
Exam objectives: Terraform Associate
AWS Certified Security – Specialty (SCS-C02): Identity and Access Management
By Chris Jackson; Andru Estes
Exam objectives: SCS-C02 — Identity and Access Management
AWS Certified Cloud Practitioner (CLF-C02): Deployment, Migration, and AI
By Faye Ellis
Exam objectives: CLF-C02 — Deployment, Migration, and AI
Professional Certifications
Certified Kubernetes Administrator (CKA)
The most valuable certification for DevOps engineers. Proves you can design, deploy, and troubleshoot Kubernetes clusters in production. Required for most senior DevOps roles.
- Mumshad's CKA course (above) - ESSENTIAL
- Killer.sh practice exams (included with exam)
- Official Kubernetes documentation
- Practice with minikube and kubeadm
HashiCorp Certified: Terraform Associate
Validates Infrastructure as Code expertise. Terraform is the industry standard for multi-cloud IaC. This certification proves you can manage infrastructure efficiently.
View CertificationAWS Certified Solutions Architect - Associate
Essential for DevOps engineers working with AWS. Validates ability to design distributed systems and architect cloud solutions.
View CertificationAdvanced Projects
Deploy Microservices on Kubernetes (EKS/GKE)
Build a microservices application, containerize each service, create Kubernetes manifests (Deployments, Services, Ingress), and deploy to a managed Kubernetes cluster.
Infrastructure as Code with Terraform (AWS/Azure)
Provision complete cloud infrastructure using Terraform: VPC, EC2 instances, RDS databases, load balancers, S3 buckets. Use modules, variables, and remote state.
Complete CI/CD Pipeline with Jenkins
Build end-to-end CI/CD pipeline: code commit triggers Jenkins, runs tests, builds Docker images, pushes to registry, deploys to Kubernetes with automated rollback.
Monitoring Stack with Prometheus & Grafana
Deploy Prometheus for metrics collection, Grafana for visualization, Alertmanager for notifications. Monitor Kubernetes cluster and applications with custom dashboards.