Day-2 | DevOps Interview Preparation | Stages in Corporate CICD Pipeline

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • Day-2 | DevOps Interview Preparation | Stages in Corporate CICD Pipeline
    𝗘𝗻𝗿𝗼𝗹 𝗧𝗼 𝗕𝗮𝘁𝗰𝗵-6 | 𝗭𝗲𝗿𝗼 𝗧𝗼 𝗛𝗲𝗿𝗼 𝗗𝗲𝘃𝗦𝗲𝗰𝗢𝗽𝘀 & 𝗖𝗹𝗼𝘂𝗱 𝗗𝗲𝘃𝗢𝗽𝘀 𝗦𝘁𝗮𝗿𝘁𝗶𝗻𝗴 30th July:
    www.devopsshac...
    𝗘𝗻𝗿𝗼𝗹 𝗧𝗼 𝗕𝗮𝘁𝗰𝗵-𝟱 | 𝗭𝗲𝗿𝗼 𝗧𝗼 𝗛𝗲𝗿𝗼 𝗗𝗲𝘃𝗦𝗲𝗰𝗢𝗽𝘀 & 𝗖𝗹𝗼𝘂𝗱 𝗗𝗲𝘃𝗢𝗽𝘀 𝗦𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝟭𝟴𝘁𝗵 𝗠𝗮𝘆: www.devopsshac...
    𝗗𝗲𝘁𝗮𝗶𝗹𝗲𝗱 𝗗𝗼𝗰𝘂𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 will be uploaded 𝗶𝗻 𝗧𝗲𝗹𝗲𝗴𝗿𝗮𝗺 𝗚𝗿𝗼𝘂𝗽: t.me/+9roGPjX1...
    𝗜𝗻𝘀𝘁𝗮𝗴𝗿𝗮𝗺 DM Me: / devopsshack
    𝗟𝗶𝗻𝗸𝗲𝗱𝗜𝗻: / adityajaiswal7

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

  • @cloudgyanwithms
    @cloudgyanwithms 4 หลายเดือนก่อน +1

    Mujhe bahut help mil rahe hai apke video se

  • @sunnysinha7936
    @sunnysinha7936 11 วันที่ผ่านมา

    I want to ask that do we have same Jenkinsfile in all branch? , then we need to use "when" condition and have to follow multi branch pipleine strategy, right? or how do we perform it in real time ? please help in this to understand

  • @SanjayKumar-ix1si
    @SanjayKumar-ix1si 4 หลายเดือนก่อน +1

    Hi aditya, as we have different environment like dev prod etc, for each environment we have pipeline so my question is in every stage pipline we build a image and push it to docker repo?

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

      I had same question, exactly like you !

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

    Hi Aditya...Which tool are we going to use to run unit cases? And who's responsibility is to do this task ?Developer or Devops engineer? And which tool we should use for packaging the application ?

  • @roulniur2393
    @roulniur2393 4 หลายเดือนก่อน +2

    Can you make the same video for azure devops project

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

      Yes...
      Plz make a video on Azure DevOps as well

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

    Main aapke video ka he wait kr raha tha

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

    Good video, please make a video same on Azure-devops

  • @subbu-88
    @subbu-88 4 หลายเดือนก่อน

    Bro can you make same video on azure devops also it would be very helpful.....and thankyou

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

    For git, Is this TBD approach?

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

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

    What tool is responsible to build and package the artifact?

    • @devopsshack
      @devopsshack  4 หลายเดือนก่อน +1

      Depends on which programming language ur application is based on.
      For java -> maven

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

    What about Dev -test - prod environment with approval step to go from one environment to the other?

    • @devopsshack
      @devopsshack  4 หลายเดือนก่อน +1

      Merging from dev to upper branches

    • @subbu-88
      @subbu-88 4 หลายเดือนก่อน

      Bro can you make same video on azure devops also it would be very helpful.....and thankyou@@devopsshack

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

      ​@@devopsshack Does Code is deployed to the local server in like tomcat/jboss for test and DEV environment and only push to Kubernetes for the Prod Branch. or everything to kubernetes... in this case where is the need for Ansible

    • @devopsshack
      @devopsshack  4 หลายเดือนก่อน +1

      @@ManiBalajiC why u need to put ansible in a cicd pipeline. it can be used separately in IAC.

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh 4 หลายเดือนก่อน

      ​​@@devopsshack I think he is asking do we deploy dev/test branch in kubernetes or as seperate servers without kubernetes?