Simplify Kubernetes YAML with Kustomize

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • Subscribe to show your support! goo.gl/1Ty1Q2 .
    Patreon 👉🏽 / marceldempers
    Today we're going to look at simplifying YAML management with a tool called Kustomize.
    Kustomize is built into the kubectl binary, making it super easy to access and consume as part of your operations and CI/CD pipelines.
    Many times, especially for microservices we want a simple solution.
    Kustomize provides that simplicity without over complicated templating.
    If you want to support the channel further, become a member 😎
    marceldempers....
    Checkout "That DevOps Community" too
    marceldempers....
    If you are new to Kubernetes, check out my getting started playlist on Kubernetes below :)
    Checkout the source code below and follow along :)
    Kubernetes Guide for Beginners:
    ---------------------------------------------------
    • Kubernetes development...
    Kubernetes Monitoring Guide:
    -----------------------------------------------
    • Kubernetes Monitoring ...
    Kubernetes Secret Management Guide:
    --------------------------------------------------------------
    • Kubernetes Secret Mana...
    Like and Subscribe for more :)
    Source Code
    --------------------------------------------------------------
    github.com/mar...
    Follow me on socials!
    marceldempers.dev
    Twitter | / marceldempers
    GitHub | github.com/mar...
    Facebook | thatdevop...
    LinkedIn | / marceldempers
    Instagram | / thatdevopsguy
    Music:
    Track: Joakim Karud - Holiday Blues | is licensed under a Creative Commons Attribution licence (creativecommon...)
    Listen: / holiday-blues
    Track: Joakim Karud - That Day | is licensed under a Creative Commons Attribution licence (creativecommon...)
    Listen: / that-day
    Track: Amine Maxwell - Le Soir | is licensed under a Creative Commons Attribution licence (creativecommon...)
    Listen: / le-soir
    Track: souKo - souKo - Parallel | is licensed under a Creative Commons Attribution licence (creativecommon...)
    Listen: / parallel

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

  • @mediatwinkleTV
    @mediatwinkleTV 3 года назад +32

    This is actually the best Kustomize tutorial on youtube hands down. Easy example, straight to the point with overlays and patching. Please keep up the great work !

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

    Finally a video which explains concepts in depth

  • @felipeozoski
    @felipeozoski 2 года назад +4

    Thank you so much for the great content Marcels !!! We love you man!!

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

    This is the best Kustomize tutorial I've seen on RUclips. Period.

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

    Thank you! This video saved me days of tinkering with Kustomize and weeks of experimentation with yaml file organization.

  • @MegaMoses91
    @MegaMoses91 4 года назад +42

    Thank you for keeping us updated with all the devops tools. You’re a talented instructor! Keep it up!

    • @funnyandgames1555
      @funnyandgames1555 3 года назад

      False!!!, he is one of the best instructor

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

      I also agree that he teaches us extraordinary.

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

    I have not that much interest in devops but you make really great videos, congratz!
    And ofc this kustomize video is one of the best ever summary of any tech I've ever seen! truly great!

  • @noo-sho8500
    @noo-sho8500 3 года назад +18

    You're a legend. Thank you for this! This tutorial is so clear and perfectly focused on the topic! The added value of sharing your repo is saving a lot of time and makes it easier to learn. One thing I am missing is the agenda - it would be awesome if you could add timestamps for your video in the description or the video itself, it would make it easier to return to this outstanding tutorial and go through some of the stuff again. Either way, you're the top of the game. Thank you once more for this clear explanation! I subscribed after first few minutes of the video, obviously! Cheers!

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

      Same thoughts here. I too subscribed in just few starting mins 😎

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

    no water, straight to the point, liked and subscribed. respect💪

  • @DevOpsKey1
    @DevOpsKey1 3 года назад

    you are one of my best Mentor in DevOps

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

    I have a task to update our projects to use Kustomize. I had some difficult do find good sources to learn more about it. Luckly I found this video. It helped me a lot.

  • @umermustafa2560
    @umermustafa2560 3 года назад

    The way you explain is really concise and directly goes into the brain through the skull ... I love to watch you videos... Keep it up Boss.

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

    One of the best video on kustomization.. nice and good examples.. thanks 🎩

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

    This video is an awesome hands-on intro to Kustomize for newbies! Thank you for posting it man

  • @mzimmerman1988
    @mzimmerman1988 4 года назад

    I pay for several kubernetes courses. I have to say, this is far better than any of them. Right blend of practical and theoretical. Thanks!

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

    Subscribed and liked. Excellent tutorial. Marvellous job. Take my money!

  • @umeshroy7373
    @umeshroy7373 3 года назад

    There is some magic in the way you present. Thank You Sir 🙏!

  • @patricknelson
    @patricknelson 3 года назад +7

    4:53 - Yes yes yes, this 100%. I’ve only been working with k8s for a relative short while, but I found myself really over complicating things once I realized how much simpler it was to use Kustomize to accomplish the same thing. It’s all about _simplifying_ and making the code easier to *reason * with. I realized that the little trade offs (e.g. less verbosity) resulted in major downsides in other areas like incorporating too much logic and too many variables, layering of variables (defaults), for loops and worse, the use of parameters to incorporate dynamic values at template generation time _dramatically_ increased the cognitive load required to reason about what was ultimately happening. Once I stumbled upon Kustomize I started to realize a completely new way of thinking about how to solve these problems which resulted in a much simpler solution that may have had _slightly_ more code, but that code wasn’t harder to refactor. Best of all: It was just much easier to understand and I was _much_ more quickly able to add, edit, change things with less resistance.

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

    Thanks!

  • @DevOpsDirective
    @DevOpsDirective 4 года назад +6

    Great overview Marcel -- Having Kustomize automatically update deployments that consume a ConfigMap when it changes is particularly useful!

    • @gemmaatroxxibox5322
      @gemmaatroxxibox5322 4 года назад

      This is exactly what I needed to know. I'm only 2 mins into the video so thanks for the heads up.

    • @TheShadow2707
      @TheShadow2707 3 года назад +1

      what happens with old created CM's should they be deleted manually?

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

    Very precisely explained!! Thank you

  • @cyper0418
    @cyper0418 8 месяцев назад +1

    Thanks for your insights, you make me less anxious about not using helm

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

    Amazing video! Thank you so much for posting all this content on k8s it is really helpful!

  • @sanjayjitu1
    @sanjayjitu1 3 года назад

    The best kustomize video i have watched till now.. you are amazing and the way you explains the topics are really cool...

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

    Just wanted to let you know - you are awesome!

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

    Thanks for the fantastic kustomize overview.

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

    This was absolutely brilliant buddy, thanks.

  • @niharikanaidu4564
    @niharikanaidu4564 3 года назад

    Crisp and very informative. Thankyou for posting this. Greetings from India

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

    Clearly explained and easy to follow. The perfect starter! Thank you! 💯

  • @OmarKhaled-re4lu
    @OmarKhaled-re4lu Год назад +1

    veryy veryy good explanation, you're professional!

  • @algorithm1313
    @algorithm1313 3 года назад

    dude you are awesome as hell!!!!! you make my work life easy and awesome

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

    This is some superb content covered with a superb level of clarity! Subscribed!

  • @asdasddas100
    @asdasddas100 3 года назад

    I wish I saw this video before I saw your helm charts video. I'm also a believer in keeping it simple but I already implemented helm into my application

  • @sagarajayathilaka
    @sagarajayathilaka 3 года назад

    Thanks a lot. Great Stuff, Short and right onto the point. Every word is valuable and meaningful.

  • @schrapj
    @schrapj 3 года назад

    Brilliant! Fast, clear and to the point.

  • @stefanschmidbauer6075
    @stefanschmidbauer6075 4 года назад

    Great job Marcel. It's a lot of fun to watch your videos!

  • @edidiongetuk7133
    @edidiongetuk7133 4 года назад +2

    Thanks so much Marcel! I needed a crash course on Kustomize and I got exactly that!

  • @ernesto.delaluzmtz
    @ernesto.delaluzmtz 2 года назад

    Thank you so much for this tutorial, you go straight to the point, you are very good and so clear at explaining, I can say this has been one of the best tutorials I have ever seen.

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

    This is amazingly helpful. Thank you for making this and other concepts simple to get started with!

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

    Very concise and clear explanation...

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

    Awesome tutorial! Great examples!

  • @ddpxl
    @ddpxl 4 года назад +3

    Marcel... you rock!

  • @DaveThomson
    @DaveThomson 4 года назад +1

    100% agreed, everything uses HELM where I am and it's ridiculous to manage and understand whats going on. Argo and Kustomize are wonderful!

  • @JohnMatthew1
    @JohnMatthew1 3 года назад

    I now understand Kustomize! thank you

  • @gadieichhorn7570
    @gadieichhorn7570 3 года назад

    very nice demo and agree with simplicity and usability

  • @subzeroleaf
    @subzeroleaf 3 года назад

    You're doing a great job, bro! Congrats

  • @olehigorovich474
    @olehigorovich474 3 года назад

    Very comprehensive and engaging tutorial! Thank you!

  • @lakshmananganesh2090
    @lakshmananganesh2090 4 года назад

    Really nice to learn everything from your video and implemented quickly.

  • @farrukhahmedsid
    @farrukhahmedsid 4 года назад

    Clear and informative video.. Quite a useful thing kustomize is. Thanks Guy!

  • @nicotarquini
    @nicotarquini 3 года назад

    Thanks Marcel! I have understood perfect. Greetings from Argentina!

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

    Great presentation!

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

    Awesomely Explained.

  • @manjunathn6539
    @manjunathn6539 4 года назад

    Awesome video
    As always😎

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

    Thank You for making this Video

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

    Thanks it was great help !!

  • @sandro_j
    @sandro_j 4 года назад

    Thank you for posting. I always learn something new from your videos!

  • @lurhq343
    @lurhq343 3 года назад

    Always on point! Thanks!

  • @NiteshKumar-do4en
    @NiteshKumar-do4en 4 года назад

    I was using kustomize from 1 month and a good tool for all my yaml

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

    Bravo 🙌 🎉 👏 :)

  • @lamle5183
    @lamle5183 4 года назад

    Thank you very much. Your video is very informative and useful.
    I'm going to apply Kustomize to the project at work.
    I have been struggling to find a smooth approach to handle different environments (dev, testing, staging, prod, etc.). The pains include image tag replacing, persistent volume / persistent volume claim. Take PV and PVC for example, I use Docker Kubernetes on Windows, on local dev environment, I cannot specify static PV paths and can only use PVC with automatic storage allocation, but on staging and prod, I must use PV with nodeAffinity. So on. You know... I think this is a great find. Thank you!

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

    Great explained

  • @arpanchakraborty9874
    @arpanchakraborty9874 4 года назад +6

    Compact yet highly informative videos!! Thanks a ton. Looking forward to more.I just have one question : What is the difference between patches and patchestrategicmerge?

  • @nixkpro99
    @nixkpro99 4 года назад

    Thanks video you explain different helm and kustomize. I support kustomize

  • @vishnupradeep1792
    @vishnupradeep1792 3 года назад

    Thank you very much, Marcel.

  • @anonymoususer6448
    @anonymoususer6448 3 года назад

    Awesome, condensed and super informative and useful video. Thank you !
    Tip: Try slow down on the screen switching.... I'm getting a bit seasick ;-)
    Super useful video

    • @anonymoususer6448
      @anonymoususer6448 3 года назад

      I apologize if this sounds like nit-picking... I'm merely trying to be helpful :-)
      aAsimple fix, to correct any pre-recorded talk, could be to not switching the entire view to where you are sitting behind your computer, but leave your bash on the screen, freeze the screen, correct the audio and during that talk just blank the insert with yourself ... This results in a lot less screen swapping which gives our (my) eyes a lot more time to adjust and assimilate the contents.
      Also many of the Zooms are unnecessary...it is extra work for you and it makes me having stop the video everytime for a second or 2 just to be able to assimilate the contents (may my eyes are slow to adjust)

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

    just have one doubt here. If it automatically creates a configmap 18:42 . Will the old configmap resource which was mounted to the pod remains there or will it automatically gets deleted??

  • @developer-guy
    @developer-guy 4 года назад

    Love your videos another great topic that you covered 🤛

  • @ybonda
    @ybonda 4 года назад +1

    Great tutorials as usual!
    Please make tutorial on Terraform on AWS (with Terragrunt or without)
    Thanks!

  • @DrMicr0b
    @DrMicr0b 4 года назад

    great explanation.... thanks Marcel.

  • @PixarBasim
    @PixarBasim 4 года назад

    Thank you so much for this video! :)

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

    First things first, thanks a lot for this awesome tutorial. As far as I understood, the base tag is deprecated since v2.1.0., isn't it? Instead, I need to convert base to resources?

  • @arpanchakraborty9874
    @arpanchakraborty9874 4 года назад

    Thank you so much. That is really a great tutorial and easy to understand. 🙂

  • @ashwaniahuja
    @ashwaniahuja 4 года назад

    very well explained

  • @조현상-t7x
    @조현상-t7x 4 года назад +1

    Hello. I am a DevOps Engineer in Korea. I am getting a lot of good information from you. Could you please take a video that easily explains how Kubernetes works internally?
    Thank you for always.

  • @Manuel-wg7lq
    @Manuel-wg7lq 2 года назад

    thanks for sharing! :)

  • @calv.io.n8080
    @calv.io.n8080 4 года назад

    Man you rock so hard.

  • @jamesbotwina8744
    @jamesbotwina8744 3 года назад

    Killer video. Had to watch on .75x

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

    The music is great

  • @vinitshah9984
    @vinitshah9984 3 года назад

    Thank you for great explanation. You're an amazing instructor and awesome examples.
    Can you please make a video on tekton pipeline.

  • @tonyjoanes
    @tonyjoanes 4 года назад

    Something I'm thinking here is that if you want developers to easily setup their development environment which would be multiple Kubernetes resources from different repositories then Helm would make it easy to install everything they need rather than having to checkout each repo and deploy it (using helm registry)

  • @FelipeRodrigues-lj1el
    @FelipeRodrigues-lj1el 3 года назад

    Thank you!

  • @TheK1t3
    @TheK1t3 4 года назад

    Thank you for the very informative video!

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

    He is the best

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

    Fabulous ;)

  • @NaveenKumar-ld3rj
    @NaveenKumar-ld3rj Год назад

    Thanks for the wonderful tutorial. If possible Pls create similar video with Flux CD

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

    Excellent video!! Just wondering how would you use this if your image tags were coming from the CI pipeline and so could not be configured manually in a patch file?

  • @georgedicu7397
    @georgedicu7397 4 года назад

    damn, ur explanations are neat!!! thank you!!

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

    why do we need it ? Dont mind I have single yaml for all the files and we change by using replace tokens whether in config maps or direct yml in azure devops pipeline and all customization goes into azure devops library variables . I am not sure why to to hardcode everything in files which can be customizable using the devops pipeline .

  • @my-curiosity
    @my-curiosity 4 года назад

    thanks! great tutorial

  • @basickarl
    @basickarl 3 года назад

    Hows does one inject variables into k8? That is to say values which cannot be coded into files.

  • @raineyzhang8520
    @raineyzhang8520 3 года назад

    It is really a helpful video, I've go through it for several times and learnt kustomize, I have one case need your help:
    I need build the application from Jenkinsfile, and it has some jenkins environment vars need to be passed before apply the kustomize, so in the deployment.yaml, it has the mustache templating, like {{env}}, to be replaced.
    What is the best way to achieve this?
    Looking forward to your kindly reply. Thanks a lot

    • @raineyzhang8520
      @raineyzhang8520 3 года назад

      BTW, in our project, we have a jenksin method to replace the content, just it is by single file name. So I can not figure out how to call it with kustomize folder, maybe before the kustomize build.

    • @raineyzhang8520
      @raineyzhang8520 3 года назад

      Oh, with sed can work

  • @k10-w3s
    @k10-w3s Год назад

    Best !!!!!!!!!!!!!!!!

  • @sasidharallnewp1595
    @sasidharallnewp1595 4 года назад

    hi,
    is it possible to make ingress with variable hosts using kustomization ?

  • @atanudebnath9173
    @atanudebnath9173 4 года назад +1

    could you please make a video using kustomize and helm charts

  • @sanjayjitu1
    @sanjayjitu1 3 года назад

    please make videos on AWS (eks, lambda, api gateway, terraform, spinnaker )

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

    How to generate yaml file for any kubernetes object to see all possible field keys and their structure?

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

      I usually copy from existing YAML that I have on hand. But the best place to get all possible fields is the API docs kubernetes.io/docs/reference/kubernetes-api/
      There are some UI tools i've seen before, but they are still not very mature enough to recommend.

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

      @@MarcelDempers this is not I am looking for. Again I have to browse. I want command to get details in clusters server without going to internet.

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

      For existing objects in a cluster you can get the output as YAML , example:
      kubectl get deploy -o yaml

  • @stevebrayshaw7228
    @stevebrayshaw7228 4 года назад

    Can you use kustomise to alter a base deployment via an override to add in the init container etc for vault integration ? I’m thinking about the use case where a vendor deployment uses basic secrets that I then want to change it yo integrate with hashicorp vault. Great presentation style btw.

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

    Key 'bases' is deprecated ,how can I know use like your video?

  • @nikhilrajan2370
    @nikhilrajan2370 3 года назад

    Does Kustomize work with CRD's

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

    Aamazing video