Note : Due to credential leak in last project that billed me 5000 rupees. So, I am not going to record video of this project, i will share filtered_pdf as POC.
Modern DevOps tools and practices are used in this project to demonstrate the deployment of a Hotstar-style Next.js application on a Kubernetes environment, following a DevSecOps model to ensure secure and reliable deployments.
| Category | Tools |
|---|---|
| Version Control | |
| CI/CD | |
| Code Quality | |
| Containerization | |
| Orchestration | |
| Monitoring | |
| Security | |
| IAC |
- Follow the step-by-step instruction that is provided in project_instruction.txt
- Setup Instruction (txt)
-
Containerized the application using Docker and pushed images to a registry.
-
Automated container builds and deployment pipelines.
-
Deployed the application on Amazon EKS with scalable Kubernetes architecture.
-
Integrated Prometheus and Grafana for DevOps monitoring and metrics.
-
Implement Trivy for vulnerability scanning and OWASP for security best practices.
This project validates how modern DevOps and DevSecOps practices can be combined to deliver applications reliably on Kubernetes.
By integrating CI/CD, security scanning, monitoring, and GitOps, the deployment process becomes automated, secure, and scalable.
The implementation serves as a practical blueprint for real-world cloud-native application deployments.🚀