Setting up CI/CD for Springboot application on EKS using Github Actions
Setting up CI/CD for Springboot application on EKS using Github Actions. CI/CD is more than just automation; it’s about making life easier for developers. When I set out to build a pipeline for my Spring Boot application, I wanted something that could handle everything—from build to deployment—without manual intervention. After some trial and error, I […]