Reynaldiwong

DevOps Roadmap

← Back to Home

Phase 1: Prerequisites

Foundational knowledge required before diving into DevOps.

Linux
Networking
Git

Phase 2: Containerization

Packaging applications for consistency across environments.

Docker

Phase 3: Orchestration

Managing containerized applications at scale.

Phase 4: CI/CD

Automating the software delivery process.

Jenkins
GitHub Actions

Phase 5: IaC

Managing infrastructure through code.

Terraform
Ansible

Phase 6: Monitoring

Observing the health and performance of systems.

Prometheus
Grafana