This repository is designed to support a structured study of DevOps practices, tools, and methodologies.
-
weeks/
Weekly study materials, notes, exercises, and labs organized by week. -
scripts/
Helpful automation scripts for various tasks (setup, deployments, utilities). -
infra/
Infrastructure-as-code templates and configurations (Terraform, CloudFormation, etc.). -
pipelines/
Definitions for CI/CD pipelines (e.g., Jenkins, GitHub Actions workflows). -
docs/
Documentation, tutorials, best practices, architecture diagrams, and references.
- Navigate to the week you are studying under the
weeks/directory. - Use scripts in the
scripts/directory to automate tasks or setup environments. - Explore infrastructure code under
infra/to understand IaC concepts. - Review pipeline configurations under
pipelines/to learn about automation. - Consult the
docs/for deeper explanations and architectural guidance.
Happy learning!