Skip to content

Commit 1117f72

Browse files
authored
Update README.md
1 parent 3dd5061 commit 1117f72

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are looking for a guided way to learn Python from scratch., I recommend t
5151

5252
## 🐳 Week 3: Docker & Python for Containerized Applications
5353

54-
### 🎯 Goal:** Learn to containerize Python applications for DevOps automation.
54+
### 🎯 Goal: Learn to containerize Python applications for DevOps automation.
5555

5656
✅ Writing Dockerfiles for Python apps
5757
✅ Running Python scripts inside containers
@@ -75,8 +75,6 @@ If you are looking for a guided way to learn Python from scratch., I recommend t
7575
- Write a Python script that provisions AWS infrastructure (VPC, EC2, S3) using Terraform.
7676
- Automate Ansible playbook execution using Python.
7777

78-
---
79-
8078
## ☸️ Week 5: Kubernetes Automation with Python
8179

8280
### 🎯 Goal: Automate Kubernetes operations using Python.
@@ -88,7 +86,7 @@ If you are looking for a guided way to learn Python from scratch., I recommend t
8886

8987
**🔨 Hands-on Project:**
9088
- Write a Python script that dynamically creates and deletes Kubernetes namespaces.
91-
- Build a **Mutating Admission Webhook** to enforce security policies in a cluster.
89+
- Build a Mutating Admission Webhook to enforce security policies in a cluster.
9290

9391
## 🔍 Week 6: Python for Security & Monitoring in DevOps.
9492

@@ -113,14 +111,13 @@ If you are looking for a guided way to learn Python from scratch., I recommend t
113111
✅ AI-powered log analysis using `LangChain` & `OpenAI API`
114112

115113
**🔨 Hands-on Project:**
116-
- Build an AI-powered chatbot that suggests **Kubernetes troubleshooting steps**.
117-
- Develop an **AI-based log anomaly detection system** that detects security threats.
114+
- Build an AI-powered chatbot that suggests Kubernetes troubleshooting steps.
115+
- Develop an AI-based log anomaly detection system that detects security threats.
118116

119-
---
120117

121118
## 🤖 Week 8: Agentic AI & Final Capstone Projects
122119

123-
### 🎯 Goal: Implement **advanced AI-driven DevOps automation
120+
### 🎯 Goal: Implement advanced AI-driven DevOps automation
124121

125122
✅ Understanding Agentic AI for DevOps
126123
✅ AI-driven CI/CD pipeline optimization
@@ -132,8 +129,6 @@ If you are looking for a guided way to learn Python from scratch., I recommend t
132129
2️⃣ **Self-Healing Kubernetes System:** AI-powered Kubernetes operator that auto-heals pods based on anomaly detection.
133130
3️⃣ **Intelligent CI/CD Analyzer:** AI-driven CI/CD log analyzer that suggests fixes based on failure patterns.
134131

135-
---
136-
137132
## 📢 Next Steps
138133

139134
- Contribute to Open Source Python DevOps projects

0 commit comments

Comments
 (0)