Unveiling Devops Mastery System 2.0
1:09:11
What is Multistage Dockerfile ?
16:58
This is why you need Kubernetes
7:46
Пікірлер
@karanjoshi8220
@karanjoshi8220 7 күн бұрын
Waiting for other video :)
@prsanthreddy2061
@prsanthreddy2061 13 күн бұрын
Hi I am seeing only login page. Could you please let me know how create the account in school of devops to enrol the free labs.
@florent9555
@florent9555 18 күн бұрын
Why would you let the old version live? For example: you have a bug or something and you fixed it in the next version. You dont want users to use the old version because of this bug. And it doesnt even have to be soemthing where the application breaks but just some bug that does something to data which is not intended for example. What is the use case for rolling updates?
@deepakranjanmishra5641
@deepakranjanmishra5641 19 күн бұрын
Kindly , can you elaborate the AWS services for a Devops engineer. It will be of great help ,Sir.
@kashifsadiq4145
@kashifsadiq4145 23 күн бұрын
Make complete cks series
@kashifsadiq4145
@kashifsadiq4145 23 күн бұрын
Great Sir
@rajanmoravkar
@rajanmoravkar 24 күн бұрын
Excellent explanation thanks you
@user-el3hs1fi2d
@user-el3hs1fi2d 24 күн бұрын
Hi sir, could you share the discord community link here. I wanna join to that communit
@vinaychitturi-sq8rn
@vinaychitturi-sq8rn Ай бұрын
Thanks for the content While working on it When creating a multistage docker file having issue with the templates and container is getting exited , worked on it and updated the docker file sol that container is running now but having internal server error while accessing the application online Here is my docker file # Build stage FROM ubuntu AS build RUN apt-get update && apt-get install -y golang-go ca-certificates git WORKDIR /app COPY . . RUN go mod download # Build the Go application with the specified output name RUN CGO_ENABLED=0 go build -o /app/app . ############################################ # Final stage ############################################ FROM scratch # Copy just the compiled binary from the build stage COPY --from=build /app/app /app/app # Copy the templates directory COPY --from=build /app/templates /app/templates # Set the entrypoint for the container to run the binary ENTRYPOINT ["/app/app"] Using the above multi stage docker file reduced the image size from 500 mb to 15 mb Could you please check and help me update my docker file so that it will work
@vinaychitturi-sq8rn
@vinaychitturi-sq8rn Ай бұрын
Thank you so much
@poojamc6024
@poojamc6024 Ай бұрын
Hi sir good project. Please simplify the explanation. Give some examples.
@prashantpowar9269
@prashantpowar9269 Ай бұрын
Mission 3 is missing on your videos, if possible please upload
@SchoolofDevops
@SchoolofDevops Ай бұрын
Mission #4 you meant ? I have renamed the video to mention the mission number. Its there now.
@prashantpowar9269
@prashantpowar9269 Ай бұрын
@@SchoolofDevops mission#3
@mohdrayees8919
@mohdrayees8919 Ай бұрын
Hey from where can i get this source code github repo?
@user-ms5qc5qt6h
@user-ms5qc5qt6h Ай бұрын
why don't we use dockerfile for running rootless container?
@sharathkumarreddy2906
@sharathkumarreddy2906 Ай бұрын
Im ready to take course, in how many devices we can login?
@YagnaMuni-lm5kd
@YagnaMuni-lm5kd Ай бұрын
Boss, could you please provide the repo ? What's the visualizer tool ?
@sharathkumarreddy2906
@sharathkumarreddy2906 Ай бұрын
If we take subscription, in how many devices we can login ?
@ajaychelikhani4771
@ajaychelikhani4771 Ай бұрын
Sir, please upload the next 2 videos.
@manjunathreddy5966
@manjunathreddy5966 Ай бұрын
I am now interested to know how JIO scales during IPL. I see 50 crores concurrent users
@manjunathreddy5966
@manjunathreddy5966 Ай бұрын
I think CDK is great improvement over Terraform for IAC solutions in AWS currently. It provides so much abstraction and helps achieve more AWS infra using little lines of code
@akkyintish2519
@akkyintish2519 Ай бұрын
It is not a complete cicd pipeline for both applications
@vaishnavisoundane3982
@vaishnavisoundane3982 Ай бұрын
This is exactly how I wanted someone to explain to me about Dockerfiles. Thanks a lot .
@deepakranjanmishra5641
@deepakranjanmishra5641 2 ай бұрын
Sir, kindly explain what is a host port and how to choose one. Also what does the host port represent, is it the port number of an application running on the host machine.
@harshaldagde8237
@harshaldagde8237 2 ай бұрын
great video sir 🥰🥰🥰🥰🥰
@reeadh1
@reeadh1 2 ай бұрын
Thansk a lot for your tutorial
@reeadh1
@reeadh1 2 ай бұрын
Awesome ,,, thanks a lot sir from Bangladesh
@sureshm4219
@sureshm4219 2 ай бұрын
your teching is just awesome
@SchoolofDevops
@SchoolofDevops 2 ай бұрын
Thank you! Cheers!
@Janemayank
@Janemayank 2 ай бұрын
Keep Going Sir
@JeyKumarlive
@JeyKumarlive 2 ай бұрын
Can you share the project in GITHUB
@Icarusmachete
@Icarusmachete 2 ай бұрын
Kenya
@rajendrabhadane1237
@rajendrabhadane1237 2 ай бұрын
Given link is not working Please look into that
@happy..1907
@happy..1907 3 ай бұрын
So just multi stage builds?
@SchoolofDevops
@SchoolofDevops 3 ай бұрын
Yup + using small base image. That is to reduce the image size. But we also talk about health checks, users, run etc
@swarajsrimanray4020
@swarajsrimanray4020 3 ай бұрын
Boss you have explained beautifully ❤
@gouravshahj
@gouravshahj 3 ай бұрын
Folks, post your questions and comments in the chat here. Would love to answer when I can.
@vishnusai4658
@vishnusai4658 3 ай бұрын
Can you get repo
@vaibhavmewada4508
@vaibhavmewada4508 3 ай бұрын
Nice explanation
@SchoolofDevops
@SchoolofDevops 3 ай бұрын
Thanks for liking
@devopsjockey
@devopsjockey 3 ай бұрын
can a beginner follow this playlist
@SchoolofDevops
@SchoolofDevops 3 ай бұрын
Yup
@ismael1863
@ismael1863 4 ай бұрын
Promo>SM ✅
@dailyupdates2646
@dailyupdates2646 4 ай бұрын
Hi sir, I have few questions Request to answer these 1. Can we create multiple applications in one container? 2. Can we create multiple containers in one pod or is there any limit?
@SchoolofDevops
@SchoolofDevops 4 ай бұрын
While technically possible, its not recommended to run two apps in one container. Better to use Pod for that. Pod allows you to run more than one containers, each of which will run one app. Thats a cleaner design.
@klawtawar
@klawtawar 4 ай бұрын
Thank you
@user-ov8tt8oz2y
@user-ov8tt8oz2y 4 ай бұрын
simple and very nice explanation
@gauravverma3165
@gauravverma3165 4 ай бұрын
great series mate. love the videos. keep em coming
@naveenramneni8533
@naveenramneni8533 4 ай бұрын
Thanks for your efforts K8s architecture now have cleared picture in mind ..
@devopsjockey
@devopsjockey 4 ай бұрын
I HAVE KNOWLEDGE ON DOCKER CAN I TAKE THIS PLAYLIST AS OF I HAVE ZERO KNOWLEDGE IN KUBERNETES
@AdeyemiLawal
@AdeyemiLawal 4 ай бұрын
Great Lecture, this has been helpful in my DevOps journey.
@swapnilsingh7170
@swapnilsingh7170 4 ай бұрын
Hi Gourav, I really found these videos helpfull but from where i can get the notes and docker files which you have used in this video
@myuvaraj4515
@myuvaraj4515 4 ай бұрын
dont see this video..not explaining about dockerfile..such a waste video and he says as art of creating dockerfile.