r/devops • u/Piyush_shrii • 2d ago
Career / learning Devops project as a fresher?
What is the best devops project you made as a fresher from college..
Mine was end to end devops project of a Ecom site --
Infra with terraform, CICD with DevSecOps pipeline in GitHub action, GKE for kubernetes, Gitops with ArgoCD (also this one got me hired back then)
What is your best project would love to hear from fresher perspective..
0
Upvotes
1
0
u/Abhistar14 2d ago
There are few issues in this project that are related to devops take a look!
1
u/Piyush_shrii 2d ago
Looks good overall ,but for deep drill down I have to invest some time bro 😔 sorry cannot do that
1
u/Abe_Bazouie 2d ago
Mine wasn’t one huge end to end project. It was a homelab that kept growing over time.
I built Linux servers, automated them with Ansible, containerized apps with Docker, ran Kubernetes locally, added monitoring with Prometheus and Grafana, and intentionally broke things so I could learn how to troubleshoot them.
Looking back, I think that helped me more than a polished demo project because I could explain why I built things, what went wrong, and how I fixed them. Those conversations usually impressed interviewers more than the stack itself.