Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 29, 2024Docker Compose Made Easy: Spring Boot Banking App in No Time!Prerequisite: It is recommended to read this blog before proceeding with the current one: Banking App and then Docker Image Push Publicly . I have added this project on my: GitHub Repo you can fork this project. Steps to Dockerize a Spring Boot ...DiscussDocker
Shivani Singhdevopsinsightwithshivani.hashnode.dev·Nov 11, 2024Project 1: Spring Boot Banking AppSpring boot: Spring Boot is used for building Java-based web applications quickly and easily, by providing pre-configured templates, tools, and libraries to set up, develop, and deploy production-ready applications with minimal effort. It simplifies...Discuss·33 reads"The DevOps Insight and Learning with Shivani"Devops
Pakeeza Saeedprojectsfordevops.hashnode.dev·Nov 10, 2024Project-07: Set Up a CI/CD Jenkins Pipeline to Deploy a Dockerized Node.js Application on an EC2 Instance Using a Declarative Groovy Pipeline###Step by step Guide - Pipeline Step 1 In AWS, navigate to EC2 and click on Launch an instance. Set the Name to jenkins-server. Under Application and OS Images (Amazon Machine Image), select Ubuntu Server 24.04 LTS. Choose an Instance Type such ...Discuss·4 likes·185 reads#nodejs-stepbystep-cicd-jenkins-project
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 29, 2024Step-by-Step Guide to Deploying the Spring PetClinic App in KubernetesHere's the tree structure for the deployment of the Spring PetClinic app in Kubernetes: 1. Setup Kubernetes Cluster ├── Initialize control plane with kubeadm └── Add worker nodes to the cluster 2. Prepare Docker Images ├── Build PetClinic...Discuss·39 readsKubernetes Basics: A Beginner’s GuideSubbuTechTutorials
Denishdenish.hashnode.dev·Sep 25, 2024Kubernetes Services: How to Ensure Your Applications Always Discover Each OtherIntroduction: Suppose it is possible to manage a crowded kitchen. This means that you have an appetizers’ chef, main course chef and the dessert chef among others. For things to run concretely, then they have to talk well. Now reckon it what those ch...DiscussKubernetes
Harshharshumpoxy.hashnode.dev·Sep 22, 2024One Project to get you hired as DevOps EngineerIn the world of DevOps, practical knowledge of cloud platforms, automation, and Kubernetes orchestration is crucial. In this project, we will deploy an API in Amazon Elastic Kubernetes Service (EKS) using AWS resources. This blog will walk you throug...Discuss·42 readsDevops
RAKESH DUTTAdailydoseindevops.hashnode.dev·Sep 2, 2024Let's Deploy a reddit-replica on kubernetes with ingress & push that replicate image of reddit to the dockerhub.In this reddit-replicate project we are going to see how to pick code from github and build a docker image then how and push that image on dockerhub from CI server which is running on AWS console with t2.micro type of instance and pull that image fro...DiscussAWS - DevOps Projectsreddit clone on kubernetes with ingress
Navya Anavyadevops.hashnode.dev·Jul 17, 2024Automate Docker Builds and Pushes with Jenkins: A Step-by-Step GuidePre-requisites: Jenkins Master is up and running. Jenkins slave is set up with Docker installed. Docker and Docker Pipeline plugins are installed in Jenkins. Docker Hub account is set up at Docker Cloud. Step 1: Validate Jenkins Docker Setup E...Discuss·98 readsJenkins
Akash C Mdevopswithakash.hashnode.dev·Apr 8, 2024Wanderlust - a 3 tire web applicationclone the repo Run the following commands so that you can use npm sudo apt update sudo apt install nodejs node -v sudo apt install npm now npm i will work Install MongoDB sudo apt-get install gnupg curl curl -fsSL https://www.mo...DiscussProjectsDevops
Trushid Hatmodetrushid.hashnode.dev·Feb 28, 2024🚀 Ansible Project 🔥Ansible playbooks are amazing, as you learned yesterday. What if you deploy a simple web app using Ansible, sounds like a good project, right? Create 3 EC2 instances. make sure all three are created with the same key pair. Navigate to the EC2 servi...Discuss·1 like·78 reads90DaysOfDevOpsansible