What is GitOps, How GitOps works and Why it's so useful

  Рет қаралды 369,887

TechWorld with Nana

TechWorld with Nana

Күн бұрын

Пікірлер: 247
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
► Follow me on IG for behind-the-scenes content 😊: bit.ly/2F3LXYJ ► Become a DevOps Engineer - full educational program: bit.ly/3gEwf4V ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro 0:14 - Infrastructure as Code - X as Code 1:31 - Using IaC the wrong way 4:17 - What is GitOps? 4:38 - How GitOps works? 6:35 - CD Pipeline: Push vs Pull Model 8:48 - Easy Rollback 9:27 - Git - Single Source of Truth 10:09 - Increasing Security 11:09 - Wrap Up ▬▬▬▬▬▬ Courses & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬ ► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/3gEwf4V ► High-Quality and Hands-On Courses 👉🏼 bit.ly/3nIouPW ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3mPIaiU
@ravimaisa5772
@ravimaisa5772 3 жыл бұрын
hi nana GitOps seems more like git pull request pls clarify me bit confused..,
@elad3958
@elad3958 3 жыл бұрын
I'm beginning to realize your youtube channel is the best spot on the web for all things Devops. When I learn something from you channels I will always share the URL. We are connected on linkedin. My name is Elliott Arnold. Just want to let you know how effective your Tubes are. Happy 4th of July (Im in America lol)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
@@elad3958 Wow thank you for this amazing feedback Elliott! Thanks especially for sharing and spreading the word 😊Happy Independence Day! :)
@bhagarenikhil
@bhagarenikhil Жыл бұрын
I read many articles but did not find any article in which concepts are explained in a clear and crisp manner. You are awesome!
@NR-bt7yz
@NR-bt7yz 2 жыл бұрын
Awesome job Nana - thanks!
@TechWorldwithNana
@TechWorldwithNana 2 жыл бұрын
Thanks for your support, much appreciated!
@yashkumarbarot581
@yashkumarbarot581 3 жыл бұрын
This the only video one needs to watch to know what GitOps is all about. Great explanation Nana. Thanks.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks a lot Yashkumar, happy to hear that! :)
@michaelmichael8406
@michaelmichael8406 3 жыл бұрын
As always, clear and cogent information with no wasted time. Thank you.
@krisnrg
@krisnrg 3 жыл бұрын
Agreed great channel
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Michael, really happy to hear! 😊
@invalidred
@invalidred 3 жыл бұрын
+1
@mzhxj69
@mzhxj69 3 жыл бұрын
+1, Yes, as always. Thank you
@sVIIDragonfly
@sVIIDragonfly 2 жыл бұрын
Thats why i am here ;)
@saikiran351
@saikiran351 3 ай бұрын
You have a gift for making complicated stuff seem easy! Your teaching is smooth, clear, and packed with technical expertise.
@ericfisher9385
@ericfisher9385 7 ай бұрын
Presenting and explaining complex concepts in a simplified and easily understandable manner is your superpower! Thank you!
@brutusmaximumus
@brutusmaximumus Жыл бұрын
A pattern we are using is to apply to a very low environment (e.g., dev or a devops dev env) from the PR itself. This allows teams to test the apply of their PR before merging to main and helps catch "apply time" errors. One challenge you have with this is that multiple PRs can overwrite each other's test apply maybe before the first one has been completely validated. To support this we put have a standing rule if there is an open PR < 2 hours old, hold off creating yours, or talk to the requestor first. If its over 2 hours, go for it unless you are nice then go talk to them first. Since we have composed our repos around teams there is rarely a conflict.
@zlonux
@zlonux 3 жыл бұрын
Thanks Nana for the great video! Honestly, i don't know why 'gitops' appers as a separate direction, because as soon as you treat your infrastructure as a code, you have to apply all practices that you use for developers code i.e. vcs, build pipelines, tests, stages etc. - because it's a code. But, how to build your 'build' infrastructure as code (egg or chicken:))
@ramkannan8955
@ramkannan8955 3 жыл бұрын
Alex Have you got the answer to your question. It seems she is not answered
@jelledenburger992
@jelledenburger992 2 жыл бұрын
I agree, I find the line between IaC & GitOps to be very blurry. I think most IaC guys already adopt some kind of GitOps without realizing it.
@GoglidesDev
@GoglidesDev 2 жыл бұрын
'gitops' appears as a separate direction -> Simply speaking, GitOps is IaC. I think it's going in a different direction (personal opinion, I could be wrong) is this practice is popular in container space (especially in orchestration tools like Kubernetes), where there is a concept of operators/controllers which keep looking for declarative config changes on git and making sure deployed state always reconcile with git state. It's the same thing in IaC, where IaC can have CI/CD pipeline doing the same job. Same principle, same workflow, but gaining popularity because k8s (or similar orchestration) becoming more mature.
@polinakoornneef1145
@polinakoornneef1145 2 жыл бұрын
We were doing GitOps without realizing it. When I first heard about GitOps I thought that it is a new framework, but at it seems that the name is new.
@nicolasafonso8916
@nicolasafonso8916 2 жыл бұрын
@@jelledenburger992 In my opinion, the most critical size of GitOps related to "storing IaC files and monitor evolution" is in the testing part. The way in which you verify the deployment (both by reviewing or which some sort of automation) makes the difference. (Just an opinion)
@vipinmittal2415
@vipinmittal2415 Жыл бұрын
Wow Nana. I am falling in love with these videos. why I found these videos so late. Thank you so much for these detailed concepts explanations. your videos are exactly what I needed at this point of time. Thank you. Please don't stop.
@aaen9417
@aaen9417 2 жыл бұрын
These videos are great Nana. Thank you so much
@stuffedcode
@stuffedcode 3 жыл бұрын
Great explanation on what GitOps is! Loved the CD integration part explanation, it's spot on!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Appreciate your great feedback, thank you! :)
@4eversuju
@4eversuju 2 жыл бұрын
wow! Thank you so much for this review Nana! Super helpful and I finally understand why some people choose to use jenkins versus argocd! Thank you so much!
@NARASIMHAM1002
@NARASIMHAM1002 Жыл бұрын
Thank you Nana for clear and crisp explanation. It clearly shows your passion for tech!
@gabrielarodriguez7320
@gabrielarodriguez7320 3 жыл бұрын
Thanks Nana!!, this is what I was looking for, you made it easy to understand! :)
@opinoynated
@opinoynated 3 жыл бұрын
Thank you! GitOps is really valuable for AI research teams as well. Most of the time, blockers in development are caused by limitations in the infra and the turn around time before requirements are applied are usually long because of submitting ticket requests and discussions just so infra managers can do the changes.
@ikelewis678
@ikelewis678 Жыл бұрын
Thanks for making the video that finally made the pull based GitOps concept click for me.
@ИванЖалдак-ю8у
@ИванЖалдак-ю8у Жыл бұрын
Now this is how you make an educational video! Great job!
@cesarolavo
@cesarolavo 3 жыл бұрын
I came across one of your videos this morning completely by chance (well, not exactly by chance, ain't it, google?) and now I'm hooked on your channel. Kudos, Nana! All videos clear and precise. This will save me a few bucks. Sorry, Udemy! ;-)
@aaronsteers
@aaronsteers 3 жыл бұрын
Love this video! You did a great job explaining IAC. XaC was a new concept to me, but I may use this in the future. Also, I appreciated the clear way in which you described the natural evolution of IAC, why the local dev pattern is flawed, and how we solve that with git-managed pipelines.
@marabgc20
@marabgc20 Жыл бұрын
I just discovered your channel and it's really really helping me begin to understand all this concepts and technologies! Thank you so so much, your videos are wonderful
@travelvidme4796
@travelvidme4796 3 жыл бұрын
Loved the video. Simple... Powerful and very visual. I watch every day to gain small amount of wonderful knowledge
@sivakumar-hs3rd
@sivakumar-hs3rd 3 жыл бұрын
Cristal clear explanation thank you Nana
@chuongtran6224
@chuongtran6224 2 жыл бұрын
Thanks Nana for the great GitOps introduction!
@GermanLarez
@GermanLarez 2 жыл бұрын
Sounds great when you put it that way, perhaps organizations should emphasize more in this, always thanks for sharing!
@linamargothpinerosrubiano3684
@linamargothpinerosrubiano3684 3 жыл бұрын
So good! Thank you very much Nana!! What I loved from this video is you make no assumptions, therefore elaborated the idea of GitOps in a very clear way for beginners and probably for advanced users who might lost any bits of info before… brilliant!!
@iamjimgroth
@iamjimgroth Жыл бұрын
Very clear and understandable explanation of GitOps. Thank you.
@ajitmohanraj
@ajitmohanraj 2 жыл бұрын
Your videos are very clear and the animation is so sharp ! Thank you
@talhajahangiri8656
@talhajahangiri8656 2 жыл бұрын
Hats off Nana for such precise and informative video of topic I was struggling to understand. Thanks and keep posting. Best wishes
@saidireddy2246
@saidireddy2246 2 жыл бұрын
we are exactly using & following the same process, good to know follow this in detail and the global standards.
@mihai6564
@mihai6564 3 жыл бұрын
many thanks. I did the gitops in my project for many years. But only now I realized it is called gitops
@lucasfe3436
@lucasfe3436 3 жыл бұрын
Nana, your contents are amazing! thank you very much!
@tuanquynet
@tuanquynet 2 жыл бұрын
Thanks. The explanation in video is short and but clear and understandable.
@mohzaher2000
@mohzaher2000 3 жыл бұрын
Many thanks for the video Nana. A really very exciting feature for sys admins and net admins. Could you please consider a video that explains your ideas about SRE role? Ironically I found many professionals who don’t really know what an SRE is!!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Mohamed and yes we will consider it!
@indiansouls8357
@indiansouls8357 3 жыл бұрын
Outstanding way of presenting an overview with clear and concise info 🙏
@jaxparrow1794
@jaxparrow1794 3 жыл бұрын
As always, top notch, Nana! Thanks!
@Ferregus
@Ferregus 3 жыл бұрын
Awesome video Nana, thank you a lot! I'm waiting for one about argocd.. Greetings from Brazil :)
@kalankaraivilakkam
@kalankaraivilakkam 3 жыл бұрын
Hi Nana, Great job once again. You did it right, I am extremely satisfied with more information in less than 12 mins. You got a great teaching skills too :)
@manedurphy
@manedurphy 3 жыл бұрын
Excellent content as always. Thank you, Nana!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Dane, appreciate your comment :)
@KevinAyres-r6e
@KevinAyres-r6e 7 ай бұрын
Great stuff as always Nana! I would love to see Rancher/Longhorn/NeuVector type preso on GitOps-CI/CD. For us Rancher on EKS users with CodePipeline, etc. Exciting stuff - thanks again
@gustavozanattabruno3539
@gustavozanattabruno3539 2 жыл бұрын
Congratulations from Brazil for the didactics and for the english
@sebastiaanstoffels7565
@sebastiaanstoffels7565 3 жыл бұрын
Great video Nana!
@michaelpacheco7421
@michaelpacheco7421 3 жыл бұрын
Amazing and clean explanation. Straight to the point! One question: why the need of a separate git repository? Why not the same production code repository?
@1982iniceman
@1982iniceman 2 жыл бұрын
Well one logic according to me is Benefit 1 : Access to infra code to only those team members , clear separation of concern between app code and infra
@soumyamisra4936
@soumyamisra4936 7 ай бұрын
Thank you for the explanation. As you mentioned testing the config files and IAC code. Do you have any videos on how to test our IAC code and config files?
@dsinghr
@dsinghr 7 ай бұрын
Nana explanation is amazing
@AlayDhagia
@AlayDhagia 2 жыл бұрын
Simple and clear. Thank you for putting it up
@vailtonbeserra9408
@vailtonbeserra9408 2 жыл бұрын
Your videos are great !!!!
@aL3891_
@aL3891_ 3 жыл бұрын
great, concise summary as usual :)
@joemadrid9706
@joemadrid9706 2 жыл бұрын
Very helpful. Smooth explanation!
@R_Mahesh5
@R_Mahesh5 2 жыл бұрын
Kindly, make a complete course material on GitOps with all Practical deployments and GitOps structure… end to end GitOps course please
@arpanchakraborty9874
@arpanchakraborty9874 3 жыл бұрын
Just clear and crisp. Bless you. Thanks so much
@sandeeptembare
@sandeeptembare 2 жыл бұрын
Thanks Nana again, its helpful. I hope will do some hands on...
@techwithsoleyman
@techwithsoleyman 3 жыл бұрын
I love these slides, how do you make them?
@narendrar9940
@narendrar9940 3 жыл бұрын
As usual great video, simple and easy to understand, this is helping new learners very much. Thank You!
@pritomdas6215
@pritomdas6215 3 жыл бұрын
So well explained, kudos to this kind of quality content!!!
@cambellajoe
@cambellajoe 3 жыл бұрын
As always, awesome content
@MrArtod
@MrArtod Жыл бұрын
So good videos, dude, helped me so much 🤗
@FriedrichBrunzema
@FriedrichBrunzema 2 жыл бұрын
Very nice video, short and concise.
@urdarkside1
@urdarkside1 3 жыл бұрын
Hey Nana, Kindly make videos on Network as code, Policy as code, Security as code, Configuration as code. 💯 Thanks.
@mykhailokoliadko7737
@mykhailokoliadko7737 2 жыл бұрын
As usual AWESOME!!!!!😬😬😬😬😊
@simaattar3154
@simaattar3154 2 жыл бұрын
Your videos are wonderful, Thanks!
@kirancn8394
@kirancn8394 3 жыл бұрын
Crystal Clear explanation Nana. Great work !! Can you please make a video on Chaos Engineering and CHaos Mesh tool. Just a request. Thanks
@balapurambhaskar
@balapurambhaskar 2 жыл бұрын
Great video. Excellent explanation about GitOps.
@rajitpaul4676
@rajitpaul4676 2 жыл бұрын
Thank you so much for this wonderful explanation!
@DoodleIO.
@DoodleIO. 3 жыл бұрын
loving your videos👏👏 .. very informative and easy language ..please keep making videos for us 🙏🏻🙏🏻
@kolos121
@kolos121 3 жыл бұрын
Great information! One thing I'd like to add is that in any urgent events (example the need to upgrade infrastructure due to high traffic) you would still want to leave open doors to do this quickly, like just doing terraform apply and skipping the whole commit and CI/CD workflow. Of course you should still commit this change but when seconds count you have to be prepared to break certain rules.
@JonathanLoscalzo
@JonathanLoscalzo 3 жыл бұрын
Something that I think is a kind of interview questions. Rollback are ok, but... What does it happen with "migrations", or something that you might need to "rollback", these scenarios are not trivial I think... Great Content and useful!!! I would like to start your intro to kubernetes, Perhaps... following week.
@geanfrancovolpe
@geanfrancovolpe 2 жыл бұрын
Thank you for this video, i've learned a lot!
@leorotondano
@leorotondano 2 жыл бұрын
Awesome video! Congrats
@cristianocolangelo9920
@cristianocolangelo9920 3 жыл бұрын
Hi Nana excellent content as usual. Tip: you probably need some phono absorbing panels to remove the annoying echo :-)
@jmrumble
@jmrumble 3 жыл бұрын
You can try surrounding the mic with stuffed animals or ruffled blankets.
@harshitaarya7619
@harshitaarya7619 2 ай бұрын
Just what I needed
@omarsyr5802
@omarsyr5802 3 жыл бұрын
Nice and clear explanation. Thank you.
@feiyang9136
@feiyang9136 3 жыл бұрын
very nice and useful video, my company flow is the same with your video. Pluse terraform enterprise, which has a queue for TF changes.
@leahleiva8060
@leahleiva8060 2 жыл бұрын
So clear and useful- thank you!
@manuelnucci_
@manuelnucci_ 3 жыл бұрын
Very clear explanation! We'll have to change focus and start DevOps teams to develop their own CI/CD pipelines
@jemjafp
@jemjafp 2 жыл бұрын
Thanks for the video, is so good, Saludos desde Perú! :3
@trump1688
@trump1688 3 жыл бұрын
Thank you for the great explanation! Easy to understand!
@aietisreekar2425
@aietisreekar2425 3 жыл бұрын
I'm huge fan of u'r explanation
@GabrielMamuttee
@GabrielMamuttee 3 жыл бұрын
Awesome! Please more videos on the subject!
@hommiamessaoud9882
@hommiamessaoud9882 Жыл бұрын
Great Explication thank u very much , Just I have a question , u have a great presentation so what tool did u use to make this presentation please ?
@andreapetrelli410
@andreapetrelli410 3 жыл бұрын
Thank you as always!
@robwells57
@robwells57 3 жыл бұрын
Consistently high S/N ratios. Thanks Nana!
@andreynazarenko
@andreynazarenko 3 жыл бұрын
I am new to the devops practices and these kind on videos are really great, simple, clear and easy to understand for me. It helps me to figure out instantly what is what and what direction to go. Thanks 🙏
@iakashpatel
@iakashpatel 3 жыл бұрын
hey Nana, thank you :) learning a lot from your videos
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
That's great to hear, thank you Akash :)
@dipk.mishra
@dipk.mishra Жыл бұрын
How do we ensure right configuration related to application is also going to multiple clients and multiple environments?
@vasudevadernierstuff
@vasudevadernierstuff 3 жыл бұрын
i was just learning devops but this also makes me interesting.
@abigailcharteris4329
@abigailcharteris4329 3 жыл бұрын
Thank you for this informative presentation, as a developer this seemed really obvious to me and it's what we did when we moved to cloud. The CI/CD pipeline is pretty much the same as app dev pipelines. What I'd like to see is the automated testing and validation of IaC - this is a well defined process with rich tooling in coding languages like Java, C# etc etc. but what are the best practises for IaC?
@gmitto75
@gmitto75 3 жыл бұрын
Love all your courses. Wish there was a course on Apache Spark from you.
@rbelatamas
@rbelatamas 3 жыл бұрын
Thank you so much! Brilliant video!
@sereose
@sereose 3 жыл бұрын
Thank you for the video. Very informative.
@sreerang3
@sreerang3 3 жыл бұрын
What's the benefits of pull rather than push ?
@awsomeslayer1
@awsomeslayer1 3 жыл бұрын
Can you show a live example of how Gitops would work when multiple people are updating it? I would really like to see a real-project like situation where Gitops is helping in project development.
@laffinkippah
@laffinkippah 3 жыл бұрын
It's actually explained in the video, maybe you missed it. Different people submit different changes as PRs that need to be reviewed and approved by other members of the team. Once the PRs are approved, they are merged into the main branch (sequentially, in the same order they get approved). Each time the main branch changes, those changes are pulled to (or pulled from) the actual infrastructure.
@jazzochannel
@jazzochannel 5 ай бұрын
@@laffinkippah explaining a concept and showing a practical example is not the same thing. maybe you missed that?
@santosharakere
@santosharakere Жыл бұрын
Excellent video, thanks👍
@ithereos9554
@ithereos9554 3 жыл бұрын
Re: Push vs. Pull, which one is considered better and why?
@netUncle
@netUncle 3 жыл бұрын
It's amazing lot more better than other videos I watched. Because very clear speech, nice easy and slowly pronouncing words. And lot more efforts put in visualization. This is the key and makes it amazing and best of the best. Keep up the good work. I have one question, how do we test IaC, can we write tests for it, or just create all infra in test account or something and then verify manually???
@jayrizzo1454
@jayrizzo1454 3 жыл бұрын
Topic: Best ways to help identity differences in environments. Dev, QA, Staging, Production. There are so many ways, what are the best practices for maintaining environments for code hotfixes, db structures changes etc. That might be different between environments/servers. Or best ways to validate there are no differences. Broad topic. But curious.
@joshvanathan1000
@joshvanathan1000 Жыл бұрын
@nana thanks for the video.. recently we came across a scenario like one of my team member has accidentally applied kubectl apply from their local machine. Which collapses the previous ingress controller, also during reverting they deleted the ingress namespace itself.. because of this, there is no way to do a helm rollback as well.. in this case, what would be the advantage of gitops to revert back the ingress to the previous state ?
@KamilMansoor
@KamilMansoor Жыл бұрын
outstanding explanation
@nas-veridid
@nas-veridid 10 ай бұрын
Thank you Nana.
@iaa6662
@iaa6662 2 жыл бұрын
As always, thanks :)
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained
13:19
TechWorld with Nana
Рет қаралды 282 М.
ArgoCD Tutorial for Beginners | GitOps CD for Kubernetes
47:53
TechWorld with Nana
Рет қаралды 685 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 913 М.
What is DevSecOps? DevSecOps explained in 8 Mins
8:20
TechWorld with Nana
Рет қаралды 240 М.
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 912 М.
Linus Torvalds: Speaks on Hype and the Future of AI
9:02
SavvyNik
Рет қаралды 323 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
32:31
TechWorld with Nana
Рет қаралды 1,6 МЛН
Hybrid Cloud and MultiCloud | Why are companies adopting it?
13:35
TechWorld with Nana
Рет қаралды 77 М.
ArgoCD Starter Guide: Full Tutorial for ArgoCD in Kubernetes
33:41
DevOps Journey
Рет қаралды 85 М.