Skip to content

Commit cdd130c

Browse files
committed
Write readmd file
1 parent 1000619 commit cdd130c

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# DevOps Intro
2+
3+
A collection of practical notes and guides about **DevOps**, covering essential tools and concepts used in modern software delivery.
4+
5+
This project builds a **documentation website** that organizes DevOps knowledge into clear, connected sections — from basic concepts to advanced automation. It turns Markdown notes into a structured learning site, making it easy to explore and share DevOps practices.
6+
7+
## 🧩 Topics Covered
8+
9+
- **DevOps Fundamentals** — principles, culture, and collaboration between development and operations
10+
- **Infrastructure as Code (IaC)** — automation with Terraform, Ansible, and configuration management
11+
- **Containers** — using Docker and Docker Compose to build, run, and manage applications
12+
- **CI/CD Pipelines** — automating builds, tests, and deployments with GitHub Actions
13+
- **Kubernetes Basics** — deploying, scaling, and managing containerized workloads
14+
- **Monitoring & Observability** — understanding metrics, logs, and tracing tools
15+
- **Networking & Cloud Concepts** — how cloud infrastructure and networking fit into DevOps
16+
- **Before DevOps** — what problems DevOps solves and how the mindset evolved
17+
18+
## 🌐 Website
19+
20+
View the full site here:
21+
👉 [https://devops.2mohsen.ir](https://devops.2mohsen.ir)
22+
23+
## 📘 Goal
24+
25+
To provide a **clear, step-by-step introduction** to DevOps tools and workflows — helping developers, sysadmins, and learners build reliable, automated systems through hands-on practice.
26+
27+
---
28+
29+
*Built with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/).*

0 commit comments

Comments
 (0)