|
| 1 | + |
| 2 | +**Day 1: π Introduction to Python** |
| 3 | +- Python syntax and basics |
| 4 | +- Setting up a Python environment |
| 5 | +- Writing your first Python script |
| 6 | +- Exercise: Print "Hello, World!" using Python |
| 7 | + |
| 8 | +**Day 2: π Python Data Types** |
| 9 | +- Numbers, strings, and variables |
| 10 | +- Lists, tuples, and dictionaries |
| 11 | +- Type conversions and basic operations |
| 12 | +- Exercise: Manipulating Python data types |
| 13 | + |
| 14 | +**Day 3: π§± Control Flow in Python** |
| 15 | +- Conditional statements (if, else, elif) |
| 16 | +- Loops (for and while) |
| 17 | +- Break and continue statements |
| 18 | +- Exercise: Building control flow in Python |
| 19 | + |
| 20 | +**Day 4: π² Functions and Modules** |
| 21 | +- Defining and calling functions |
| 22 | +- Scope and lifetime of variables |
| 23 | +- Importing modules and packages |
| 24 | +- Exercise: Creating and using Python functions |
| 25 | + |
| 26 | +**Day 5: π§° File Handling in Python** |
| 27 | +- Reading and writing files |
| 28 | +- Working with directories |
| 29 | +- Exception handling (try, except) |
| 30 | +- Exercise: Reading and modifying files |
| 31 | + |
| 32 | +**Day 6: π Introduction to DevOps** |
| 33 | +- Understanding DevOps principles |
| 34 | +- DevOps culture and practices |
| 35 | +- DevOps toolchain overview |
| 36 | +- Exercise: Research popular DevOps tools |
| 37 | + |
| 38 | +**Day 7: π Version Control with Git** |
| 39 | +- Git basics: commits, branches, and merges |
| 40 | +- Git workflows (Gitflow, Feature Branching) |
| 41 | +- Working with remote repositories (GitHub, GitLab) |
| 42 | +- Exercise: Create a Git repository and collaborate with others |
| 43 | + |
| 44 | +**Day 8: π¦ Containerization with Docker** |
| 45 | +- Introduction to containers and Docker |
| 46 | +- Docker images and containers |
| 47 | +- Building and running containers |
| 48 | +- Exercise: Dockerize a simple Python application |
| 49 | + |
| 50 | +**Day 9: ποΈ Container Orchestration with Kubernetes** |
| 51 | +- Kubernetes basics and architecture |
| 52 | +- Deploying applications with Kubernetes |
| 53 | +- Pods, Services, and Deployments |
| 54 | +- Exercise: Deploy an app on a local Kubernetes cluster (Minikube) |
| 55 | + |
| 56 | +**Day 10: ποΈ Infrastructure as Code (IaC) with Terraform** |
| 57 | +- Understanding IaC concepts |
| 58 | +- Introduction to Terraform |
| 59 | +- Writing Terraform configurations |
| 60 | +- Exercise: Create and provision infrastructure using Terraform |
| 61 | + |
| 62 | +**Day 11: π Continuous Integration (CI) with Jenkins** |
| 63 | +- Introduction to Jenkins |
| 64 | +- Creating Jenkins pipelines |
| 65 | +- Integrating Jenkins with Git |
| 66 | +- Exercise: Set up a CI pipeline for a Python project |
| 67 | + |
| 68 | +**Day 12: π Continuous Deployment (CD) with Jenkins** |
| 69 | +- Jenkins Blue Ocean and CD concepts |
| 70 | +- Deploying applications automatically |
| 71 | +- Integrating Jenkins with Docker and Kubernetes |
| 72 | +- Exercise: Configure a CD pipeline with Jenkins |
| 73 | + |
| 74 | +**Day 13: π Monitoring and Logging with Prometheus and Grafana** |
| 75 | +- Introduction to Prometheus and Grafana |
| 76 | +- Setting up monitoring and alerting |
| 77 | +- Creating dashboards in Grafana |
| 78 | +- Exercise: Monitor a Dockerized application |
| 79 | + |
| 80 | +**Day 14: π Web Services and APIs with Python** |
| 81 | +- HTTP requests in Python (requests library) |
| 82 | +- RESTful API concepts |
| 83 | +- Consuming and interacting with APIs |
| 84 | +- Exercise: Build a Python script to interact with an API |
| 85 | + |
| 86 | +**Day 15: π Python Automation for DevOps** |
| 87 | +- Automating common DevOps tasks with Python |
| 88 | +- Working with system information |
| 89 | +- Scripting Docker and Kubernetes operations |
| 90 | +- Exercise: Automate a deployment process with Python |
| 91 | + |
| 92 | +**Day 16: π Configuration Management with Ansible** |
| 93 | +- Introduction to Ansible |
| 94 | +- Ansible playbooks and roles |
| 95 | +- Automating server provisioning and configuration |
| 96 | +- Exercise: Use Ansible to configure a server |
| 97 | + |
| 98 | +**Day 17: π Infrastructure Monitoring with Nagios** |
| 99 | +- Introduction to Nagios |
| 100 | +- Setting up Nagios for infrastructure monitoring |
| 101 | +- Configuring checks and notifications |
| 102 | +- Exercise: Monitor infrastructure using Nagios |
| 103 | + |
| 104 | +**Day 18: π DevOps Best Practices and Patterns** |
| 105 | +- Understanding DevOps best practices |
| 106 | +- DevOps patterns for scalability and reliability |
| 107 | +- Case studies of successful DevOps implementations |
| 108 | +- Exercise: Analyze and discuss DevOps case studies |
| 109 | + |
| 110 | +**Day 19: π Security in DevOps** |
| 111 | +- DevSecOps principles |
| 112 | +- Security scanning and vulnerability assessment |
| 113 | +- Implementing security practices in CI/CD pipelines |
| 114 | +- Exercise: Integrate security checks into a CI/CD pipeline |
| 115 | + |
| 116 | +**Day 20: π§ Infrastructure as Code (IaC) Advanced Topics** |
| 117 | +- Advanced Terraform features |
| 118 | +- Terraform modules and workspaces |
| 119 | +- Managing state and locking |
| 120 | +- Exercise: Implement advanced IaC concepts with Terraform |
| 121 | + |
| 122 | +**Day 21: π Documentation and Collaboration Tools** |
| 123 | +- Introduction to documentation tools (Markdown, Sphinx) |
| 124 | +- Collaborative tools (Slack, Confluence) |
| 125 | +- Building documentation for DevOps projects |
| 126 | +- Exercise: Create project documentation |
| 127 | + |
| 128 | +**Day 22: π Serverless Computing with AWS Lambda** |
| 129 | +- Understanding serverless concepts |
| 130 | +- Creating and deploying Lambda functions |
| 131 | +- Integrating Lambda with other AWS services |
| 132 | +- Exercise: Deploy a Python function on AWS Lambda |
| 133 | + |
| 134 | +**Day 23: π Network Automation with Python** |
| 135 | +- Automating network tasks with Python (Netmiko, Napalm) |
| 136 | +- Managing network devices programmatically |
| 137 | +- Exercise: Write Python scripts for network automation |
| 138 | + |
| 139 | +**Day 24: π Cloud Orchestration with AWS CloudFormation** |
| 140 | +- Introduction to AWS CloudFormation |
| 141 | +- Writing CloudFormation templates |
| 142 | +- Orchestrating AWS resources |
| 143 | +- Exercise: Create an AWS infrastructure using CloudFormation |
| 144 | + |
| 145 | +**Day 25: π Cloud-Native DevOps with AWS Services** |
| 146 | +- AWS Elastic Beanstalk, Lambda, and API Gateway |
| 147 | +- Building serverless applications |
| 148 | +- Implementing DevOps practices on AWS |
| 149 | +- Exercise: Deploy a serverless app on AWS |
| 150 | + |
| 151 | +**Day 26: ποΈ Infrastructure as Code (IaC) with AWS CDK** |
| 152 | +- AWS CDK basics and concepts |
| 153 | +- Building infrastructure with CDK |
| 154 | +- Deploying AWS resources using CDK |
| 155 | +- Exercise: Create AWS resources with CDK |
| 156 | + |
| 157 | +**Day 27: π Log Aggregation with ELK Stack** |
| 158 | +- Introduction to ELK Stack (Elasticsearch, Logstash, Kibana) |
| 159 | +- Centralized logging and log analysis |
| 160 | +- Configuring ELK for DevOps use cases |
| 161 | +- Exercise: Set up log aggregation with ELK |
| 162 | + |
| 163 | +**Day 28: ποΈ Cloud-Native CI/CD with AWS CodePipeline** |
| 164 | +- AWS CodePipeline fundamentals |
| 165 | +- Building and automating CI/CD pipelines |
| 166 | +- Integrating AWS services in the pipeline |
| 167 | +- Exercise: Create a cloud-native CI/CD pipeline |
| 168 | + |
| 169 | +**Day 29: π Metrics and Tracing with AWS X-Ray** |
| 170 | +- Introduction to AWS X-Ray |
| 171 | +- Collecting and visualizing application metrics |
| 172 | +- Tracing requests and identifying bottlenecks |
| 173 | +- Exercise: Implement metrics and tracing with X-Ray |
| 174 | + |
| 175 | +**Day 30: π Final Projects and Review** |
| 176 | +- Work on a real-world DevOps project using Python |
| 177 | +- Review key concepts and tools covered in the syllabus |
| 178 | +- Prepare for DevOps interviews |
| 179 | +- Exercise: Present and discuss your final project |
0 commit comments