Real Time CI CD DevOps Project | End To End CI/CD Pipeline Project 🔥🔥

  Рет қаралды 7,625

DevOps Shack

DevOps Shack

Күн бұрын

Real Time CI CD DevOps Project | End To End CI/CD Pipeline Project 🔥🔥
Sonarqube Tutorial:
• Sonarqube Tutorial for...
OWASP Dependency Check Tutorial:
• OWASP Dependency Check...
Trivy Tutorial:
• Trivy Vulnerability Sc...
Docker Build & Push Tutorial:
• Docker Build & Publish...
Setup Tomcat:
• How to install Tomcat ...
Timestamps:
00:00 Intro
00:51 Flow Diagram Explain | Pipeline overview
04:40 Implementation | Git Repo Connect to Jenkins
10:06 Code Compile
10:46 Run Unit Test Cases
15:45 Configure Sonarqube in Jenkins
26:22 OWASP Dependency Check
32:21 Code Build
36:08 Docker Build & Push
50:02 Running Docker container
54:12 Deploy to Tomcat Server

Пікірлер: 42
@shivamraghuvanshi2653
@shivamraghuvanshi2653 Жыл бұрын
Thank you aditya sir for your valuable content🙏🏻
@manojkumar-jt3fw
@manojkumar-jt3fw Жыл бұрын
Bro, ur videos r gold mine
@devopsshack
@devopsshack Жыл бұрын
✌🏻
@sushreesangeetajena195
@sushreesangeetajena195 Жыл бұрын
Thank you so much ...
@bharath4195
@bharath4195 Жыл бұрын
your videos are very informative 😊 thank you
@devopsshack
@devopsshack Жыл бұрын
Thanks for watching.
@bharath4195
@bharath4195 Жыл бұрын
@@devopsshack if you have time do video on node js application with cid pipeline, thank you 🙂
@rameshm2771
@rameshm2771 Жыл бұрын
Aditya, Need small help... I'm unable to set 8082 port to the container. Please help on this Note : same machine jenkins is running on 8080 port.
@xXWillyxWonkaXx
@xXWillyxWonkaXx 11 ай бұрын
If you can create a series for AWS Certified DevOps Engineer that covers everything im pretty certain you may be the only one on KZbin that will do that and your channel will gain more traction and higher visibility. Thank you for this video anyway. very informative.
@sidebarschocolate
@sidebarschocolate 11 ай бұрын
Yes, this would be great 🎉
@devopsshack
@devopsshack 11 ай бұрын
I may start soon
@saikumarrayankula704
@saikumarrayankula704 11 ай бұрын
Is application will also run on the docker container, without deploying into tomcat server ? also I am facing issue with last stage that error : permission denied Did I need to do anything configuration specifically for the last stage
@rameshm2771
@rameshm2771 Жыл бұрын
Hi Aditya, I have two questions, I Need your help, i request your help on this issue. Q1 : I have created one docker image with port expose (-p 8082:8082) and successfully created an image and container using the jenkin pipeline. but, the port is not configured to the container and unable to start the container. Machine : Ubuntu 20.4 Note : Jenkins running same machine with 8080 stage('Deploy DockerImage') { steps { sh 'docker run -d --name mypet1 -p 8082:8082 rameshm9/petclinic101:latest' } } Q2: Jenkins machine running XX.XX.XX.140 one machine. I want to place docker image and container's into other machine, how can we do this using jenkins pipeline ? Machine : Ubuntu 20.4
@mr.cloudbook
@mr.cloudbook 11 ай бұрын
While doing last step to tomcat Permission got denied to copy Any solution brother
@parshuramvasekar3406
@parshuramvasekar3406 2 ай бұрын
Hello Sir, can you please tell me What is the purpose of docker, you just create a container here, not deploying application on docker container. You deploy application on Tomcat server, not on docker container
@sandipstar
@sandipstar Жыл бұрын
Your rock bro..
@devopsshack
@devopsshack Жыл бұрын
🙏
@pandudamera7211
@pandudamera7211 Жыл бұрын
Owasp dependency-check plugin ---> Code Security purpose or something else Please let me know.
@saravananmad7383
@saravananmad7383 11 ай бұрын
for java based project you have maven for other language like python what would be use for build
@devopsshack
@devopsshack 11 ай бұрын
For every language we have something Like for nodejs we have npm For python we use multiple tools like pip
@amarnathnachimuthu83
@amarnathnachimuthu83 10 ай бұрын
Hi DevOps Shack, How can i use the docker scan using Trivy scanner?
@devopsshack
@devopsshack 10 ай бұрын
trivy image image_name
@amarnathnachimuthu83
@amarnathnachimuthu83 10 ай бұрын
@@devopsshack thank you, how can i integrate that in the jenkins job, is it mentioned in the video?
@gifteno2455
@gifteno2455 Жыл бұрын
how can i get the github repo for the source code pls
@devopsshack
@devopsshack Жыл бұрын
github.com/jaiswaladi246
@nareshbabuy8530
@nareshbabuy8530 Жыл бұрын
sir, it is showing Finished: UNSTABLE can you helm me for that
@devopsshack
@devopsshack Жыл бұрын
Might be because of owasp dependency stage Remove the stage and try again
@nareshbabuy8530
@nareshbabuy8530 Жыл бұрын
Ok sir tq so much for your videos and quick response
@user-rk7mn8cn2w
@user-rk7mn8cn2w Жыл бұрын
can we add this in our resume?? ... if we can add then plzz tell what are the key points we will mention in this project
@devopsshack
@devopsshack Жыл бұрын
U can add them. I will explain separately
@veerasakthivela1966
@veerasakthivela1966 10 ай бұрын
Yes pls.
@sawrajkhati1057
@sawrajkhati1057 6 ай бұрын
@@devopsshack Would appreciate that
@srinivas1623
@srinivas1623 Жыл бұрын
Thank you pls conduct resume preparation session 3-4years ADO please Aditya
@devopsshack
@devopsshack Жыл бұрын
30 Days Of DevOps | Zero To Hero | DevOps Resume For Experienced | Day-23 kzbin.info/www/bejne/nnavgaFmg7h3ldk
@jibanjyotiparida892
@jibanjyotiparida892 Жыл бұрын
Please make on video resume presentation for devops in 2+ year of experience
@devopsshack
@devopsshack Жыл бұрын
Will do in future😊
@ScenesAdda_
@ScenesAdda_ Жыл бұрын
code compile taking 1 hour still running what might be the reason
@devopsshack
@devopsshack Жыл бұрын
Wat vm u r using?
@devopsshack
@devopsshack Жыл бұрын
Vm size might be small and unable to hande U can try to skip the test cases using mvn clean package -DskipTests=true
@devopsjockey
@devopsjockey 11 ай бұрын
Can i add these to my reume
@devopsshack
@devopsshack 11 ай бұрын
You can , but u have to explain properly the process of deployment
@pandudamera7211
@pandudamera7211 Жыл бұрын
Hi, bro Can you please elaborate more on this sh ''' $SCANNER_HOME/bin/sonar-scanner (this plugin) I could not understand -Dsonar.projectName=Devops-CICD \ -Dsonar.java.binaries=. \ -Dsonar.projectKey=Devops-CICD '''
Real-Time End To End DevOps CI/CD Project 🔥🔥
43:33
DevOps Shack
Рет қаралды 3,4 М.
Azure DevOps CICD Pipeline Project | Real-Time DevOps Project
1:34:41
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 22 МЛН
Хотите поиграть в такую?😄
00:16
МЯТНАЯ ФАНТА
Рет қаралды 3,6 МЛН
Azure DevOps Real-Time End To End CI/CD Pipeline Project  🔥🔥
26:02
DevSecOps Pipeline Project: Deploy Netflix Clone on Kubernetes
1:34:31
JENKINS END TO END CICD Implementation with Detailed Notes | BEST CICD PROJECT
1:27:11
Jenkins CI CD Pipeline Script Tutorial | CI CD Pipeline Using Jenkins
59:28
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 868 М.
How to Create a CI/CD Pipeline in Azure DevOps
54:27
BestITCourses
Рет қаралды 2,8 М.