Deploy Node.js Microservices on AWS With EKS & Helm

  Рет қаралды 15,267

Michael Guay

Michael Guay

Күн бұрын

Пікірлер
@mguay
@mguay 11 ай бұрын
Get my highly-rated Udemy courses at a discount here: michaelguay.dev/udemy/
@jellehuibregtse9476
@jellehuibregtse9476 2 жыл бұрын
Just finished my semester that was also focussed on microservices and Kubernetes, really glad to see you put out this type of content! Going to look into Helm for sure :)
@MrTungDev
@MrTungDev Жыл бұрын
Thank you, your channel deserves more subscribers, keep up the good work.
@alexiszucco3379
@alexiszucco3379 2 жыл бұрын
I was waiting for this video! Thanks for sharing
@norberthorgas2428
@norberthorgas2428 2 жыл бұрын
Thank you for this amazing content! It is super helpful. You would deserve way more likes and views :)
@RomanBorowinski
@RomanBorowinski 2 жыл бұрын
As always, fantastic video!
@omoniyisola323
@omoniyisola323 2 жыл бұрын
@mguay, so I discovered that the issue I had earlier was because of the Apple M1 I was using. I ran the project on an Intel i5 MAC and now auth and orders are unable to connect to the mongodb database [Nest] 1 - 11/17/2022, 11:36:09 PM ERROR [MongooseModule] Unable to connect to the database. Retrying (7)... [Nest] 1 - 11/17/2022, 11:36:42 PM ERROR [MongooseModule] Unable to connect to the database. Retrying (8)...
@alon.galperin
@alon.galperin 2 жыл бұрын
I also get this error message regarding connecting to mongo. And inside Mongodb pod I get error about can't find host.
@austinkloske3970
@austinkloske3970 Жыл бұрын
Great content! Thank you for creating this
@temidayomichael4646
@temidayomichael4646 2 жыл бұрын
Much needed video!
@umaralli9752
@umaralli9752 2 жыл бұрын
Great tutorial man! Can you do a video on monitoring the services? Prometheus and Grafana maybe
@mguay
@mguay 2 жыл бұрын
Great suggestion!
@deepakjangid3872
@deepakjangid3872 6 ай бұрын
Thank you for the amazing content!
@dhananjaysingh4945
@dhananjaysingh4945 4 ай бұрын
Such a great teacher you are. Is there helm course on udemy by you? I would like to know how updates in one service are deployed without disturbing others.
@nirmesh44
@nirmesh44 Жыл бұрын
awesome tutorial. Thanks man.
@saurabhraut3921
@saurabhraut3921 Жыл бұрын
Getting this error,, how to solve it? 2023-03-09 12:02:51 [ℹ] 1 error(s) occurred and IAM Role stacks haven't been created properly, you may wish to check CloudFormation console 2023-03-09 12:02:51 [✖] waiter state transitioned to Failure Error: failed to create iamserviceaccount(s)
@ChrisJaydenBeats
@ChrisJaydenBeats 2 жыл бұрын
This is awesome content! Thx. Learned a ton
@DiegoRFGonz88
@DiegoRFGonz88 Жыл бұрын
what if I make a change in the source code, what are the steps? build the docker image and push it? and then help install? please help with the steps
@erezmizrahi1631
@erezmizrahi1631 Жыл бұрын
Hey Michael i followed your steps but for some reason when i create the cluster i cant connect to mongodb and rabbitmq And i dont see them in the aws cluster The error i get is that it cant connect to the instance even though it worked before i created the cluster I know its not much but you have any idea why it happens? It seems to not install the bitnami repos i put in the values.yaml
@randomforest_dev
@randomforest_dev Жыл бұрын
Newbie here... before creating EKS cluster, what config are you using locally for kubectl? Minikube ?
@AlexOmoniyi
@AlexOmoniyi 2 жыл бұрын
Awesome video, for some reason I tried to run the project following every details and even ran it from the "eks" branch without modifying the code but other services were unable to connect to the database. Then I noticed there were warning symbols on the containers on the docker desktop showing (AMD64 - image may have poor performance or fail if run via emulation). I'm running this on an Apple M1 laptop. Can you help?
@hadirahmani7943
@hadirahmani7943 2 жыл бұрын
please help us how can we deploy nestjs on Linux server, thanks so much
@АлександрЕлагин-м2ю
@АлександрЕлагин-м2ю 2 жыл бұрын
very nice! if each microservice generate graphql schema, how to stitch this schema's in one graphql gateway?I not find videos about this
@bigman-adv
@bigman-adv 2 жыл бұрын
Look at graphql-mesh
@jhonnatanguerrero3400
@jhonnatanguerrero3400 2 жыл бұрын
How can we upgrade the app version? Lets say I made changes to the ordering app and also to the micro service? What would be the steps to generate and redeploy a new version to AWS?
@martinveliz9384
@martinveliz9384 2 жыл бұрын
AWS CodePipelines
@greatifeanyichukwuadams1297
@greatifeanyichukwuadams1297 2 жыл бұрын
How do you make an update to single service without deploying the whole app
@hishamahammmedkm1936
@hishamahammmedkm1936 2 жыл бұрын
thanks i was waiting
@ngocngan4422
@ngocngan4422 2 жыл бұрын
great video😍😍
@riccardoaccomando9089
@riccardoaccomando9089 2 жыл бұрын
Keep it up!!
@desmondocampbell
@desmondocampbell 2 жыл бұрын
I hate when people create tutorials and say stuff like "this is unsafe but let's do it for simplicity".
@mguay
@mguay 2 жыл бұрын
Thank you for your feedback! I will incorporate it into my future videos.
@alon.galperin
@alon.galperin 2 жыл бұрын
thanks a lot!
@kristymuratalla1859
@kristymuratalla1859 2 жыл бұрын
promosm 🤩
@dailymeow3283
@dailymeow3283 2 жыл бұрын
Aws my balls, all cheap companies using it,
@arunkr4
@arunkr4 8 ай бұрын
Facing error ERROR [MongooseModule] Unable to connect to the database. Retrying (1)... ERROR [ExceptionHandler] getaddrinfo ENOTFOUND order-app-mongodb-headless can you sharing the solution regards the same
Nest.js GraphQL Integration Testing Tutorial
36:15
Michael Guay
Рет қаралды 6 М.
Autoscale a Node.js App With Kubernetes & Keda
28:13
Michael Guay
Рет қаралды 7 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
NestJS Microservices | Deploy on AWS EKS & Setup a CI/CD Pipeline
28:45
eksctl - How to Create and Manage AWS EKS clusters
35:29
DevOps Toolkit
Рет қаралды 19 М.
AWS EKS Cluster Setup | Kubernetes Load Balancer | Ashok IT
1:10:56
Bull & NestJS = Achieving Scale in Node.js
31:41
Michael Guay
Рет қаралды 35 М.
Full Node.js Deployment - NGINX, SSL With Lets Encrypt
31:25
Piyush Garg
Рет қаралды 78 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН