Top 5 CI/CD Interview Q&A | DevOps FAQ |

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 68

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 8 หลายเดือนก่อน +2

    Great interview questions. Please drop other CICD tools interview Q& A for further ready to get DevOps jobs

  • @Jrld87
    @Jrld87 ปีที่แล้ว +4

    Thank you so much for this. Your content is pure gold 👌🏼👏🏻

  • @padminicp2562
    @padminicp2562 หลายเดือนก่อน

    Thank you so much Abhishek ,this is really good all 5 questions are very important from interview perspective and you have explained well.

  • @rajkiransenapaty5379
    @rajkiransenapaty5379 ปีที่แล้ว +2

    1. How to resolve broken pipeline issue in Jenkins?
    2. How to control resource usage in Kubernetes?
    Can you please explain if possible!!

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      both of them are very lengthy questions. I will try to answer them as part of the trouble shooting videos.

    • @rajkiransenapaty5379
      @rajkiransenapaty5379 ปีที่แล้ว

      @@AbhishekVeeramalla sure please add in the upcoming session if possible. Thank you

  • @srinivasmacharla2209
    @srinivasmacharla2209 ปีที่แล้ว +3

    Nice Explanation Sir

  • @sarreviews6518
    @sarreviews6518 ปีที่แล้ว +2

    Great one

  • @nadeempasha8025
    @nadeempasha8025 ปีที่แล้ว +2

    Good job sit and thank you🙏

  • @reyanshibirru4127
    @reyanshibirru4127 ปีที่แล้ว +1

    Most helpful....

  • @manishalankala1622
    @manishalankala1622 ปีที่แล้ว +1

    I can deny with the usage of CI as jenkins is widely used more. i see flexible is gitops or azure devops and writing pipelines

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +5

      Agree. +1 for GitOps. I myself is an ArgoCD member and OpenSource contributor for GitOps.

  • @user-ys2wm2et6p
    @user-ys2wm2et6p ปีที่แล้ว +1

    Hi Abhishek,
    Thank you so much for sharing the knowledge. But I got one doubt in the jenkins faulty application concept,as you told we have the roll back strategy ie is blue -green deployment in case of faulty application.
    My question is when you delete the application 34 after successful deployment of application 35, how will you direct the load to the application 34?

    • @nithikask7248
      @nithikask7248 10 หลายเดือนก่อน

      not after successful deployment after successful testing like we have HA load balancing and other testing scenarios is sucessful only we will remove the old version in our environment.

  • @umasankar.t2735
    @umasankar.t2735 ปีที่แล้ว +1

    👍👍👍

  • @harshadakhandekar4607
    @harshadakhandekar4607 ปีที่แล้ว +1

    thank you

  • @Cloudnp9458
    @Cloudnp9458 3 หลายเดือนก่อน

    .Jenkins folder backup

  • @mariojoseph240
    @mariojoseph240 ปีที่แล้ว +1

    Very helpful bro

  • @vijaybhatt8060
    @vijaybhatt8060 ปีที่แล้ว +3

    make a video atleast 30 minutes bro
    yor are doing great job

  • @udaydito721
    @udaydito721 ปีที่แล้ว +2

    Hi Abhishek,
    in Multi branch setup like separate jobs for Dev,QA, Staging and Production servers, How do we ensure security among different branches.
    Thanks

  • @kazakman7772
    @kazakman7772 5 หลายเดือนก่อน

    How jenkins job cleaning process going on? Do u do it manually or u have pipeline set up? For how long u keep the jobs before cleaning etc etc

  • @sathishdarshanala5492
    @sathishdarshanala5492 ปีที่แล้ว +1

    iam thankful to you immensely on this video abisheck is there any way to connect with you apart from you tube channel

  • @dyvakumarchikkala3308
    @dyvakumarchikkala3308 ปีที่แล้ว +1

    Hi as you explained regarding blue/green deployment if a new app is not working as expected then switch the load balancer to previous stable app.. do we need to maintain all the previous stable versions or only -1 version cause it takes computing power and storage and those are pay as you go services in cloud right.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +1

      Yes .. that's the downside of blue green .. only if you are not worried about the costs and if you want to go for a simple approach.. easy to configure and less time to revert to old state .. go for blue green

  • @sindhupriya1146
    @sindhupriya1146 ปีที่แล้ว +2

    May i know the difference in cicd pipelines which we use it on different environments like dev testing QA UAT?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +5

      Hi Sindhu, The only difference is that CICD pipeline for production and UAT have slightly different configurations w.r.t parameters and application configuration. The reason why we maintain different pipelines is to isolate the deployment process for multiple environments. You don't want a dev application to be deployed in production accidentally right ?

    • @sindhupriya1146
      @sindhupriya1146 ปีที่แล้ว

      Thank you so much

  • @rohitgaikwad2848
    @rohitgaikwad2848 ปีที่แล้ว +1

    @abhishek sir how to generate two or three artifact once using Jenkins pipeline . this questions interviewer asked me

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +1

      Thanks for the question.. I will try bring such things in the course

    • @rohitgaikwad2848
      @rohitgaikwad2848 ปีที่แล้ว

      @@AbhishekVeeramalla thanku sir

    • @navyae961
      @navyae961 ปีที่แล้ว +1

      You can use wild card pattern to same any number of artifacts, For example All Jars - **/*.jar All War - **/*.war and so on. **/ means Any directory.

  • @debillion
    @debillion 10 หลายเดือนก่อน

    In the Blue green deployment, what happens to the users who are using version 34 and do not want version 35? is there a means for them to continue using version 34?

  • @suribabuchetla4570
    @suribabuchetla4570 ปีที่แล้ว +3

    I practiced ci/cd with Terraform and git as repository,, could you please provide questions on this combination sir.
    Can I consider Terraform as ci/cd tool?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      CICD can be anything not just source code in Java or Python. If you want to achieve CICD of infrastructure management then yes, you can consider Terraform as your CD tool.
      There is no real definition or toolset for CICD.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      However, I see a problem with managing Terraform statefile in Git. Please watch my video on problems with terraform

  • @mdanish18439
    @mdanish18439 ปีที่แล้ว +1

    Sir g will there be questions like this in the intern-interview as well?

  • @suribabuchetla4570
    @suribabuchetla4570 ปีที่แล้ว +1

    Can I say i have used "Azure devops tool " for continuous integration/deployment? ,in your video you have used Jenkins.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      For sure

    • @joanale609
      @joanale609 ปีที่แล้ว +2

      every cloud provider have his own ci/cd services (at least 3 top), Jenkins is cloud agnostic and popular for his open source framework.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +2

      Thanks for answering Joan

  • @dbzfan3545
    @dbzfan3545 7 หลายเดือนก่อน

    running smoke at 1st question means sir ?

  • @skyhigh7424
    @skyhigh7424 ปีที่แล้ว

    Can't we use scale-in / scale-out strategy for Canary deployment?

    • @mubeen845
      @mubeen845 10 หลายเดือนก่อน

      It's better to use kubernetes

  • @gaddamsrikanth2335
    @gaddamsrikanth2335 ปีที่แล้ว +1

    Hi bro, i want to do the one real-time project can you help me in this?

  • @rahimamoor
    @rahimamoor ปีที่แล้ว +1

    Do you do Devops classes?

  • @AjayKumar-lm4yr
    @AjayKumar-lm4yr ปีที่แล้ว

    How to rollback from Jenkins

  • @pavanraju9920
    @pavanraju9920 ปีที่แล้ว +1

    Bro how do I contact you