Why use Microservices, Docker & Kubernetes?

Enterprise companies structure & deploy their apps differently...
Deploy your own Minecraft server in 1 minute on Acorn here: acorn.io/run/ghcr.io/cloudnau...
Learn more about Acorn here: acorn.io
Hi, I'm Wesley. I'm a brand ambassador for Kinde.
👉 NEW React & Next.js course released at any moment to email subscribers: email.bytegrad.com
👉 Professional JavaScript Course: bytegrad.com/courses/professi...
👉 Professional CSS Course: bytegrad.com/courses/professi...
👉 Discord: all my courses have a private Discord where I actively participate
🔔 Email newsletter (React + Next.js course out soon!): email.bytegrad.com
⏱️ Timestamps:
0:00 Slack flowchart
0:52 Acorn
1:08 Monolith app
2:53 Microservices
4:40 Benefit 1
5:24 Benefit 2
6:14 Benefit 3
6:32 Benefit 4
6:57 Benefit 5
7:23 Benefit 6
7:40 Why Docker?
9:01 Why Kubernetes?
11:35 Why Acorn?
12:27 Example app
15:37 Acornfile
18:12 Deploy to Acorn
21:21 Acorn playground
22:22 Dev mode in Acorn
22:45 Minecraft server
#webdevelopment #programming #coding

Пікірлер: 31

  • @ZainAliSiddiqui
    @ZainAliSiddiqui5 ай бұрын

    My man started getting sponsors 🎉❤

  • @jaydeep-p
    @jaydeep-p5 ай бұрын

    Step 1- create an amazing open source technology that is super complex and difficult to use Step 2- create a paid service that makes it easier to use

  • @manabukun
    @manabukun5 ай бұрын

    Disagree with most of this video. 1. Consolidating the tech stack has huge advantages from better resource utilization to reducing dependency issues and vulnerabilities. Stick to as little as required. 2. For most purposes microservices and Kubernetes are overkill. I lost count of the number of times microservices apps end up being more complicated and more expensive to manage when moving from monolith. Not to mention performance hit. I hope you have heard of the Amazon Prime Video story. It agrees with my experience. 3. Microservices are specifically useful only for cases of large number of small atomic tasks happening very frequently.

  • @juanwea223
    @juanwea223Ай бұрын

    Was always afraid of Docker and Kubernetes. I am still afraid but at least now I understand what they do lol. Great channel

  • @zunairullah
    @zunairullah5 ай бұрын

    If you cant explain it simply you dont understand it well enough. (Albert Einstein). This man really understand things very well

  • @sanyamjain7058
    @sanyamjain70585 ай бұрын

    Love your content ❤

  • @rafaelcisnerosgomez7295
    @rafaelcisnerosgomez72955 ай бұрын

    This is great!!

  • @jrmayol857
    @jrmayol8575 ай бұрын

    Great vid! Btw, looking good on that new look with glasses

  • @mukul.sh31
    @mukul.sh315 ай бұрын

    Thanks for the video

  • @welcomeJava
    @welcomeJava5 ай бұрын

    React and Next courses please, can`t wait any longer !!!

  • @rog0079

    @rog0079

    5 ай бұрын

    there are already tons of courses on youtube for free! Just do a simple search and you'll get them.

  • @adlerspencer
    @adlerspencer5 ай бұрын

    Thank you! Thank you so much, Mr. Wesley! 🎙👏👏👏👏 "To Infinity and Beyond!" 🚀👨‍🚀

  • @jacobbdev
    @jacobbdev5 ай бұрын

    Any update on the latest course or is it no longer coming? My boss keeps pushing me to buy the latest Javascript Mastery NextJS course but I told him that I'm trying to wait on Bytegrad's course, but he is bugging me everyday.

  • @williamcao5139
    @williamcao51395 ай бұрын

    is this the next course after react/nextjs course ?

  • @leularia
    @leularia5 ай бұрын

    is Acorn opensource and free to host on self VPS or any other tool ??

  • @kevl7129
    @kevl71295 ай бұрын

    Microservice tutorial please 😂🤞

  • @williamcao5139
    @williamcao51395 ай бұрын

    new course is still not up ?

  • @pakimon82
    @pakimon825 ай бұрын

    Lets say we have these N micro services in N different repos. Where does the acorn file live and how do we do the whole orchestration and dependency dance for deployments. At my current company, these is a ton of human effort that is required to coordinate between services owners so that services go out in a very controlled manner. Super clunky, slow, and expensive

  • @hakanaki
    @hakanaki5 ай бұрын

    How do big companies do the same for their database at scale? Do they have one database which all the services use to store data or do they have multiple databases?

  • @eltonsampaio7652

    @eltonsampaio7652

    5 ай бұрын

    One of the characteristics of micro-services is “Decentralised Data Management”, meaning that each micro-service should have it’s own database. You might ask what if one service needs data that is stored in another service’s database. Well, you can communicate between services using a message broker like Kafka ( there are other ways as well)

  • @hakanaki

    @hakanaki

    5 ай бұрын

    ​@@eltonsampaio7652 wow, interesting. Thank you for the reply ❤

  • @ymh_7885
    @ymh_78855 ай бұрын

    What about if we have for example a Database as a service and inside of it we have for example 1 million data of products for example, and sometimes we have to calculate and get many products in same time how can we optimize that ? can we cut the database into multiple ? cause in this case even 1 people can be expensive on the request

  • @lian1238

    @lian1238

    5 ай бұрын

    On client side, you do pagination. Limit the number of items on page. You can also add a cache layer, if multiple requests are made almost at the same time, just return the cache. On the database side, you need to use indexes where appropriate, write performant queries, etc. What you said about breaking database into multiple is called sharding.

  • @favanzzo
    @favanzzo5 ай бұрын

    where is the course :

  • @heysahilsingh
    @heysahilsingh5 ай бұрын

    I have doubt in my mind. Can we have different middlewares for different path? Can we also have multiple middlewares for the path?

  • @otis2646

    @otis2646

    5 ай бұрын

    yes we can

  • @heysahilsingh

    @heysahilsingh

    5 ай бұрын

    It would be helpful if you could make me understand @@otis2646

  • @br3nto
    @br3nto5 ай бұрын

    You know you can build monoliths in this same modular way?

  • @cubedev4838
    @cubedev48385 ай бұрын

    U should make real project for this

  • @shubhankartrivedi
    @shubhankartrivedi5 ай бұрын

    you got glasses lol! how much power (glasses)?

  • @ByteGrad

    @ByteGrad

    5 ай бұрын

    Hahah medium strong