An open API service indexing awesome lists of open source software.

https://github.com/dm-zhuk/goit-devops-hw-03

Linux administration
https://github.com/dm-zhuk/goit-devops-hw-03

django docker-compose linux-shell python3

Last synced: 2 months ago
JSON representation

Linux administration

Awesome Lists containing this project

README

          

# DevOps Course Projects

This repository serves as a hub for my DevOps learning journey. To keep the workspace organized, each lesson is contained within its own dedicated branch.

## Navigation by Lesson
- **[Lesson 3: Environment Setup](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-3)** - Shell scripting and automated installs.

- **[Lesson 4: Docker & Django](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-4)** - Containerizing a Django app with PostgreSQL and Nginx.

- **[Lesson 5: Terraform & AWS](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-5)** - Managing AWS infrastructure (VPC, S3, ECR) using Terraform modules.

- **[Lesson 7: Kubernetes & Helm](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-7)** - Creating a Kubernetes cluster using Terraform.

- **[Lesson 8-9: Kubernetes & Helm](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-8-9)** - CI/CD - Jenkins + Helm + Terraform + Argo CD.

- **[Lesson-db-module: Aurora & RDS](https://github.com/dm-zhuk/goit-devops-hw-03/tree/lesson-db-module)** - Django App CI/CD: Multi-Engine Database Module.

- **[Final project: DevOps CI/CD](https://github.com/dm-zhuk/goit-devops-hw-03/tree/final-project)** - DevOps infrastructure deployment on AWS.

---
*Main branch contains only this navigation guide. Switch branches to view specific project code.*