Thank you for creating such an excellent video on CI/CD! Your explanation is clear, concise, and incredibly helpful. The step-by-step guidance and practical examples made it easy to understand even complex concepts. Truly one of the best resources I've come across.
I never saw a video like this, what detailed explanation awesome, I really really learnt a lot from this, now i am considering taking his course, the way he's explaining is top notch, the one who has passion in teaching can teach like this, a very thank you so much for making this video, i will use the same project for my interview. Hope i will get a job.🙂🙂🙂
The explanation is clear, easy to follow, and well-structured. It is concise while effectively conveying the concept. The key ideas are presented in a simple and straightforward way. This makes it easier for the audience to grasp the main points. Overall, the explanation is informative and direct.❤
Great explanation. "SAST, DAST, SQL injection, and other vulnerabilities are critical topics in DevSecOps. If possible, create a video specifically addressing security issues in DevSecOps. Many youtube existing videos are titled 'DevSecOps' but primarily focus on DevOps pipelines and CI/CD, without adequately covering SecOps-related challenges."
Thanks for the feedback we will try to put another video more into security issues, however for this video as the title says focus is only on "Devsecops for CICD pipeline"
yes smoke test also check wether dockerfile also contaie executable path as we pass artifacts in second stage wether that image is have path of running application or binaries are working or not as sometimes the we pass binaries in distroless images which cannot run java environment it creates image but container failed to start because not executable path 🤔
@@LearnDevOpsEasy its Gate doesn't work. Running Quality Gates to verify the code quality Checking status of SonarQube task 'AZPWBa1ysVKfzcocTyMX' on server 'mysonarqube' SonarQube task 'AZPWBa1ysVKfzcocTyMX' status is 'IN_PROGRESS' breaks after timeout.
sir i have one idea in build pipeline we will add one more params in which we will declare production use case image which is stable and add in downstream pipeline trigger these params will control by build pipleine and transfer to deploy pipline and BUID_NUMBER pipeline will continue and then in deploy pipelien we will configure two stage with if statements in script and in that will confure two yam file in which declare namespaces and will make blue-green deployment in which we will deploy productuion image params in green yaml and other BUILD_NUMBER in green o yes this will be i think best and flexible controllable by QA present in build pipeline
@@AmaanzeSiddiqui yes that's one way of deploying to production, however it won't be that straight forward, you might have to use additional scripts or tools like ArgoRollout to handle the blue-green Deployment within the cluster as this pipeline will only trigger the deployment and not handle to pod rollouts.
In this, you missed editing the EC2 instance security group inbound rules and adding the necessary protocols. If someone is following the video without these steps, they might encounter errors
@@sigma_male_927 the session focus is only on the pipeline security, however devsecops also includes securing the whole cloud infrastructure not just EC2 but also network, account, policies, monitoring etc..we will see that in another session.
Best greetings from USA, i wanna thank you for the effort you have done to share all those infos with the community, i have got a question for you sir, what do you think of the DevSecOps teams, who are repeating all of those step for both grades (staging - production), is not enough to do it just for staging pipeline, and then as all is applied for staging code will still the same as output that could be used for production?
@@zackinfos5933 it depends on the branching strategy used for the stage and prod, if both are on the same branch then the same staging pipeline artifacts can be promoted to production
Is it worth start focusing on devops today to have the career build in it? OR it is better to focus on other tech like AI, because devops is stagnant-Is it so? need some light on this...what's your opinion?
Let me give the ans in a different way. So lets say you want to cook and since you already have modern machines like electric cooker, oven etc - will say should i learn cooking or should i learn operating these machines ? Same way Devops is the underlying technology for process and automation and using AI will assist you to do these process in better way or manage the automation in a better way and that when if you are using AI to develop applications, you still need AIOPS (DevOps for AI applications) to automate the release cycle.
@@LearnDevOpsEasy What are the key in AI and Generative AI (GenAI) topics that a DevOps professional should learn to become proficient in automating processes? Please provide a detailed explanation of how these topics align with DevOps practices and help streamline automation. Regards,
Thank you for creating such an excellent video on CI/CD! Your explanation is clear, concise, and incredibly helpful. The step-by-step guidance and practical examples made it easy to understand even complex concepts. Truly one of the best resources I've come across.
I never saw a video like this, what detailed explanation awesome, I really really learnt a lot from this, now i am considering taking his course, the way he's explaining is top notch, the one who has passion in teaching can teach like this, a very thank you so much for making this video, i will use the same project for my interview. Hope i will get a job.🙂🙂🙂
@@princeakash4295 all the best
Great and detailed Explanation!!! One of the best video on DevSecOps. Thanks a ton.
Great Explanation !!! Best session of DevSecOps
Great Explaanation!!! One of the best video on DevSecOps.
Wow, thanks!
Nice video on DevsecOps!!!😊 Fantastic Job.
More to come!
2:11 we can also direct config tool in script and maven wil also install ☺
The explanation is clear, easy to follow, and well-structured. It is concise while effectively conveying the concept. The key ideas are presented in a simple and straightforward way. This makes it easier for the audience to grasp the main points. Overall, the explanation is informative and direct.❤
Thanks for the kind words!
one of the best video on Jenkins (CICD)! 👏👏👏👏
Wow, thanks!
Thank Adam for the amazing explanation
My pleasure!
Thank you sir❤
You're welcome! Glad you found it helpful.
Great explanation. "SAST, DAST, SQL injection, and other vulnerabilities are critical topics in DevSecOps. If possible, create a video specifically addressing security issues in DevSecOps. Many youtube existing videos are titled 'DevSecOps' but primarily focus on DevOps pipelines and CI/CD, without adequately covering SecOps-related challenges."
Thanks for the feedback we will try to put another video more into security issues, however for this video as the title says focus is only on
"Devsecops for CICD pipeline"
Many things i have learned from this video. Thank you and plz make more videos.
More to come!
Very well-explained at a good pace; I really loved this video!
Glad you enjoyed it!
yes smoke test also check wether dockerfile also contaie executable path as we pass artifacts in second stage wether that image is have path of running application or binaries are working or not as sometimes the we pass binaries in distroless images which cannot run java environment it creates image but container failed to start because not executable path 🤔
Nice!
Thank you! Cheers!
Nice video
Thank you!
Thanks Lots
You're welcome!
DO MORE IN DETAIL SESSIONS LIKE THIS AND PLZ DO COVER MORE SECURITY TOOLS WITH PRODUCTION BASE SCENARIOS
nice man, thanks a lot !!!
Much appreciated!
@LearnDevOpsEasy I am watching it again. Then I will do it myself, the pipeline.
@@LearnDevOpsEasy its Gate doesn't work.
Running Quality Gates to verify the code quality
Checking status of SonarQube task 'AZPWBa1ysVKfzcocTyMX' on server 'mysonarqube'
SonarQube task 'AZPWBa1ysVKfzcocTyMX' status is 'IN_PROGRESS'
breaks after timeout.
sir i have one idea in build pipeline we will add one more params in which we will declare production use case image which is stable and add in downstream pipeline trigger these params will control by build pipleine and transfer to deploy pipline and BUID_NUMBER pipeline will continue and then in deploy pipelien we will configure two stage with if statements in script and in that will confure two yam file in which declare namespaces and will make blue-green deployment in which we will deploy productuion image params in green yaml and other BUILD_NUMBER in green o yes this will be i think best and flexible controllable by QA present in build pipeline
@@AmaanzeSiddiqui yes that's one way of deploying to production, however it won't be that straight forward, you might have to use additional scripts or tools like ArgoRollout to handle the blue-green Deployment within the cluster as this pipeline will only trigger the deployment and not handle to pod rollouts.
Thanku you so much
Most welcome 😊
In this, you missed editing the EC2 instance security group inbound rules and adding the necessary protocols. If someone is following the video without these steps, they might encounter errors
@@sigma_male_927 the session focus is only on the pipeline security, however devsecops also includes securing the whole cloud infrastructure not just EC2 but also network, account, policies, monitoring etc..we will see that in another session.
It will be great if we get timestamps.
Best greetings from USA, i wanna thank you for the effort you have done to share all those infos with the community, i have got a question for you sir, what do you think of the DevSecOps teams, who are repeating all of those step for both grades (staging - production), is not enough to do it just for staging pipeline, and then as all is applied for staging code will still the same as output that could be used for production?
@@zackinfos5933 it depends on the branching strategy used for the stage and prod, if both are on the same branch then the same staging pipeline artifacts can be promoted to production
Is it worth start focusing on devops today to have the career build in it? OR it is better to focus on other tech like AI, because devops is stagnant-Is it so? need some light on this...what's your opinion?
Let me give the ans in a different way. So lets say you want to cook and since you already have modern machines like electric cooker, oven etc - will say should i learn cooking or should i learn operating these machines ?
Same way Devops is the underlying technology for process and automation and using AI will assist you to do these process in better way or manage the automation in a better way and that when if you are using AI to develop applications, you still need AIOPS (DevOps for AI applications) to automate the release cycle.
@@LearnDevOpsEasy What are the key in AI and Generative AI (GenAI) topics that a DevOps professional should learn to become proficient in automating processes? Please provide a detailed explanation of how these topics align with DevOps practices and help streamline automation.
Regards,
How to contact you sir?
@@hunter8898 you can reach us at +91-9739110917 or 78296 33132
teach us github action with projects
Yes ,
Yes