DevOps Production Issues | Bug in Production | Branching Strategy | Real Time Issues in DevOps

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

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

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

    Can't we hotfix branch rather than using feature branch?

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

      Hotfix branches are a lot like release branches and feature branches except they're based on main/master instead of develop/dev.
      It's kind of the same thing but here, in this context, Hotfix branch is the better word for it.

    • @udaykumar-tb5kn
      @udaykumar-tb5kn 11 месяцев назад

      Can u tell me where is branching strategy video in playlist

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

    This is the best crystal-clear tutorial I've seen on this topic. Thank you for the detailed explanations and step-by-step instructions!

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

      Appreciate it, Nidhi. Thanks.

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

    Hello ravish,
    Please make 1 short video on "How Branching strategy work in DevOps"
    From dev to prod?
    How did it work? Do we have separate - separate branches
    Or the same master branch goes from Dev to prod..
    I am a lot more confused at this point...🙌

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

    Watched so many tutorials , read so many article articles on branching strategy, but no resource explained it as clear as this one. Thanks!

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

      Means a lot, Kavita. 🙏🏻

    • @vaishalimhatre6608
      @vaishalimhatre6608 7 месяцев назад

      Then you have not properly look for better videos

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

    thanks for explaining this scenario, especially "Back Merge".

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

      Appreciate it Ravi, thanks.

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

    I am new to devops and I was struggling, but this gives me clear understanding. Thank you !

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

      Connect with me on LinkedIn.

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

      @@LogicOpsLab I have sent you a message. Request youto check.

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

      @@LogicOpsLab Hi I have messaged you in linked. Please have a look, Need some guidance

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

    Thanks...please do more videos on real time issues....Waiting for the next video...

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

      Thanks for the support, Samy!

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

    what about bugs in stage branch ? What is the origin for BugFix branch in this case? thank you!

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

    Very well explained, how we do create these multiple environment like dev , stage and prod . Do u have some video on this ?

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

    Very very well explained 👏 👌 👍 thank you so much

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

    I cleared all my doubts.... please 🙏🙏 nicely explained

  • @manikandan16dec
    @manikandan16dec 9 месяцев назад

    Thank you so much dear bro.. Watch this and understood... How to drag a 2 mins to 10 mins..🤭

    • @LogicOpsLab
      @LogicOpsLab  9 месяцев назад

      Thanks for your feedback, Manikandan.
      Amazing! Glad to see my subscribers are that smart who can understand a concept in 2 minutes instead of 10 mins. Really proud of you, best wishes from my end ☺️

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

    Once you create a hotfix branch on which environment are you going to test it?

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

      Ideally, you should test it on Dev then Stage and then Production, so that you don't break anything else.

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

    Thank you for very detailed explanation

  • @satyaganta-e2m
    @satyaganta-e2m Год назад

    Hi, thanks for the video. just wondering backmerge should be done from hotfix branch or from main branch?

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

      1) Hotfix branch should be taken from release/master branch.
      2) Issue should be fixed and merged into master/release branch.
      3) Back merging should start from release/master/main
      4) Checkout this video for more
      ruclips.net/video/gpxvoPETVMo/видео.html&ab_channel=LogicOpsLab

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

    Thanks for the good content, please clarify me what do mean by release branch ?

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

      Thanks for the support. A release branch in some case is the master branch through which you release the product to the market.

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

      @@LogicOpsLab thanks for the replay Rawwish .

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

    Good Explanation. One doubt what if we follow roll back / revert strategy here?

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

      Great! That can be one strategy. But, if you roll back there could be a few functionalities that won't be delivered in time.
      Always make sure that if the impact of the bug is not serious and you can fix it in time. Do not rollback in that condition.
      If you plan to roll back, just do the deployment of the previous release or the tag that you created for the previous build.

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

    Hello sir,
    Please make 1 short video on "How Branching startegy work in Devops"
    From dev to prod ?
    How it work ? Do we have separate - separate branches
    Or same master branch goes from Dev to prod..
    I am lot more confused in this point...🙌

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

      From 2:08 I have explained the branching strategy.

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

    Excellent video
    loved it
    one query can we have something real time basis on jenkins pipeline with scripting involved in it.

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

      It is already there. Check out the Real Time Projects, the 1st and 2nd project are exactly what you are looking for.

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

    Thanks for publishing this. Great work.

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

    crystal clear explanation 🙌

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

    Thanks a lot. please make similar video more

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

      Yes, for sure. Please keep supporting.

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

    Keep it up...waiting for more such video

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

    Very informative video.. Ravish bro 👍

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

    You explained very well! Nice content as always!

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

    Hello 👋, what's the name of this branching strategy if asked? Thank you. Great video 📹

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

      A branching strategy is a set of rules developers follow when they write, merge and deploy shared code. This one is known as GitFlow.

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

    FB Branch (Bug fizinf) once developed fixed, it has to be tested on staging environment and approved .
    Supposed same time staging environments already testing another FB, so how could you make the decisions?

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

      Didn't get you, can you please rephrase your question?

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

    Waiting for your videos

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

    Can we called stage branch as test env or pre-prod env

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

      Exactly! That's the point. Every company has their own choice of names. You can use any names. Pre prod, UAT, test, integration are the common ones. But, the idea remains the same.

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

    Informative video for beginners

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

    You didn't cover separate customers into canary environment and how those are merged deployed if issues to switch also single tenant db or multiple tenants db in your company if using canary prod environments to separate customers how is it configured in config values

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

      Thanks for the feedback, do let us know your approach and the scenario. We'd love to know it.

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

      @@LogicOpsLab in your company all customers are in one prod?

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

    I have a small doubt...May be a silly one.
    Let's say I forked the prod branch to my own feature branch , fixed the bug and raised a MR to the prod...if the MR is approved it will go and deploy that in prod directly, but it won't be tested in dev and stage...is that a recommended method? Because it can be risky

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

      Exactly! Also, you can't fork the branch, you have to create a feature branch. Which I think you meant already.
      Once the testing is done and code gets deployed to the production, it's your responsibility to back merge that piece of code into lower branches.

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

      @@LogicOpsLab but my question is if u do not test the code in dev and stage first then again some issue can come in prod , because we are directly deploying it in prod...I hope I m making sense

    • @LogicOpsLab
      @LogicOpsLab  Год назад +2

      @@abhikroy4620 You can test a specific branch in any environment. So, you MUST test it before pushing it into the production.

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

      @@LogicOpsLab thanks a lot for clearing it out...🙏

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

    Please make more videos...

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

    Thanks 👍

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

    Awesome. Ty

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

    You said link in the description but it's not there.

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

      Can you please tell me the timestamp?

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

      ​@@LogicOpsLab0:45

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

    Can't we make the changes in dev branch then do cherry pic

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

      If you follow this strategy, then there's no point in cherry picking. Just go forward and push the changes to other branches.

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

    Hey ravish i am also new in devops I don't know where to start are you devops engineer or developer I can't clear some concepts could please help me.

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

      Sure, please connect with me on LinkedIn

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

    Thanks for the video

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

    Nice work.

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

    hi i am a rookie in all this things.... but just wondering if we can merge the bugfix to dev without merging with stage... will that create a problem because in any case we will be pusing it to stage from dev before we finally merge it with prod?

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

      You can take a feature branch from Dev, test it, merge it to Dev. Promoted the same to Stage, test it. And, then it goes to the production. That's possible, too.

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

      @@LogicOpsLab hey.... thanks for your reply.... that helps.... and you have no idea what a fantastic job you are doing of helping people like us who are groping in the dark....

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

      @@ganeshshenoy563 Means a lot, Ganesh!

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

    Hello sir. I am second yr ECE undergrad. I am exploring DevOps and people are telling me there isnt much scope for freshers in DevOps . should I drop the idea of learning DevOps ? As my sole plan for learning devops is placement

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

      I have also sent you a connect request on linkedin. Would love if you accept it :)

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

      Accepted! Drop me all your queries in the DM, please.

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

      @@its__aakashg_ wots his linkdin I'd? I searched alot but couldn't find it

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

    Nice video bro

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

    i need full interview preperation

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

      Please go through all the questions in the video. There are 25+ videos, that's all you need.

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

    seriously ? feature branch from production branch ? in live env this never happens. during these scenario, fixes/bugs need to start from dev branch and then streamline to stage then QA and finally release to Prod. thats the reason all versions are not ready for production.

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

      I hope this helps ruclips.net/video/gpxvoPETVMo/видео.html

  • @udaykumar-tb5kn
    @udaykumar-tb5kn 11 месяцев назад

    Can you make dedicated videos on kubernetes

    • @LogicOpsLab
      @LogicOpsLab  11 месяцев назад +1

      Started a series, will update it more frequently.

  • @udaykumar-tb5kn
    @udaykumar-tb5kn 11 месяцев назад

    My doubt, how will you replicate that X' change from production to stage, then stage to dev for syncing.. What is the command or process of maintaining x dash changes across all branches pls help bro

    • @LogicOpsLab
      @LogicOpsLab  11 месяцев назад +1

      The process is called Back Merging. You raise PR in a reverse order in this scenario.

    • @udaykumar-tb5kn
      @udaykumar-tb5kn 11 месяцев назад

      @@LogicOpsLab ok u mean to say pr raised to merge from prod to stage.. Then prod x' to dev branch so all will be sync 😗😗😗

    • @LogicOpsLab
      @LogicOpsLab  11 месяцев назад

      Yes, Back Merge