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

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 68

  • @Jrld87
    @Jrld87 Год назад +4

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

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 11 месяцев назад +2

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

  • @padminicp2562
    @padminicp2562 4 месяца назад

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

  • @srinivasmacharla2209
    @srinivasmacharla2209 Год назад +3

    Nice Explanation Sir

  • @rajkiransenapaty
    @rajkiransenapaty Год назад +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.

    • @rajkiransenapaty
      @rajkiransenapaty Год назад

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

  • @sarreviews6518
    @sarreviews6518 2 года назад +2

    Great one

  • @nadeempasha8025
    @nadeempasha8025 2 года назад +2

    Good job sit and thank you🙏

  • @reyanshibirru4127
    @reyanshibirru4127 2 года назад +1

    Most helpful....

  • @umasankar.t2735
    @umasankar.t2735 Год назад +1

    👍👍👍

  • @manishalankala1622
    @manishalankala1622 2 года назад +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  2 года назад +5

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

  • @mariojoseph240
    @mariojoseph240 2 года назад +1

    Very helpful bro

  • @kazakman7772
    @kazakman7772 8 месяцев назад

    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

  • @shrinivashs-e4k
    @shrinivashs-e4k Год назад +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 Год назад

      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.

  • @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

  • @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

  • @harshadakhandekar4607
    @harshadakhandekar4607 Год назад +1

    thank you

  • @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

  • @sindhupriya1146
    @sindhupriya1146 2 года назад +2

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

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  2 года назад +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 2 года назад

      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.

  • @vijaybhatt8060
    @vijaybhatt8060 2 года назад +3

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

  • @mdanish18439
    @mdanish18439 Год назад +1

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

  • @suribabuchetla4570
    @suribabuchetla4570 2 года назад +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  2 года назад

      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  2 года назад

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

  • @Cloudnp9458
    @Cloudnp9458 6 месяцев назад

    .Jenkins folder backup

  • @dbzfan3545
    @dbzfan3545 10 месяцев назад

    running smoke at 1st question means sir ?

  • @skyhigh7424
    @skyhigh7424 Год назад

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

    • @mubeen845
      @mubeen845 Год назад

      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?

  • @debillion
    @debillion Год назад

    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 2 года назад +1

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

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  2 года назад

      For sure

    • @joanale609
      @joanale609 2 года назад +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 года назад +2

      Thanks for answering Joan

  • @rahimamoor
    @rahimamoor 2 года назад +1

    Do you do Devops classes?

  • @AjayKumar-lm4yr
    @AjayKumar-lm4yr 2 года назад

    How to rollback from Jenkins

  • @pavanraju9920
    @pavanraju9920 2 года назад +1

    Bro how do I contact you