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
- Host: GitHub
- URL: https://github.com/dm-zhuk/goit-devops-hw-03
- Owner: dm-zhuk
- Created: 2025-12-19T18:12:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-20T18:30:45.000Z (6 months ago)
- Last Synced: 2025-12-22T10:36:46.410Z (6 months ago)
- Topics: django, docker-compose, linux-shell, python3
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*