Complete CI CD Implementation From Scratch 2023 🔥🔥

  Рет қаралды 22,108

DevOps Shack

DevOps Shack

Жыл бұрын

Complete CI CD Implementation From Scratch 2023 🔥🔥
Jenkins Full Tutorial:
• Video
Kubernetes Full Tutorial:
• Video
Trivy Tutorial:
• Trivy Vulnerability Sc...
Connect to me:
/ m_aditya_jaiswal
Code used in Video:
github.com/jaiswaladi246/Devo...

Пікірлер: 71
@udaraabeyrathne7167
@udaraabeyrathne7167 4 ай бұрын
Great session, thanks
@aakashsonkusare69
@aakashsonkusare69 10 ай бұрын
In this series you should have added real time challenges and issues as well as interview questions for CICD
@coolanimals500
@coolanimals500 3 ай бұрын
Hi, once again thank you for the great work, highly appreciated. you explain it very well. just wanted to ask you one question when to use sonarqube and when to use trivy ? because i have seen in other videos some people use sonarqube after maven build and use trivy after docker image creation. i only have a confusion about these two tools.
@ashoksingh590
@ashoksingh590 13 күн бұрын
Good explanation of each and every step
@sagarthombare7130
@sagarthombare7130 Жыл бұрын
One of the best ever video on KZbin to understand complete CICD pipeline from scratch 😊
@devopsshack
@devopsshack Жыл бұрын
Thanks bro
@user-ed6jx2ov7s
@user-ed6jx2ov7s Жыл бұрын
Really Nice 👍🙂 video
@darshang3157
@darshang3157 6 ай бұрын
Thanks for your fabulous explanation I would request you to do video for CICS using openshift pipeline
@ketanmorey1953
@ketanmorey1953 10 ай бұрын
Excellent session. what is the SonarQube command to generate the report?
@user-dj8tp6kz8o
@user-dj8tp6kz8o 4 ай бұрын
Sir if you have tame please do upload a video on making pipeline for deploying project in minikube cluster.
@venkatsai3264
@venkatsai3264 Жыл бұрын
Explained very well thanks for sharing do a video on terraform as well for AWS infrastructure provisioning if it possible please do it on multi cloud thank you ❤
@devopsshack
@devopsshack Жыл бұрын
Sure bro, this weekend will try to make on terraform🙂
@sudhak-mp6vq
@sudhak-mp6vq 20 күн бұрын
Hi, thank you, helping in my practice. i got struck at devops instance Ec2 and connecting to check with ipaddress:9000. So couldn't able to continue after I created docker container
@ronbaraskar
@ronbaraskar Жыл бұрын
It would be great if you could build a similar pipeline on azure devops, Thanks for this video.
@devopsshack
@devopsshack Жыл бұрын
Will do for sure in upcoming videos
@tina1600
@tina1600 2 ай бұрын
Hi Aditya, Can I achieve a full DevOps/CI/CD Cycle Environment (Multiple Tools/Architectures/Microservices/Functions) using Virtual Box/Vagrant on my laptop??? If yes, do you have a video/file for a detailed setup??? Please do share. Thank You!!!!!!!!!!!
@abhinavreddi7851
@abhinavreddi7851 Жыл бұрын
well done.... Great effort
@devopsshack
@devopsshack Жыл бұрын
Thanks bro🙂
@abhinavreddi7851
@abhinavreddi7851 Жыл бұрын
@@devopsshack I have to thank you. Keep going. If you can please do some elk stack implementation
@devopsshack
@devopsshack Жыл бұрын
Will do
@syams4322
@syams4322 6 ай бұрын
Hello sir, I appreciate the valuable content you’ve provided. Actually the “Kubernetes continuous deployment” plugin have been removed from Jenkins. Could you suggest an alternative configuration option for Kubernetes CI/CD following the same model? Sly
@devopsshack
@devopsshack 6 ай бұрын
10-Tier Microservice DevOps Project Live CICD Pipeline | DevOps Shack kzbin.info/www/bejne/q6XKdqCvnZqNfNE
@KrishanKumar-tf5ve
@KrishanKumar-tf5ve 10 ай бұрын
hey, why in the architecture in the starting of the video the flow is first making a build then sonarqube. And on several places i found that sonarqube is used after build ? is it so or not compulsory?
@devopsshack
@devopsshack 10 ай бұрын
Sonarqube should be used before build. My bad
@chinnubhannuvlogs
@chinnubhannuvlogs 3 ай бұрын
bro content is good but reduce background music with clear voice
@sumitkumar-gp7yf
@sumitkumar-gp7yf Жыл бұрын
please share jenkins steps
@inzamamarab7148
@inzamamarab7148 2 ай бұрын
why do you not use ansible in any project?
@ScenesAdda_
@ScenesAdda_ Жыл бұрын
where dockerfile is located in which vm
@Indias_pulse
@Indias_pulse 7 ай бұрын
Thanks for this amazing video❤, I have one question I am not able to find the kubernetes continues deployment plugin in Jenkins. Please tell me. How I can install that plugin
@nuruzzamanhossain5086
@nuruzzamanhossain5086 4 ай бұрын
also I did not find, please help me out.
@user-dx4kg9np8h
@user-dx4kg9np8h 3 ай бұрын
bro..i am getting error while docker build execution in pipeline "ERROR: error getting credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY`" please help me in resolving this issue
@mohammedfahimullah4999
@mohammedfahimullah4999 3 ай бұрын
2.28 I can 3 instances created. Is there any video on how to create master and slave from scratch
@desusumanth
@desusumanth 9 ай бұрын
Hi Bro, can you please help me out how to create the Service Account and then how to create the secret for both default and sa. for me, In pipeline syntax i'm unable to view the kubernetes Deploy sample step
@devopsshack
@devopsshack 9 ай бұрын
hey buddy if you want advanced guidance you can join the course program for devsecops and cloud devops at devopsshack.com
@gopalyadav4123
@gopalyadav4123 Жыл бұрын
bro please make terraform contain
@SravanChowdary-uy5sw
@SravanChowdary-uy5sw 27 күн бұрын
Kubernetes continuous deploy plug in is suspended it is not available in plugins can you help me with that
@ekbotesrinivas
@ekbotesrinivas Жыл бұрын
Hi Adi, when the last build was triggered,it created the build image with tag 8 I guess…But in the deployment.yaml file you have mentioned as image tag 6 . Here the point is jenkins job is not deploying the latest image right? It deploys the image which you hardcoded in .yaml file.
@devopsshack
@devopsshack Жыл бұрын
You can make the image tag as variable, I guess that should do the job🙂
@sunilkanaujiya43
@sunilkanaujiya43 Жыл бұрын
Hey, can you help to have pipeline to deploy docker image of dotnet code to one master server of kubernetes with helm chart.
@devopsshack
@devopsshack Жыл бұрын
Sure, will try to do it
@fiyinfoluwafajemirokun8188
@fiyinfoluwafajemirokun8188 Жыл бұрын
Hi nice tutorial i am working on sonarqube scanner but i am facing issuing its says ERROR must define mandatory properties for unknown sonar.projectkey unable to report-tast.txt in the workspace please any idea how to go about it
@devopsshack
@devopsshack Жыл бұрын
Did u provide the value for sonar.project Key. ???
@user-dx4kg9np8h
@user-dx4kg9np8h 3 ай бұрын
@@devopsshack I have given from your video Dsonar.projectKey=Devops-CICD but getting this error unknown sonar.projectkey unable to report-tast.txt
@user-dx4kg9np8h
@user-dx4kg9np8h 3 ай бұрын
@@devopsshack what should we give at sonar.project Key. I have given which you gave in the video. with that not working
@AniketKumar-lu4xt
@AniketKumar-lu4xt 10 ай бұрын
Why do we create separate Environment for SonarQube in Jenkinsfile? who not add it under tools section?
@devopsshack
@devopsshack 10 ай бұрын
Under tools section we add sonarqube scanner configuration Environment/server we can add it in configure system 🙂
@AniketKumar-lu4xt
@AniketKumar-lu4xt 10 ай бұрын
@@devopsshack Actually I meant that in Jenkinsfile declarative code you added JDK and MAVEN under tools section but for SONARQUBE you added it in ENVIRONMENT section. What is the reason behind it?
@RavitejaDarla
@RavitejaDarla 7 ай бұрын
19:12 WARN: Unable to locate ‘report-task.txt’ in the workspace. Did the SonarScanner succedeed? am getting this error am unable to fix it
@omkarpathak4759
@omkarpathak4759 3 ай бұрын
I was getting error for SCANNER_HOME and report-task.txt file, try using this my error resolved after i used it. stage('SonarQube Analysis') { steps { withSonarQubeEnv('sonar') { bat "\"%SCANNER_HOME%/bin/sonar-scanner\" -Dsonar.projectKey=Ekart -Dsonar.projectName=Ekart -Dsonar.java.binaries=. " } } }
@user-dx4kg9np8h
@user-dx4kg9np8h 3 ай бұрын
@@omkarpathak4759 Bro not getting with this also
@user-dx4kg9np8h
@user-dx4kg9np8h 3 ай бұрын
withSonarQubeEnv('sonar-scanner') { sh '''$SCANNER_HOME/bin/sonar-scanner -X -Dsonar.projectName=example-CICD \ -Dsonar.java.binaries=. \ -Dsonar.projectKey=example-CICD ''' use this..I got success with this
@jhansiraniannangi4124
@jhansiraniannangi4124 2 ай бұрын
not able to find git link
@MadhuUdari
@MadhuUdari Ай бұрын
I need git hub link
@amt.7rambo670
@amt.7rambo670 4 ай бұрын
bro can i use azure vm instead of aws vm??
@devopsshack
@devopsshack 4 ай бұрын
Yes
@CrushOnColors
@CrushOnColors Ай бұрын
Irrigation background
@devopsshack
@devopsshack Ай бұрын
Its spelled irritation not irrigation 🤦🏻🤦🏻🤦🏻
@ScenesAdda_
@ScenesAdda_ Жыл бұрын
In which VM we need to install trivy ?
@devopsshack
@devopsshack Жыл бұрын
Same vm
@ScenesAdda_
@ScenesAdda_ Жыл бұрын
@@devopsshack in jenkins vm ?
@ScenesAdda_
@ScenesAdda_ Жыл бұрын
?
@aatmshukh
@aatmshukh 7 ай бұрын
The Background music was very irritated at some point of time.
@heyhe143
@heyhe143 3 ай бұрын
Is git hub link provided working for anyone?
@devopsshack
@devopsshack 3 ай бұрын
Ekart
@dineshmali11429
@dineshmali11429 12 күн бұрын
@@devopsshack Thank you. much needed link. I was searching for a hour. finally in the comment section I got solution
Azure DevOps  CI CD Pipeline Tutorial  Step By Step
36:29
DevOps Shack
Рет қаралды 7 М.
JENKINS END TO END CICD Implementation with Detailed Notes | BEST CICD PROJECT
1:27:11
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 7 МЛН
Build a complete CI/CD pipeline on GitLab CI using Docker, Helm, and EKS
23:04
DevSecOps Pipeline Project: Deploy Netflix Clone on Kubernetes
1:34:31