No video

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

  Рет қаралды 8,466

DevOps Shack

DevOps Shack

Күн бұрын

Пікірлер: 42
@xXWillyxWonkaXx
@xXWillyxWonkaXx Жыл бұрын
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 Жыл бұрын
Yes, this would be great 🎉
@devopsshack
@devopsshack Жыл бұрын
I may start soon
@manojkumar-jt3fw
@manojkumar-jt3fw Жыл бұрын
Bro, ur videos r gold mine
@devopsshack
@devopsshack Жыл бұрын
✌🏻
@shivamraghuvanshi2653
@shivamraghuvanshi2653 Жыл бұрын
Thank you aditya sir for your valuable content🙏🏻
@parshuramvasekar3406
@parshuramvasekar3406 3 ай бұрын
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
@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
@pandudamera7211
@pandudamera7211 Жыл бұрын
Owasp dependency-check plugin ---> Code Security purpose or something else Please let me know.
@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 🙂
@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 Жыл бұрын
Yes pls.
@sawrajkhati1057
@sawrajkhati1057 7 ай бұрын
@@devopsshack Would appreciate that
@sushreesangeetajena195
@sushreesangeetajena195 Жыл бұрын
Thank you so much ...
@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
@sandipstar
@sandipstar Жыл бұрын
Your rock bro..
@devopsshack
@devopsshack Жыл бұрын
🙏
@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.
@saikumarrayankula704
@saikumarrayankula704 Жыл бұрын
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
@saravananmad7383
@saravananmad7383 Жыл бұрын
for java based project you have maven for other language like python what would be use for build
@devopsshack
@devopsshack Жыл бұрын
For every language we have something Like for nodejs we have npm For python we use multiple tools like pip
@mr.cloudbook
@mr.cloudbook Жыл бұрын
While doing last step to tomcat Permission got denied to copy Any solution brother
@amarnathnachimuthu83
@amarnathnachimuthu83 Жыл бұрын
Hi DevOps Shack, How can i use the docker scan using Trivy scanner?
@devopsshack
@devopsshack Жыл бұрын
trivy image image_name
@amarnathnachimuthu83
@amarnathnachimuthu83 Жыл бұрын
@@devopsshack thank you, how can i integrate that in the jenkins job, is it mentioned in the video?
@jibanjyotiparida892
@jibanjyotiparida892 Жыл бұрын
Please make on video resume presentation for devops in 2+ year of experience
@devopsshack
@devopsshack Жыл бұрын
Will do in future😊
@devopsjockey
@devopsjockey Жыл бұрын
Can i add these to my reume
@devopsshack
@devopsshack Жыл бұрын
You can , but u have to explain properly the process of deployment
@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
@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
@gifteno2455
@gifteno2455 Жыл бұрын
how can i get the github repo for the source code pls
@devopsshack
@devopsshack Жыл бұрын
github.com/jaiswaladi246
@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,9 М.
Azure DevOps Real-Time End To End CI/CD Pipeline Project  🔥🔥
26:02
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 43 МЛН
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Wian
Рет қаралды 15 МЛН
Magic or …? 😱 reveal video on profile 🫢
00:14
Andrey Grechka
Рет қаралды 53 МЛН
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
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 69 М.
Azure DevOps CICD Pipeline Project | Real-Time DevOps Project
1:34:41
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 43 МЛН