Continuous Integration vs Continuous Delivery vs Continuous Deployment in a Easy Way

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • Continuous Integration vs Continuous Delivery vs Continuous Deployment in a Easy Way
    Agenda:
    What is Continuous Integration
    What is Continuous Deployment
    What is Continuous Delivery
    ************************************************************
    Continuous integration (CI) is a software engineering practice in which frequent, isolated changes are immediately tested and reported on when they are added to a larger codebase.
    In continuous deployment, every change goes through an automated pipeline and a working version of the application is automatically pushed to production.
    Continuous delivery helps you build a refined version of the software by continuously implementing fixes and feedback until finally, you decide to push it out to production.
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    well explained Akash

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

    Best ever video about CI/CD

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

    Satisfied with your explanation. Thank you 😊

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

    Quite an amazing video, Thanks a ton Akash. Your answers to bharat is spot on!

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

    very nice explanation. So basically organisations either they use C. Delivery( example: who can take down time for their production upgrade) or C. Deployment(FB,twitter who cannot take down time for production upgrade). Super. thank you once again.

  • @manishaverma81
    @manishaverma81 2 ปีที่แล้ว

    Really you gave a lot of information in this 8 min video. Thank you Akash sir for sharing this.

  • @marcnapoli7178
    @marcnapoli7178 2 ปีที่แล้ว

    Thank you I understood this.

  • @sararamadan1907
    @sararamadan1907 3 ปีที่แล้ว

    Very simple, very informative, well explained thanks so much for sharing this with us.

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

    Good Explanation

  • @aha2oho735
    @aha2oho735 2 ปีที่แล้ว

    very well explained

  • @NazrulIslam-zh1hd
    @NazrulIslam-zh1hd 2 ปีที่แล้ว

    Excellent explanation

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

    Good explanation sir 👏❤️, one thing i wanted to add is that , please try to add more realtime examples so even beginners can understand easily.

  • @Popojuju17
    @Popojuju17 2 ปีที่แล้ว

    Well explained

  • @synvigo8961
    @synvigo8961 2 ปีที่แล้ว

    Well explained bro, I hope more videos on DevOps real time.

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

    It was really good. Well curated content and easy explanation Akash. I'm glad you stuck to your first line till last: "I'm over confident but sure that you'll not forget this easily."
    Kudos. Keep up the good work.

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

    Well understood

  • @adisheshuchowdary6820
    @adisheshuchowdary6820 3 ปีที่แล้ว

    Nice sir

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

    very nicely explain.😇😇😇😇

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

    Simple and Nice .. thanks Akash

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

    Awesome bro....go ahead

  • @umermustafa2560
    @umermustafa2560 3 ปีที่แล้ว

    Good one 👌

  • @sekharbabuuggina1518
    @sekharbabuuggina1518 4 ปีที่แล้ว

    Nicely explained Akash.

  • @himadrisonai8291
    @himadrisonai8291 4 ปีที่แล้ว

    Nice..❤️

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

    CAN WE MAKE OUR BRANCH READONLY in azure repo? IF YES how can u pls tell

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

    Thank you so much brother for explaining in an easy way. I have few things to ask buddy...could please look into them:
    1. Does companies choose either Continuous Deployment or Delivery based on product/app usage by their customers/clients? Does these practices have impact on the cost?
    2. Can you please help me with an example, why can't all companies use Continuous Deployment? Is it up to the company or to cut-down the cost or again based on their product usage(high/low)?
    I understood why companies like Amazon or Facebook can't even think of Continuous Delivery. Since their app usage is more all over the world.
    I grabbed a lot of knowledge in this 8 minutes video, how exactly the flow is happening. Thanks a lot.

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

      I am glad that you liked the video. That's a very good question Bharath and really appreciate your effort towards understating the topic and providing me the feedback.
      Both Continuous Delivery and Deployment are being used as the best practices and we cant debate on which is right and which is wrong.
      Giant ERP companies can't take risk of making downtime in their application and hence if they want their release to be more stable, reliable, and controllable then they go for Continuous Delivery and also they have a planned schedule for every new feature update. They also ensure releases are completed in smaller chunks so that they can deliver it smoothly to customers without downtime and failures.
      One liner for Continuous Deployment: Its an extension of Continuous Delivery. Continuous Deployment should be used by the organizations where they have all the services as part of the Blue-Green Deployment model which is widely being used in DevOps. If there is anything wrong in the automated deployment pipeline the application should still be accessible to customers using the secondary routes or services. Please check the below video if you want to know more about Blue Green Deployment in the Continuous Deployment pipeline.
      Blue Green Deployment Model:
      th-cam.com/video/rZTW3p1p1e8/w-d-xo.html

    • @bharathkoneru4008
      @bharathkoneru4008 4 ปีที่แล้ว

      @@TechShareChannel Thanks a lot brother for the detailed explanation. Will look into the model. You cleared all my confusion n doubts by explaining things in simple language. I was able to find this because of Mukesh bro post in facebook. Will follow your videos closely from now on. Thanks a ton for sharing buddy

  • @himadrisonai8291
    @himadrisonai8291 4 ปีที่แล้ว

    👌👌👌👌👌

  • @MyGURUPREET
    @MyGURUPREET 3 ปีที่แล้ว

    Quite good and easy understanding video....but I am in dillemma actually,since I am currently working as a developer with experience of 2 yrs but does not have much exposure in developement part as project was already completed only maintainence and little changes was done so I tried switching for Front end developer but not able to clear interviews but I got an opportunity for Implementation engineer role for Continous Delivery in product based company ,so is that will be a good option for me ? since there is less opening in Implementation engineer right ? and will that be a part of devops later for me ? and will that provide me good future ahead ? Please help.

    • @TechShareChannel
      @TechShareChannel  2 ปีที่แล้ว

      Hi Gurpreet. Let's discuss this in detail. Can you please send me an email.

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

      @@TechShareChannel Yeah sure sir, my email is gsinghbhupal@gmail.com

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

    Continuous Delivery --------> Pubg closes its server (under maintenance) for upgrade
    Continuous Deployment ---------->Amazon service which works all around the hour
    please correct me if i am wrong

  • @Brlitzkreig
    @Brlitzkreig 2 ปีที่แล้ว

    The introduction is obnoxious

    • @TechShareChannel
      @TechShareChannel  2 ปีที่แล้ว

      Thank you 😃 Will try to improve going forward !!