How to deploy .NET apps to Kubernetes

Поделиться
HTML-код
  • Опубликовано: 26 дек 2021
  • Check out my Dependency Injection course: dometrain.com/course/from-zer...
    Use discount code YTDEP2 at checkout for 15% off
    Become a Patreon and get source code access: / nickchapsas
    Hello everybody I'm Nick and in this video I will show you how you can deploy your applications to Kubernetes very quickly and easily.
    How to create an AKS cluster with Terraform: learn.hashicorp.com/tutorials...
    Don't forget to comment, like and subscribe :)
    Social Media:
    Follow me on GitHub: bit.ly/ChapsasGitHub
    Follow me on Twitter: bit.ly/ChapsasTwitter
    Connect on LinkedIn: bit.ly/ChapsasLinkedIn
    Keep coding merch: keepcoding.shop
    #kubernetes #k8s #devops

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

  • @thowheedh
    @thowheedh 2 года назад +246

    Definitely looking for more on Terraform, docker & Kubernetes please

    • @bartzalewski
      @bartzalewski 2 года назад +7

      agreed, I'm moderate on Docker but I would love some Terraform/K8s videos from a C#/VS/Azure perspective that Nick could provide (edit: oops Nick uses Rider not VS)

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

      Same! I know a bit of K8S and docker but only heard of Terraform, never used it. Would be really nice to get some more context around that!

  • @shahinjabbar525
    @shahinjabbar525 2 года назад +170

    I would like to see more Azure and generally cloud stuff. Those skills are becoming must-have for engineers and I would appreciate if you gonna make a series to get started. Thanks

  • @fat-freeoliveoil6553
    @fat-freeoliveoil6553 2 года назад +42

    I would be really interested in a zero-BS Azure guide - only focusing on the parts of Azure that actually matter in modern-day app development (no legacy or niche features that would only make it more complicated).

  • @MB-Kajtech
    @MB-Kajtech 2 года назад +35

    Honestly proper production level deployment stuff is pretty scarcely available so an in depth deployment series with production in mind would be awesome. Really noticed how most information available is pretty shallow when I did a production deployment for MEAN with Ansible and Docker with Nginx + Certbot, migrate-mongoose and all that jazz. A lot of reading the documentation instead of following a single series or article, I guess I learned more doing it that way but just being able to get something simple to actual production by following a single series would probably help a lot of people.

    • @nickchapsas
      @nickchapsas  2 года назад +7

      Yeah it’s kinda scare how what I show in this video is actually very bare bones and you can take it to the next level in so many ways with Helm, Keptn, etc etc. I’ll see if I can make a follow up video on this one

    • @MB-Kajtech
      @MB-Kajtech 2 года назад +3

      @@nickchapsas Yeah obviously since your just feeling out your audience on this stuff. Sounds good, looking forward to it as I find your content as the best available. Also your recommendation made me move from Visual studio to Rider and I haven't regretted it. Cheers and have a fun new year!

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

      @@nickchapsas thanks for the vid man. looking forward for a-z series a-z that topic. thanks

  • @soucianceeqdamrashti8175
    @soucianceeqdamrashti8175 2 года назад +13

    Defintely interested in more videos like this that go through the whole container/kubernetes world from a dotnet perspective. Maybe for future videos go through 1) Load balancing in more details 2) Centralised logging with Prometheus and grafana 3) Authentication in the world of kubernetes (not just api authenication but also who can call/access the services/pods)

  • @inzyster
    @inzyster 2 года назад +14

    I would love to see a tutorial series for getting a .NET application running in AKS (or equivalent) - from setting up the infrastructure to setting up the CI/CD to having a “production-like” end result. I can already think of a few acquaintances that would appreciate that. It’s cool stuff, but can feel intimidating when you start learning it - and I think you’d do a great job of explaining it.

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

      Do you know if it is possible to create a .NET application running in AKS and that does not need a huge budget? For a small side project

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

      I’ve been wondering that myself. Microsoft has something called Azure Pricing Calculator and using a single cluster with one Linux B2s VM and the cheapest disk option I got 37.74 USD per month. I’m not 100% certain how viable this configuration is, though, or what a “bare minimum” configuration is for AKS.

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

    8:16 "It does that sometimes"
    If I could summarize my entire developer career in a sentence, that would be it.

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

      😂 Turned out I have a DNS issue on my router

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

    I love that you're starting to expand your course offering... Keep up the great work, man. Pillar of the dev community!

  • @aToa5241
    @aToa5241 2 года назад +5

    Hi Nick, Thank you for the great content! Definitely a ‘yes’ for Azure, containers, kubernetes, and terraform, here on RUclips or as one of your paid courses. Cheers

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

    I've been tinkering with Rancher Desktop for some experimentation and this was super helpful. "helm create" is so overwhelming and this was a lot better to start with!

  • @Robin-uu4wx
    @Robin-uu4wx 2 года назад

    I like this content! This feels like the "finishing" step in becoming more knowlegable in the whole software development cycle

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

    You read my mind Nick. This is what I'm currently studying as I am going to migrate and deploy stuff to azure with kubernetes

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

    It would be interesting to have a full series on k8s and azure, developing microservices and then deploy them on AKS.

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

    Really interested. More and more developers/software engineers are required not only to design and code your services but to take care of the "infra as code" as well as deployments and many other complementary tasks. And this is not just in small companies, but also in big ones.

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

    Most interested in the load balancing/scaling portion. We are on the precipice of some of our internal Azure hosted APIs reaching their limit. Showing load balancing would be helpful

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

      Simply scaling your number of pods is a way of increasing load of an API.

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

    Hi @Nick great work as always! Would love to see more microservice related developments with Kubernetes!

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

    Hi Nick,
    As usual worth to watch Video.
    Yes as a audience and fan of your teaching would love to see more videos on Docker, AKS and Terraform with addition Azure Resources like LOAD Balancer, Traffic Lights etc etc. With some real time scenarios as a Playlist. Definitely it will help your audience in your way of teaching...

  • @sandipjadhav-mb3cs
    @sandipjadhav-mb3cs Год назад

    Simple, short and sweet explanation

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

    Thanks for this videos Nick. Would love more on these topics of devops and Kubernetes if possible

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

    very nice video! definitely do more about terraform and docker. I would like to see something even simpler going into detail about how to run an asp.net website into a docker container

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

    Thank you for another awesome video of .Net technologies. And yes, terraform stuff would be wonderful!

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

    Exactly what ive been expecting,, Nick talking about Kubernetes, Thanks for all your effort Nick! :D

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

    This is extremaly useful. Please do a serie about this.

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

    AKS is one of the things that I miss at the moment from Azure, so it is super cool to see you making RUclips videos about it!

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

    Cloud is a really interesting and relevant theme, so it's an excellent video and we want to see more of such great content!

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

    Thanks Nick! Love the .net content but this topic is very relevant for me as well.

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

    Yeah not my favorite topic, but I need to learn about this stuff as well. I welcome this kind of content a lot, since I think it's really useful/important.
    I'm trying to get myself more into the infrastructure part of coding, so I'll be able to actually deploy my code when I work on a project.
    In that context, I'm learning how to set up my own servers as well, might even get into writing netcode someday.
    So, I welcome these videos and really enjoy watching them!

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

    Thanks a lot nick, hope you post more content on containers, kubernetes, IAC

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

    Looking forward to more kubernetes content, thank you so much.

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

    Yes please! Make the full API deployment guide in details!

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

    Yes definitely I will be interested in deeper docker & kubernetes videos

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

    Somehow you always manage to upload whatever I need at this exact moment

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

    Looking forward to this and docker and Kubernetes.

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

    With a heavier emphasis on "infrastructure as code", I definitely appreciate the devops stuff as much as the coding videos.

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

    Definitely looking forward on topics of Azure and k8s

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

    Always awesome videos! Please more videos like this, very useful!

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

    Great video. Definitely would like more on Terraform.

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

    Great walkthrough!

  • @LetsLearnWithA.R
    @LetsLearnWithA.R 2 года назад

    Definitely would love to watch more videos on K8

  • @camilotorresc.2046
    @camilotorresc.2046 2 года назад

    Definitely, a saga or course about more on Azure cloud (also Kubernetes, docker, terraform) stuff would be amazing!

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

    Please make more videos like this, Docker, Kubernettes, Docker Swarm etc. Thanks for the good content.

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

    Hello Nick
    I don't usually comment but I just wanted to let you know this is certainly something I'm very interested in.
    Hope I'm not the only one!

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

    Definitely would like more stuff on terraform and AKS

  • @AftabAnsari-vm5dz
    @AftabAnsari-vm5dz 2 года назад

    Dear Nick,
    Thank you so.much for this video.
    I would be interested to learn more about Kubernetes , like pods, service, ingress and overall K8 components.

  • @tarekel-shahawy891
    @tarekel-shahawy891 2 года назад

    NICK PLEASE MORE ON THIS TOPIC !

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

    Infra and devops are definitely one of my weaker areas. Know enough be dangerous but something I want to get more depth in for sure. Would love some more practical content around deployments

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

    Will be eagerly waiting for your next one bro.

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

    I haven't needed Kubernetes, though I keep inching closer. But I would like to see more videos like this in general.

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

    I really want a serie about that! In the next few months, I have to transfer a windows service application into a bunch of microservices... so you are just in time my friend :)

  • @sbeasley1120
    @sbeasley1120 3 месяца назад

    wow kubernetes and terraform content are both things I would love to see your take on.

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

    looking for more Nick😍😍

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

    Would love to see more about Terraform.

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

    I'm wainting for DDD :)
    This is something that can take you to a next level !

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

      I will probably never do any DDD content

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

    Thanks for the video!

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

    Awesome video Nick, please do more of Microservices and K8's videos.

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

    Yes please I would like more videos like this. Thanks

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

    A series about docker in dev environment(with VS, Rider, VS code) and how to manage multiple containers and profiles and debug using containers, also including best practices, would be great. And then a series of how to take this dev "infrastructure" and deploy it to K8s on Azure or if we have a smal application to Azure Container Services would complete the knowledge that a developer should have about DevOps stuff. The series can also include the tools to use for CI/CD to make our lives easier.
    Now that I think about it, you could make a course instead of a series. Dev to Production and have all that stuff in that course. I think that everyone would buy it.

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

    Hi Nick,
    Big thanks for the example, it really takes my skills to the next level.
    It would be nice to see how we can use Nginx and how to provide it to the AKS.

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

    Will be interested in more detailed video of using terraform, docker and kubernetes for .net applications

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

    Looking forward for a series on docker and Kubernetes on this channel

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

    One thing to consider is many companies have dedicated roles for SRE and Patterns to apply regarding Cloud services and deployments. Secrets management etc. Though I think its extremely important to know how to create helm charts etc, generally its about using company created ones or company created build templates that more developer / specific product teams can use. At least that's my experience so far. I suppose many companies will have their own strategy.

  • @serhii-kimlyk
    @serhii-kimlyk 2 года назад

    More Kubernetes videos, will be much appreciated

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

    It would be nice to have a series on DevOps like from configuring docker, terraform and Kubernetes.

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

    Great video! Please do more videos about kube

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

    Yes please, more about .Net and Linux + Docker

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

    Please make videos on kubernetes and docker. I love how you present the concept. God bless you 🙏 Love from India 🇮🇳

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

    Looking forward to more Terraform, Kubernetes and hopefully small simple CI/CD tools for home use. Not cloud hosted in AWS or Azure.

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

    I'm would love move videos like this involving kubernetes. Load balancing would be really cool!

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

    happy to see you moving towards azure.

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

    I’m interested, make a series!!

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

    Would like more on topic in general. Recently dove in to containerizing and having silly beginner problems like how to store secrets and such. In plain docker solution alreday the IP adress vs container name makes the db conneciton strings a headache. Even more so when i want to keep those things out of version control and/or dynamic. Not to mention other sensitive data. I know Les Jackson made an awesome video but would like another version.

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

    Would like to see a full series on ci/cd pipeline please

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

    I would love to see some more DevOps oriented content

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

    Basics of Terraform would be great!!

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

    Would love to see more ASP.NET Web API deployments on kubernetes!!

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

    I’d enjoy a series

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

    Hey you asked if we would like to know more about Terraform as a dotnet engineer and I would love that. I am trying to wrap my head around being able to just check in some code into github, and the lambda or kuberneties deploy automatically. A full CICD pipeline with terraform. Also, having separate repos fore each lambda or kub api and having it all build and deploy automatically.

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

    You will rescue my ass with those videos. I need that ASAP at my work

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

    Please carry on with your DevOps videos. Being a developer, I would love to learn it from another dev. 🙏🙏🙏

  • @1takew0nder
    @1takew0nder 2 года назад

    +1 for the loadbalancer video

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

    Yes, We want a series of videos about Kubernetes, Terraform, Deploying so that we can make our knowledge basic to mid-level. Cloud stuff needs to be clear first we are .net beginners are stuck into it. Please make a minimal series about it. Your free videos are more than enough from other paid courses.

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

    We need a course for DevOps and NET6. I’m ready to pay for it!

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

    How do you predict things I'm interested in at the current time?!!) Every video perfectly suits into my current needs :) TY

  • @o.t.1934
    @o.t.1934 2 года назад

    Great tutorial. Thank you!
    Pls tell, what Rider theme are you using? And what type of font?

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

    Great video

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

    Thanks for the video. PLOX more

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

    Thanks for the video! What code editor are you using? Pretty cool it has docker support.

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

    Thank you for the video. Could you kindly make a video about teraform (on premise/Azure)?

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

    Yes!!! Please, go on!

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

    Can you please start a series for AKS?

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

    Hey Nick.
    Terrafrom is way off base for a csharp channel. :) I'd rather see you go in-depth into container workflows: debugging, integration testing, automation of runs, etc. You've done some videos on the subject, but they all felt like yet another library demo. Which is cool, to some extent, but i feel you have more to share on the subject. :)

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

    K8s and terraform videos would be really nice

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

    Hi Nick. It would be really cool if you could explain how to work with IaC in Azure. Not neccesarily with Terraform or AKS. I am more interested in the easiest way possible for a solo developer creating a web site with App Service, an Azure SQL db, Key Vault and so on. :)

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

    Hey Nick just want to say that i f love you man

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

    more please!

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

    We want in depth! :)

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

    Please more videos about Azure and Kubernetes

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

    I would love to get to know Kubernetes!

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

    More kubernetes please! :D

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

    Hi Nick.
    Would you consider nowadays using AKS for production deployment to use with microservices? Or you recommend something else in the azure space?
    Thank you.