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

Поделиться
HTML-код
  • Опубликовано: 14 окт 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

  • @sunnysinha7936
    @sunnysinha7936 Месяц назад

    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

  • @cloudgyanwithms
    @cloudgyanwithms 5 месяцев назад +1

    Mujhe bahut help mil rahe hai apke video se

  • @MixedBagMediaByNeil
    @MixedBagMediaByNeil 5 месяцев назад

    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 ?

  • @SanjayKumar-ix1si
    @SanjayKumar-ix1si 5 месяцев назад +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 5 месяцев назад

      I had same question, exactly like you !

  • @roulniur2393
    @roulniur2393 5 месяцев назад +2

    Can you make the same video for azure devops project

    • @sravani8666
      @sravani8666 5 месяцев назад

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

  • @subbu-88
    @subbu-88 5 месяцев назад

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

  • @yaseenbaba3389
    @yaseenbaba3389 5 месяцев назад

    For git, Is this TBD approach?

  • @arnaudfrancktaptuekuate5367
    @arnaudfrancktaptuekuate5367 5 месяцев назад

    What tool is responsible to build and package the artifact?

    • @devopsshack
      @devopsshack  5 месяцев назад +1

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

  • @chandrasekhar7147
    @chandrasekhar7147 5 месяцев назад

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

  • @cloudgyanwithms
    @cloudgyanwithms 5 месяцев назад

    Main aapke video ka he wait kr raha tha

  • @hemanthvurimi9136
    @hemanthvurimi9136 5 месяцев назад

  • @CSanhouidi
    @CSanhouidi 5 месяцев назад

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

    • @devopsshack
      @devopsshack  5 месяцев назад +1

      Merging from dev to upper branches

    • @subbu-88
      @subbu-88 5 месяцев назад

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

    • @ManiBalajiC
      @ManiBalajiC 5 месяцев назад

      ​@@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  5 месяцев назад +1

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

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh 5 месяцев назад

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