Step by Step Basic Microservices System (3 NodeJS + 1 Load Balancer containers) with Docker Compose

  Рет қаралды 65,023

Hussein Nasser

Hussein Nasser

Күн бұрын

Пікірлер: 115
@hnasr
@hnasr 2 жыл бұрын
Get my Fundamentals of Networking for Effective Backends udemy course Head to network.husseinnasser.com for a discount coupon (link redirects to udemy with coupon applied)
@lacascadaobregon
@lacascadaobregon 2 жыл бұрын
Damn why does this only have one like? You know a lot about backend. I have a Udemy subscription, going to check the course out!
@johnlovell8299
@johnlovell8299 4 жыл бұрын
Now do one with RabbitMQ in the mix.
@tdias25
@tdias25 4 жыл бұрын
Love these "hands on" type of video
@harsiddhdave44
@harsiddhdave44 7 ай бұрын
I love this guy! He explains it so effectively and with fun! You and Arpit Bhayani are the only two guys that I prefer learning from when it comes to Engineering!
@benjaminlee9380
@benjaminlee9380 3 жыл бұрын
Nice! Seem like a fun person to be watching tutorials from :)
@haq_se_dkp
@haq_se_dkp 3 жыл бұрын
Keep getting this ridiculous error - Windows Machine. Any idea why this might be? parsing [/usr/local/etc/haproxy/haproxy.cfg:12]: Missing LF on last line, file might have been truncated at position 31. lb_1 | [ALERT] 344/180729 (1) : Error(s) found in configuration file : /usr/local/etc/haproxy/haproxy.cfg
@eeebeltran5445
@eeebeltran5445 3 жыл бұрын
Did you find a solution bro?
@haq_se_dkp
@haq_se_dkp 3 жыл бұрын
@@eeebeltran5445 unfortunately not, man. Still waiting :(
@nutandevjoshi
@nutandevjoshi 3 жыл бұрын
same error
@ramlalyadav2286
@ramlalyadav2286 2 жыл бұрын
use this in docker-compose.yaml lb: image: haproxy:1.8 ports: - "8080:8080" volumes: - ./haproxy/:/usr/local/etc/haproxy/
@arvi8843
@arvi8843 4 жыл бұрын
I'm so excited about this, a hands-on microservices. I hope you continue this maybe some event sourcing, cqrs, kubernetes, anything related to microservices 🥰🎉 I hope you'll have a course of a project in microservice structure. ♥️ Thanks a lot.
@johnlovell8299
@johnlovell8299 4 жыл бұрын
If you're fancy, use port 80. Love it!
@hnasr
@hnasr 4 жыл бұрын
John Lovell exactly not everyone got what it takes to use 80.. takes guts 😅
@harshitjain7673
@harshitjain7673 4 жыл бұрын
You can click on the bottom empty part of the explorer window and then create a new file or folder it with it on root
@digvijayyamagekar7139
@digvijayyamagekar7139 Жыл бұрын
System Design is really beautiful topic
@2011201120112013
@2011201120112013 Жыл бұрын
Cool video! You are the real life version of Quagmire!
@wick12298
@wick12298 Жыл бұрын
Love the practical and your love for code and networking. Respect Sir!
@rehamalbulushi520
@rehamalbulushi520 2 жыл бұрын
This one is the cooooooooooooooooolest tutorial I have ever never watched
@eugene1207
@eugene1207 3 жыл бұрын
THE BEST TUTOR EVER!1!1!111
@georgevinueza7249
@georgevinueza7249 2 жыл бұрын
You didn't have to flex on us with the singing skills too xD
@mechanical-bean
@mechanical-bean 3 жыл бұрын
while Nginx provides full web server, HA proxy is only a proxy, and you go with HA proxy. So my question is that do we need a full web server in front of our backend?
@kerolloz
@kerolloz 4 жыл бұрын
What about another version of the video where you use ngnix instead
@hnasr
@hnasr 4 жыл бұрын
Kerollos Magdy you read my mind! Coming next week
@JulianBG
@JulianBG 4 жыл бұрын
@Hussein Nasser At the end of the video you had to stop and start the docker-compose in order to add a new nodeapp4, but doesn't that defeat the purpose? First issue is that you have to stop all instances (nodeapp* and the lb) instead of doing that dynamically and also adding a new nodeapp will run on the same physical machine, right?
@hnasr
@hnasr 4 жыл бұрын
Julian Lishev thanks Julian you make valid points. Two in facts. How do you update the configuration without down time and how do you split the containers on multiple physical machines. I will have to do some research and get back to you on the first one and make a video on it. The second one is probably we need a container orchestrator like k8 or docker swarm. Good points
@hanzladev
@hanzladev 3 жыл бұрын
@@hnasr brother did you created any video regarding this update?
@basselturky4027
@basselturky4027 2 жыл бұрын
You need to close haprocy folder ( click the arrow ) then create a new file, it will be created in the root. I might be late but I'm helping : ) ,and thank you for all your efforts and the stuff you taught us.
@shivarajbakale6261
@shivarajbakale6261 4 жыл бұрын
This was excellent. Thanks, keep them coming
@sahadevdahit
@sahadevdahit 2 жыл бұрын
but the other API endpoints does not work. like get('/fetch',..
@JaneDoe-od4ep
@JaneDoe-od4ep 3 жыл бұрын
Dude this is literally the best channel about coding I've ever met dude
@futurelabs3684
@futurelabs3684 2 жыл бұрын
i git a problem when i try to use depends_on: - mongo it gives me this alert config : Failed to initialize server(s) addr. can anyone help please ?
@rinodipaola761
@rinodipaola761 2 жыл бұрын
Hi, I'd like to ask you a question. If I have two microservices, how can I run them at the same port but in different paths? For example I want to config a microservice with the path localhost/microservice1/... and another microservice with the path localhost/microservice2/... Should I use an API Gateway? I have some difficulties to do this. Thanks.
@EhSUN37
@EhSUN37 2 жыл бұрын
I believe you can config it in nginx
@rinodipaola761
@rinodipaola761 2 жыл бұрын
@@EhSUN37 yes at the end I used Nginx
@khayryazzez
@khayryazzez 3 жыл бұрын
what is the difference between nodejs and haproxy
@nifeneny
@nifeneny 3 жыл бұрын
You are the best, man
@vasujain2
@vasujain2 3 ай бұрын
What a beautiful thumbnail man!
@pjbcoetzer
@pjbcoetzer 3 жыл бұрын
Any recommendations for a api management gateway tool for usage and user management?
@blissweb
@blissweb 3 жыл бұрын
Great vid. Good info. Quick question, how would I modify this to balance across 2 actual servers with 2 ip addresses ?
@joe_navy_s3
@joe_navy_s3 4 жыл бұрын
I subscribe and liked , two seconds into the video, you seem fun😂😂😂
@hnasr
@hnasr 4 жыл бұрын
Thanks Joe!!!
@MrStargazer777
@MrStargazer777 2 жыл бұрын
awesome dude
@hnasr
@hnasr 2 жыл бұрын
🙏
@jamalallogie
@jamalallogie 3 жыл бұрын
Great video!
@hnasr
@hnasr 3 жыл бұрын
Done thanks 🙏
@georgemilev9986
@georgemilev9986 4 жыл бұрын
6:44 To get back to the the root folder click on the empty space under your files
@hnasr
@hnasr 4 жыл бұрын
Thanks George that works ! 👍
@fxstreamer238
@fxstreamer238 2 жыл бұрын
I thought I was doing something wrong but I cloned the whole Javascript playground and directly from git bash terminal went on the microservices docker build etc and the error is the same for haproxy. can not find the config file. The whole docker and redis community is a cancer to the society
@patrickmojica6558
@patrickmojica6558 2 жыл бұрын
I'm Having the same problem I think: lb_1 | [ALERT] (1) : config : Cannot open configuration file/directory /usr/local/etc/haproxy/haproxy.cfg : No such file or directory nodeapp1_1 | /bin/sh: 1: run: not found nodeapp2_1 | /bin/sh: 1: run: not found
@danuzonez
@danuzonez 4 жыл бұрын
One Video on recommendation system please.
@headlinerbeats
@headlinerbeats 3 жыл бұрын
Enjoyable video, thank you. I thought microservice architectur requires some sort of API Gateway to redirect requests? Is running the same app in multiple containers really considered a microservice, or is this just plain dockerizing a basic node app? Cheers
@EhSUN37
@EhSUN37 2 жыл бұрын
its micro services in the same server( inside docker composer instance which is running on your server). when you separate each apps and dbs etc into different machines you would need APIs to call them instead of communicating in your localhost you would communicate withing your network
@jassersaanoun9493
@jassersaanoun9493 4 жыл бұрын
correct me if i'm wrong. i think this is not microservices, microservices have a proxy and a registry and a load balancer to select the service required for an incoming request (payment, users...) which are not the same, every service has it's own logic and maybe his own database, whereas this is just duplicating the same service to multiple containers that it would scale
@hnasr
@hnasr 4 жыл бұрын
jasser saanoun thanks for your message. This is the simplest minimum basic building block of microservices. The proxies, sidecar pattern, security control plane, service discovery etc are additions to microservices architecture to make it actually manageable and maintainable and the final piece to add is kubernetes to manage all those containers.
@evans8245
@evans8245 4 жыл бұрын
jasser & nasser - make friendship now !
@vivsh.1999
@vivsh.1999 3 жыл бұрын
This video is for only load balancers not specifically for microservices. Can you make a video with microservices having different logic instead of just duplicating the same image?
@EhSUN37
@EhSUN37 2 жыл бұрын
the only difference would be how your API calls different services. you can run redis , postgres etc in the docer-composer and your apps will call them when needed. use only one app if you want and eliminate the load balancer
@JoãoSantos-r8b
@JoãoSantos-r8b 9 ай бұрын
thanks my dude
@alxx736
@alxx736 3 жыл бұрын
What if each microservice is in separarte repos ? Do i need to have a docker compose on each repo ? Do i need to pull each microservice and run docker compose on each one ?
@faridadli5984
@faridadli5984 Жыл бұрын
hi i know it's been 2 years already. But would you mind sharing how did you do it?
@alxx736
@alxx736 Жыл бұрын
@@faridadli5984 I think i never did it jajaja
@faridadli5984
@faridadli5984 Жыл бұрын
@@alxx736 🤣🤣
@luqmansen
@luqmansen 4 жыл бұрын
Cool, been waiting for this, thanks!
@arunteltia7888
@arunteltia7888 3 жыл бұрын
Thank you for this video not gonna lie clear my lot of doubts, you are the best BTW where is silver play button 🚀🙌
@hnasr
@hnasr 3 жыл бұрын
Glad it helped!
@eeebeltran5445
@eeebeltran5445 3 жыл бұрын
Missing LF on last line, file might have been truncated at position
@eeebeltran5445
@eeebeltran5445 3 жыл бұрын
Please can you help me
@tobykalema8945
@tobykalema8945 2 жыл бұрын
What an amazing guy! hahah
@nageshwarreddy4530
@nageshwarreddy4530 3 жыл бұрын
In the sidebar, right click and add any folder, remove that folder from sidebar... in this way, you can see folder view in vscode sidebar...
@orhn
@orhn 3 жыл бұрын
How to dynamcally scale backends without changing the config everytime
@Antnix732
@Antnix732 2 жыл бұрын
this vid acc funny af lmfao.
@stellusctf6479
@stellusctf6479 3 жыл бұрын
Thanks Hussain ('shukran') one more Good video !! Quick question, How do you specify in docker-compose.yml an External MongoDB server Name (for an application which runs in container & trying to access?), would be very helpful (I believe it has something to do with docker network type of the docker container , since the DNS server inside Docker it is not aware of the external server (also directly editing /etc/hosts through edit command seems to be bit 'ugly' while starting container/ deployments), ANY Quick HELP greatly Appreciated
@fatube3698
@fatube3698 3 жыл бұрын
what did you drink || eat before the video, because i need some
@tharunrocky14
@tharunrocky14 4 жыл бұрын
Are there performance differences between -> running haproxy/nginx as a docker container vs -> running them directly on the host ? In terms of both processing performance & network performance. thanks Hussein, amazing content! Binge watching them all! Keep going.
@hnasr
@hnasr 4 жыл бұрын
The Scientist none that I am aware of, if the container is assigned adequate memory/cpu it should be just as if running directly on the host. That being said it I am assuming the container daemon is running directly on the host not on a VM.
@binoysarker903
@binoysarker903 Жыл бұрын
in vscode left side just right click up of OUTLINE to creak a file or folder on the root of the project
@Sheerrim
@Sheerrim 4 жыл бұрын
Dude, I love you
@vibekdutta6539
@vibekdutta6539 4 жыл бұрын
hey hussain i request you to please make some step by step tutorial on building a microservice with node, docker etc please
@krishm5116
@krishm5116 4 жыл бұрын
Good funny man yet information rich, Keep it up man :-)
@AhmadEzzeir
@AhmadEzzeir 4 жыл бұрын
Good one bro
@abdirahmann
@abdirahmann 2 жыл бұрын
you were on a ton of coffee! hahahaa 🤣🤣
@SiriAmarVlogs
@SiriAmarVlogs 3 жыл бұрын
it is still a monolothic application
@liuchuanyuan4301
@liuchuanyuan4301 3 жыл бұрын
-t means tag
@aminejadid2702
@aminejadid2702 4 жыл бұрын
Great effort ! Thank you
@hnasr
@hnasr 4 жыл бұрын
Thanks Amine!!
@adb86
@adb86 3 жыл бұрын
Hussein , Awesome explanation on haproxy, can you please tell us how to run haproxy on container with https . Creating certificate on host machine works great wen haproxy is also started on host machine , but wen haproxy is running as a docker container with certificates created on host machine does not work . I did not find a way to create cert from container itself .Your input is valuable , please respond.
@hanzladev
@hanzladev 3 жыл бұрын
Aslamoalikum brother, great content, Excellent work, do you speak urdu? can you entertain urdu speakers with your skills? it will be great services my friend
@SuperVladikk
@SuperVladikk 3 жыл бұрын
This video made me subscribe 😆
@hnasr
@hnasr 3 жыл бұрын
❤️❤️❤️
@noahwilliams8918
@noahwilliams8918 4 жыл бұрын
“God I hate YAML 🍠” Me too, buddy - fortunately, Docker-compose supports JSON as well if you don’t feel like tearing your hair out ;)
@hnasr
@hnasr 4 жыл бұрын
What! I didn’t know that it supports JSON! Thanks Noah 👏👍
@noahwilliams8918
@noahwilliams8918 4 жыл бұрын
Hussein Nasser You’re welcome! Here is the source for that: docs.docker.com/compose/faq/ YAML is a superset of JSON so (theoretically) any valid JSON is also valid YAML. I bet a lot of other applications support it but just don’t advertise it too!
@Muphet
@Muphet 3 жыл бұрын
i just right click on folder in tree and create file
@stefanosgiannakis7151
@stefanosgiannakis7151 4 жыл бұрын
you need a load balancer in your voice
@kosm4308
@kosm4308 3 жыл бұрын
Zoom further please.. Is it 4444 or something else? 😂😂😂 Nice work man..
@jerrytab4276
@jerrytab4276 4 жыл бұрын
Nodejs microservice series with real app example
@diegoramos27
@diegoramos27 4 жыл бұрын
could you pls do the same with java ?
@simomed5002
@simomed5002 Жыл бұрын
are you sure you know what microservices are?
@yuxiangzhang2343
@yuxiangzhang2343 4 жыл бұрын
Hi Hussein, do you also have a tutorial on load-balancing remote containers ( containers located on different hosts )? That would be also helpful!
@hnasr
@hnasr 4 жыл бұрын
Yuxiang Zhang hello , it is the same concept just update the config to point to the right host. Of course you will need to orchestrate those hosts and containers if they got out of control
@yuxiangzhang2343
@yuxiangzhang2343 4 жыл бұрын
@@hnasr Thank you, this is already helpful! Looking forwards to your orchestration tutorials :D
@KabooM1067
@KabooM1067 3 жыл бұрын
lol what a fun tutorial
@morhaham6609
@morhaham6609 11 ай бұрын
It’s not microservices, it’s a monolith at horizontal scale.
@jivanmainali1742
@jivanmainali1742 3 жыл бұрын
its not a microservice ,i find it more like a monolithic with loadbalancing
@ahmetbcakici
@ahmetbcakici 4 жыл бұрын
please dude, behave as you want on your personal videos but it is gonna be perfect for you if you be little serious on your tutorial videos
@hnasr
@hnasr 4 жыл бұрын
Ahmet Buğra Çakıcı Thanks Ahmet 🙏
@ahmetbcakici
@ahmetbcakici 4 жыл бұрын
@@hnasr you are welcome my friend, you have really good knowledge thanks for videos
@hanzladev
@hanzladev 3 жыл бұрын
@@hnasr i like your funny stuff, but don't do them too much :D
@gngn2973
@gngn2973 3 жыл бұрын
zoom MOAR need closer!
@AssFaceNFT
@AssFaceNFT 2 жыл бұрын
Another one! 🔥🙏
@chaitanyasharma6270
@chaitanyasharma6270 4 ай бұрын
you are hilarious
@abhishekamin3090
@abhishekamin3090 2 жыл бұрын
I wish the tone was slightly more serious. Sadly, I stopped watching 2 mins into the video. You seem to have great knowledge of the subject though.
@samarthsaxena3998
@samarthsaxena3998 3 жыл бұрын
For people getting 502 ,just update nginx.conf to use upstream all { server host.docker.internal:portnumber; }
Docker Networking Crash Course
49:19
Hussein Nasser
Рет қаралды 82 М.
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 919 М.
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
路飞与唐舞桐
Рет қаралды 29 МЛН
VAMPIRE DESTROYED GIRL???? 😱
00:56
INO
Рет қаралды 7 МЛН
RabbitMQ Crash Course
42:53
Hussein Nasser
Рет қаралды 203 М.
Scaling your Node.js app using the "cluster" module
13:44
Software Developer Diaries
Рет қаралды 45 М.
How to Become a Good Backend Engineer (Fundamentals)
26:40
Hussein Nasser
Рет қаралды 527 М.
NodeJS Architecture - I/O
25:09
Hussein Nasser
Рет қаралды 48 М.
🌐 Node.js and the Art of Load Balancing:  From Zero to Hero
23:01
Code Radiance
Рет қаралды 4,7 М.
Why use Microservices, Docker & Kubernetes?
23:04
ByteGrad
Рет қаралды 18 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 64 М.
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 919 М.