🔰 Foundation
1. Kubernetes Overview (What & Why)
4. Deployment (Rolling Updates + Rollback)
🌐 Networking
5. Service (ClusterIP, NodePort, LoadBalancer)
🧩 Cluster Organization
⚙️ Configuration Management
💾 Storage
10. Volumes (emptyDir, hostPath)
12. Persistent Volume Claim (PVC)
🏗️ Workloads
13. StatefulSet (Stateful Apps)
14. DaemonSet (Node-level workloads)
16. CronJobs (Scheduled tasks)
📊 Resource Management
17. Resource Requests & Limits
📈 Scaling
18. Horizontal Pod Autoscaler (HPA)
🧠 Scheduling
🏗️ Architecture
23. Kubernetes Cluster Architecture
🔐 Security
26. Authentication vs Authorization
27. RBAC (Role, RoleBinding, ClusterRole, ClusterRoleBinding)
🛠️ Troubleshooting
30. Debugging Workflow (GET → DESCRIBE → LOGS → EXEC)
📦 DevOps Tools & Ecosystem
33. Helm (Charts, Values, Templates, Releases)
📊 Observability (SRE Level)
🎯 How to Use This in Obsidian (Pro Tip 🔥)
Structure like:
Kubernetes/
├── 01-Foundation/
├── 02-Networking/
├── 03-Storage/
├── 04-Workloads/
├── 05-Scheduling/
├── 06-Security/
├── 07-DevOps/
├── 08-Observability/
├── 09-Troubleshooting/