Terraform with Azure Kubernetes Service

Поділитися
Вставка

КОМЕНТАРІ • 45

  • @WatermarkMarineOz
    @WatermarkMarineOz 4 роки тому +6

    That video is seriously the best format I've seen for IT training, you should patent it (if only), the effort you put into editing to save us being bored should be the standard, well done dude. Also, your content is amazing, love it.

  • @zhenyab7142
    @zhenyab7142 2 роки тому

    Thank you! Was working on Terraform code for AKS in my company and your video helped me with modules and outputs

  • @wolf4091
    @wolf4091 3 роки тому +3

    Your tutorials are very clear and concise. I am forwarding you to all of my fellow cohorts in my DevOps program. Youve got great stuff! Keep it up sir!

  • @kokou_egbewatt
    @kokou_egbewatt 4 роки тому +2

    Just what I needed. Best video I have watched till now on starting up with terraform and aks

  • @gobiasltd
    @gobiasltd 3 роки тому

    Clearly very intelligent and a great communicator. That's a powerful combination.

  • @moviestudioland
    @moviestudioland 2 роки тому

    Very nice. Fast paced. To the point. Thank you.

  • @joesome_
    @joesome_ 3 роки тому +2

    Absolutely magical, keep up the good work. No idea how I accidentally bumped into the perfect video.

  • @cloudkungfu
    @cloudkungfu Рік тому

    Does this style of IT training have a specific name? You provide all the details we'll need at the exact time we'll need it in the right amount! Amazing!!

  • @williampinilla7999
    @williampinilla7999 4 роки тому

    Thanks Devops guy, I enjoyed understanding more about modules and also the idea to move the YMLs to kubernetes_deployment.

  • @TythosEternal
    @TythosEternal 2 роки тому

    Great stuff. Minor observation: in the k8s module, the container resources have constraints as an argument, not a block type--in other words, " limits { " and " requests { " should be "limits = {" and "requests = {", respectively. But thank you for putting this together, it was a fantastic find!

  • @KDSBestGameDev
    @KDSBestGameDev 3 роки тому +2

    I honestly like to have infrastructure and k8s deployments splitted. So I leverage terraform to deploy the cluster with nodepools, but for k8s deployments I stick to the yaml files. Still learned somethings. Thanks for to good work.

  • @promisepreston
    @promisepreston 4 роки тому

    Thank you for this comprehensive video

  • @fishmonkeycow9246
    @fishmonkeycow9246 4 роки тому

    Recent subscriber, really enjoying your content!

  • @denisalustau
    @denisalustau 3 роки тому

    Congratulations for the video, it was really helpful!

  • @krishnasangepu4005
    @krishnasangepu4005 3 роки тому

    Excellent explanation and great content on your channel.

  • @WizTonE
    @WizTonE 4 роки тому +2

    Very good content.
    Is the "TENTANT_ID" a typo at 3:23?

  • @georgepapathanail8933
    @georgepapathanail8933 3 роки тому +1

    Excellent video! I would like to ask you something that it is not mentioned in the video.
    In my scenario I have already an VNet (created from portal) and a I want to attach this VNet to my cluster. How can I do this?
    (I am using CNI)

  • @prathibhap7770
    @prathibhap7770 3 роки тому

    Hi it's very use full, but how can we deploy helm charts using terraform provider

  • @phyxirian
    @phyxirian 4 роки тому

    Very clear example. Thank you

  • @singh.amritpal
    @singh.amritpal 2 роки тому

    Really good video! Thanks a lot

  • @rubencho1121
    @rubencho1121 2 роки тому

    Great tutorial! It works!

  • @rashidshiplu
    @rashidshiplu 3 роки тому

    Excellent work!!

  • @hiandhra9971
    @hiandhra9971 Рік тому

    Hi I tried your method using those files you have in your git repo. But I keep failing with terraform output values when I used the same as you. And you also missed the pipeline.yaml file to upload in your git repo. You have only modules but not the entire pipeline.yaml file. Could you please help to explain

  • @nicoretuas
    @nicoretuas 3 роки тому

    But how to do all that from a CI Pipeline? I mean i have to store my secrets somewhere, if i want to execute those steps automatically. To i just store them in the variables.tf Files directly?

  • @flenoir34
    @flenoir34 4 роки тому +1

    very interesting video !! i like the way you explain things. i'm also just working on an infrastructure with Terraform and i had to understand how this code was previously done. No i undertand where i have to change code. Maybe in another video it can be fun to add grafana to this Azure cluster

    • @victorsavkov8363
      @victorsavkov8363 4 роки тому

      AFAIR, he shows how to setup Grafana in his Prometheus videos ua-cam.com/play/PLHq1uqvAteVuEXCrRkPFWLXRKWNLOVUHn.html

  • @ChanceTEK
    @ChanceTEK 3 роки тому

    Brilliant! I appreciate you... (NYC)

  • @nishantabanik8327
    @nishantabanik8327 Рік тому

    Please make Videos on Elasticsearch. There is a huge void of good tutorials in ELK & I think you will do real justice to make this topic easily understandable to everyone!! God bless you!!

  • @wouldyoudomeakindnes
    @wouldyoudomeakindnes 4 роки тому

    thanks for this video, needless to say you are awesome!! amazing skills

  • @sarkarRishi
    @sarkarRishi 3 роки тому

    Thanks, superb video 👌🏼

  • @MaksimST
    @MaksimST 4 роки тому

    So simple so cool! thank you so much

  • @shawnyin1779
    @shawnyin1779 4 роки тому

    I found that you have a monitoring folder on github using kubernetes-alpha of provider, but I got an error when I ran it. Is this workable?

    • @MarcelDempers
      @MarcelDempers  4 роки тому

      You may have found a feature branch I was working on. The kubernetes-alpha provider is a new plugin but not ready for production as far as I know. Might want to check the Hashicorp docs before trying that

  • @MrNiceseb
    @MrNiceseb 2 роки тому

    "Using bash groups or powershell scripts and creating our infrastructure line by line or script by script we can just create a terraform file and let terraform do all the work" - but when using az CLI is it not also doing the same thing? Are you saying terraform applies just the diff as opposed to az aks create will do its thing whether an existing aks cluster exists or not and hence resulting in a faster deployment experience?

    • @MarcelDempers
      @MarcelDempers  2 роки тому +1

      They're very different, running CLI commands is more imperative, like "give me this", "then give me that" , "followed by that". The outcome when running a CLI as three commands for example may not always yield the same results.
      CLI commands like az aks create will not apply any diffs after the cluster is created, then youll have to run az aks update as an example.
      Terraform will attempt to apply the diff to match whatever is in your terraform files.
      Terraform tries to achieve desired state by being more declarative instead of imperative. Both has its strengths and weaknesses

  • @cooltimus89
    @cooltimus89 4 роки тому

    Great content!

  • @dancemyworld6338
    @dancemyworld6338 Рік тому

    Awesome

  • @rahulgowda2007
    @rahulgowda2007 4 роки тому

    very neat

  • @karthikkarthik100
    @karthikkarthik100 2 роки тому

    Super!!!!

  • @denisrazumnyi6456
    @denisrazumnyi6456 4 роки тому

    Great man ! Like !

  • @ybonda
    @ybonda 4 роки тому

    Please record Terraform with EKS!
    Thank you!

    • @MarcelDempers
      @MarcelDempers  4 роки тому +2

      ua-cam.com/video/Qy2A_yJH5-o/v-deo.html 💪🏽💪🏽💪🏽

  • @jacobsmultimedia4507
    @jacobsmultimedia4507 3 роки тому

    i wanna be like you

  • @zaboomafia
    @zaboomafia 2 роки тому

    zabber

  • @Shamikism
    @Shamikism 3 роки тому +1

    Stop Flexing. It's distracting. :D