Exciting DevOps Project: AWS EKS Cluster with CI/CD Pipeline for Spring PetClinic Application

In this blog, I’m thrilled to share the step-by-step demonstration of my latest DevOps project, showcasing the deployment of the Spring PetClinic Application using an automated CI/CD pipeline. This project integrates the power of AWS EKS, Jenkins, SonarQube, and Helm Charts to achieve seamless and efficient application deployment. Project Overview This project focuses on deploying … Read more

AWS RDS

Amazon Relational Database Service (RDS) is a fully managed relational database service that simplifies database management tasks like provisioning, scaling, and patching. Here are the key features and capabilities of AWS RDS explained in a clear and approachable manner: Key Points: 1. Managed Database Service 2. Supports Multiple Database Engines 3. Automated Maintenance 4. EBS-Backed … Read more

AWS -Lambda

AWS Lambda is a serverless compute service that allows you to run code in response to events without provisioning or managing servers. It’s designed to execute small, individual functions based on triggers, scaling automatically and billing only for the compute time used. Why Lambda? AWS Lambda is a compute service that runs your code in response to events … Read more