Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 9, 2024CI/CD Workflow for Deploying a Spring Boot Application with MongoDB on Kubernetes (Amazon EKS)Project Overview Application: A Spring Boot application configured to connect with a MongoDB database. Objective: To automate the CI/CD workflow for building, testing, and deploying the application in a Kubernetes cluster (Amazon EKS), ensuring sea...10 likes·53 readsCI/CD
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 27, 2024Generating a Docker Image for a Spring Boot Application 🤯Introduction Docker has revolutionized the way developers build, ship, and run applications. By encapsulating applications and their dependencies into containers, Docker ensures that software runs consistently across different environments. This guid...21 likes·50 readsdocker image for springboot aplication