End-to-End ultimate CI/CD Pipeline for Spring Boot Java applicationProject Overview: Project Overview: Implemented a comprehensive Jenkins Pipeline to automate the Continuous Integration (CI) and Continuous Deployment (CD) process for a Java based application. The pipeline leverages various tools, including Git, Git...Sep 12, 2023·5 min read
Day88(DevOps)-Complete CI/CD with React and AWS Beanstalk using GitHub ActionsProject Description✔️✔️ The project involves deploying a react application on AWS Elastic BeanStalk using GitHub Actions. Git Hub actions allows you to perform CICD with GitHub Repository integrated. Project execution steps: Step1:Create an EC2 insta...Jul 6, 2023·3 min read
Monitoring with Prometheus(DevOps) - Sending Docker Logs to GrafanaWe have monitored ,😉 that you guys are understanding and doing amazing with monitoring tool. 👌 Today, make it little bit more complex but interesting 😍 and let's add one more Project 🔥 to your resume. Task: Install Docker and start docker servi...Jul 4, 2023·4 min read
Day87(DevOps)-Project-8Project Description The project involves deploying a Django Todo app on AWS EC2 using Kubeadm Kubernetes cluster. Kubernetes Cluster helps in Auto-scaling and Auto-healing of your application. Code Availability:https://github.com/gsbarure/node-todo-c...Jul 3, 2023·2 min read
Day86(DevOps)-Project-7Project Description The project involves deploying a Portfolio app on AWS S3 using GitHub Actions. Git Hub actions allows you to perform CICD with GitHub Repository integrated. What is GITHUB Actions? GitHub Actions is a continuous integration and co...Jul 1, 2023·3 min read
Terraform interview Questions/AnswersBasic Questions: What is Terraform and what problem does it solve? Terraform is an infrastructure as a code tool, it lets you define resources and infrastructure in human-readable, declarative configuration files and manages your infrastructure's l...Jun 29, 2023·21 min read
Day85 (DevOps) -Project-6Project Description The project involves deploying a Node JS app on AWS ECS(Cluster/container orchestration) Fargate and AWS ECR(Registry can say Dockerhub for AWS) Setup an ECS cluster Code availability:https://github.com/gsbarure/node-todo-cicd.git...Jun 28, 2023·5 min read