No video

Dockerize a Three-tier Open-source application as a DevOps Engineer (Hindi)

  Рет қаралды 8,638

TrainWithShubham

TrainWithShubham

Күн бұрын

In this video we will dockerize our three-tier Open-source application "Wanderlust"
Get Notes and certificate: bit.ly/free-de...
----------------------------------------------------------------------------------------------------------------------------
Watch DevOps Bootcamp Playlist: • DevOps Bootcamp - Live...
Watch Linux For DevOps Engineer Playlist: • Linux For DevOps Engineer
Watch DevOps with AWS Playlist: • DevOps Engineer AWS
🔥KZbin : - / @trainwithshubham
Free Devops Training 👇:
www.trainwiths...
Remember, your time is a precious asset - let's make every second count.
Stay tuned for more transformative content and until next time, keep striving for excellence! 💪🕒
--------------------------------------------------------------------------------------------------------------------------------
Connect me Here: 👇👇
🔥KZbin : - / @trainwithshubham
⛳LinkedIn : - / shubhamlondhe1996
🚀Instagram : - / train_withshubham
🌍Discord : - / discord
🌞Telegram : - t.me/trainwith...
👨🏻‍💻 GITHUB :- github.com/Lon...
📩 EMAIL :- trainwithshubham@gmail.com
🌐 Website :-www.trainwiths...
--------------------------------------------------------------------------------------------------------------------------------
About -
TrainWithShubham is the channel created with the idea of bridging the gap between academic learning and the corporate world. We all know that schools and universities don't necessarily prepare us for the corporate world. There's a huge difference between what's going on in the industry and what's being taught to us in schools and colleges.
We are here to prepare you for the world with content based on my industry knowledge & experiences as a developer.
#trainwithshubham #devops #projects #aws #career

Пікірлер: 69
@affan1902
@affan1902 4 ай бұрын
In the new update in code we are facing Redis issues after doing npm start on backend, please check on your end and tell us a solution , We are stuck in the middle of project please help
@TrainWithShubham
@TrainWithShubham 4 ай бұрын
Solution coming at 9 P.M Tonight!
@affan1902
@affan1902 4 ай бұрын
@@TrainWithShubham thanks 😊
@sauravsharma2830
@sauravsharma2830 Ай бұрын
@@affan1902 same issue I'm facing bro. How to solve this issue can you help?
@user-bc5tb7zu5l
@user-bc5tb7zu5l 29 күн бұрын
Thanks bro...great work❤
@TrainWithShubham
@TrainWithShubham 23 күн бұрын
Welcome 😊
@heysaif
@heysaif 4 ай бұрын
i'm getting this error while building frontend image. failed to copy files: failed to copy directory: write /node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts: no space left on device
@DevRoy-ir8bx
@DevRoy-ir8bx 2 ай бұрын
Hi Bro if you are using Aws EC2 instance please edit volume modify and add some GB space into instance.
@heysaif
@heysaif 2 ай бұрын
@@DevRoy-ir8bx thanks
@karanparmar-dy1jh
@karanparmar-dy1jh 24 күн бұрын
y cant we write CMD ["npm start"] instead of CMD ["npm","start"] as both are passing a string of values Docker need a string to identify the command to run right?
@TrainWithShubham
@TrainWithShubham 23 күн бұрын
needs tokens array keywords space is treated as comma
@coderhanzala
@coderhanzala 4 ай бұрын
DevOps waly bhaiya kamal kr diya... Love you hoogya
@MUZAMILbinUbaid
@MUZAMILbinUbaid 4 ай бұрын
when i use command 'docker build -t backend' it says permission denied. please help
@TrainWithShubham
@TrainWithShubham 4 ай бұрын
i have talked about permissions in the video
@waqaskhalid7495
@waqaskhalid7495 4 ай бұрын
same error
@waqaskhalid7495
@waqaskhalid7495 4 ай бұрын
error solved first of all reboot your system and then restart your laptop and make sure your you have written the same format following the video.
@roohmeiy
@roohmeiy 4 ай бұрын
Try with sudo
@Imran_kpk
@Imran_kpk 4 ай бұрын
❤❤❤❤❤ love from pakistan 🇵🇰🇵🇰🇵🇰
@raunakgupta2431
@raunakgupta2431 Ай бұрын
Why does my ssh connection looses when I try to do npm i or try to create a docker image both in frontend folder only?
@ShourovRoy-pk5zm
@ShourovRoy-pk5zm 5 ай бұрын
Please make a video on, kubernetes mongodb replica set with db authentication as it is required for transaction features and also expose the service for external and internal connection with the database with ingress and kubeadm 🙏🙏 Figured out who to do that with docker-compose but i am new to kubernetes 🙃
@soumeshnayak4546
@soumeshnayak4546 4 ай бұрын
Really best Video on docker.
@nishchalbhusal2275
@nishchalbhusal2275 2 ай бұрын
is this the same ubuntu environment that you used in day 2 or did you created a new ubuntu environment for day 3?
@TrainWithShubham
@TrainWithShubham 2 ай бұрын
new one I believe, maybe the old was terminated
@analratnagaikwad2704
@analratnagaikwad2704 6 күн бұрын
I am getting a loop error at step 4: RUN npm i - nothing is happening here. Previously I got low space error as i installed the nodejs so i did uninstall it but post that after RUN npm i it is going in a loop. Kindly guide here.
@devmehta4754
@devmehta4754 2 ай бұрын
In the updated version a new script named prepare is added to frontend's package.json file so when i am trying to build the frontend docker image during the image creation it is throwing **npm error Tracker "idealTree" already exists** how to resolve this error ??
@Imran_kpk
@Imran_kpk 4 ай бұрын
Watching from Pakistan and wait for you
@jayantdhaka56
@jayantdhaka56 4 ай бұрын
can you please tell about CompTIA Linux+ exam ?
@nishchalbhusal2275
@nishchalbhusal2275 2 ай бұрын
Created image of backend and pulled the mongodb as well. While trying to build the frontend dockerfile, the system throws error saying disk space low. How to fix it as im stuck there.
@TrainWithShubham
@TrainWithShubham 2 ай бұрын
try on a EBS volume > 30 Gb as by default its 8 GB maybe its full
@nishchalbhusal2275
@nishchalbhusal2275 2 ай бұрын
@@TrainWithShubham thank you brother.
@nishchalbhusal2275
@nishchalbhusal2275 2 ай бұрын
@@TrainWithShubham previously the port in which frontend running was 5173, but today when i did npm run dev -- --host, the port was 5175. What might be the reason behind it?
@soumilgupta
@soumilgupta 4 ай бұрын
Sir Very interesting lecture and your videos are too damn good for learning. ❤ #happy_learning😅
@SubhanKhan-od2sk
@SubhanKhan-od2sk 5 ай бұрын
Waiting for this Bhaiya
@Imran_kpk
@Imran_kpk 4 ай бұрын
Thanks for your alot of learning ❤❤❤
@Imran_kpk
@Imran_kpk 4 ай бұрын
Watching from Pakistan and wait for it
@user-io7lb6it9p
@user-io7lb6it9p 4 ай бұрын
Pakistan mein bhi software job hei ?
@sauravsharma2830
@sauravsharma2830 Ай бұрын
when doing git clone it is not copying the package-lock.json file which when creating image for frontend throwing an error. why is it happening?
@TrainWithShubham
@TrainWithShubham Ай бұрын
see if its there in main repo
@sauravsharma2830
@sauravsharma2830 Ай бұрын
@@TrainWithShubham the main repo on git?
@sauravsharma2830
@sauravsharma2830 Ай бұрын
@@TrainWithShubham on creating image for frontend app I'm getting error which says failed to solve process /bin/sh -c npm i I'm stuck here build for backend was successful but this is too irritating i have been trying to solve this for more than an hour pls help
@sauravsharma2830
@sauravsharma2830 Ай бұрын
Finally did it after 2-3 hours of troubleshooting fuck yeah the problem I was getting is npm notice new patch version of npm available! 10.8.1 -> 10.8.2 Npm notice to update run npm install -g npm@latest just wrote this extra line in dockerfile nd ran it. It worked I wasn't looking at this error before but finally looked exactly into the error and solved it. Finally
@DevRoy-ir8bx
@DevRoy-ir8bx 2 ай бұрын
Hi everyone please help not able to create build for frontend getting error "npm ERR! Tracker "idealTree" already exists"
@devmehta4754
@devmehta4754 2 ай бұрын
I am facing same err, did you got the solution
@kaustubhchavan9858
@kaustubhchavan9858 4 ай бұрын
I am facing a issue, after creating backend container it will stop automatically How to solve this issue ?
@TrainWithShubham
@TrainWithShubham 4 ай бұрын
what's the error message
@vivektankariya8432
@vivektankariya8432 4 ай бұрын
Bhaiya legecy engine deprecated ka error aa raha h backend ka docker image build karte time... Any help please
@ashishpandey8766
@ashishpandey8766 4 ай бұрын
thanks shubham
@samudralapavan2440
@samudralapavan2440 4 ай бұрын
Thanks
@arhamuddin1394
@arhamuddin1394 3 ай бұрын
Cannot install packages in the frontend as its throwing error!! Can you upload the docker images on docker hub? It would be easier just to pull those images
@devmehta4754
@devmehta4754 2 ай бұрын
Did you find the solution? I am facing same error
@devBotPlus
@devBotPlus Ай бұрын
@@devmehta4754 you have to add variable in Dockerfile for increasing memory for a Node
@broom9664
@broom9664 4 ай бұрын
when we contact you on email, we don't get response.. even if we get after 2 millenniums, it will be a vague response without answering our question.. Then what is the use of so much marketing of your courses when you can't even respond to leads?
@TrainWithShubham
@TrainWithShubham 4 ай бұрын
please ask your questions here.. might have missed the email
@AshutoshSingh-jm3fr
@AshutoshSingh-jm3fr 4 ай бұрын
One doubt I have, yeh jo Ubuntu environment m commands likh rhe aap, this is same environment which you have created initially through ec2? Or else you have Ubuntu installed in your system
@rohitkulkarnikharait4988
@rohitkulkarnikharait4988 4 ай бұрын
Isika to wait kr rha tha
@thecrazycelestial
@thecrazycelestial 2 ай бұрын
Frontend Dockerfile ko build krk image bnate time "npm i" vale step me stuck ho raha hai, then usk baad pura terminal unresponsive horaha hai, then i have to restart the ec2 instance, and if i try to build frontend image i am facing same issue i.e. front end image bnate time getting stuck in "npm i" step. Backend ki image bnate time it does not give this behaviour. I have EC2 AWS instance (free tier), usme volume is 8 GB,.kya mujhe apna volume increase krna chahiye ? if yes, then will it create a cost? Please suggest
@Imran_kpk
@Imran_kpk 4 ай бұрын
❤❤❤❤❤❤ long live
@vaibhavdhopte6962
@vaibhavdhopte6962 4 ай бұрын
I have one doubt, har baar hamara instance ip change hoga kyuki practice ke liye , to har baar hame update Krna hoga ? Koyi Aisa option nhi hai ki automatic instance ip le sake , ya hum configure kr sake?
@TrainWithShubham
@TrainWithShubham 4 ай бұрын
you can have elastic IP and a domain mapping
@vaibhavdhopte6962
@vaibhavdhopte6962 4 ай бұрын
@@TrainWithShubham thank you bhaiya
@TeresaShellvin
@TeresaShellvin 4 ай бұрын
u make everything so easy to learn. the best mentor in the world. forever grateful 🥹😇
@NiranjanBharadwaj-jc3sn
@NiranjanBharadwaj-jc3sn 4 ай бұрын
***********Please make a video on how to reduce image size using multiple stage method as these images size are more than 1 GB**********
@iamsohailsp
@iamsohailsp 4 ай бұрын
git repo ki link
@sonukumar-pt1ep
@sonukumar-pt1ep 5 ай бұрын
sir aap DevOps batch 7 lab start hoga
@jatinchavda2758
@jatinchavda2758 4 ай бұрын
bhaiya shikha diya hota to acha rehta docker compose ab wait nahi hota
@ramesh_kumar_verma
@ramesh_kumar_verma 4 ай бұрын
Th@nkyou $!r
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 16 МЛН
The FASTEST way to PASS SNACKS! #shorts #mingweirocks
00:36
mingweirocks
Рет қаралды 13 МЛН
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 1000 М.
SCHOOLBOY. Мама флексит 🫣👩🏻
00:41
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 6 МЛН
DevOps vs Full-Stack Developer | Salary? Difficulty? Career Path?
13:44
TrainWithShubham
Рет қаралды 4,4 М.
Microservices with Kafka: ECommerce Example (.NET 8)
34:51
Dose Hieu
Рет қаралды 3 М.
I Failed as Devops Engineer | My Failure Story
8:20
Tech Tutorials with Piyush
Рет қаралды 3,9 М.
The BEST Tool to Deploy Your Apps (Stop using Vercel)
10:07
How to make a Dockerfile for Django | Hindi tutorial video
15:00
TrainWithShubham
Рет қаралды 14 М.
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 579 М.
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 16 МЛН