This repository contains a project developed as part of a college course on CI/CD. The project utilizes Docker Compose, k3d, and Kubernetes manifests to deploy and manage the Django application.
- Clone the repository.
- Run the application:
- Using docker:
docker-compose up
- Using kubernetes:
k3d cluster create -s 1 -a 2 -p "8080:80@loadbalancer" ./apply_manifests
- Using docker:
- Access the app via your web browser after the deployment.
- Docker
- Kubernetes