Day-25 | Docker Containerzation for Django |

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • Support my work
    www.buymeacoff... Hi Everyone, This video is going to be Docker Zero to Hero with a very good documentation and video explanation
    We will learn,
    1. How to create your own Django Application ?
    2. How to containerize Django Applications ?
    3. Common mistakes
    4. CMD vs EntryPoint
    5. Is programming required for DevOps ?
    GitHub Repo used in the video:
    -------------------------------------------------
    github.com/iam...
    Telegram channel
    ===============
    telegram.me/ab...
    About me:
    -----------------
    LinkedIn: / abhishek-veeramalla-77...
    GitHub: github.com/iam...
    Medium: / abhishekveeramalla-av
    UA-cam: / @abhishekveeramalla .
    .
    Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

КОМЕНТАРІ • 358

  • @AbhishekVeeramalla
    @AbhishekVeeramalla  3 місяці тому +10

    If you run into the error
    ERROR: EXTERNALLY MANAGED ENVIRONMENT
    You can fix it by adding below line to your Dockerfile before the RUN command.
    ENV PIP_BREAK_SYSTEM_PACKAGES 1

    • @farzanzuheer4770
      @farzanzuheer4770 3 місяці тому +1

      still getting same error after adding this

    • @abhinapatra3454
      @abhinapatra3454 2 місяці тому +1

      I'm getting same error plz solve it

    • @sahithande7673
      @sahithande7673 2 місяці тому

      @@farzanzuheer4770 HI, please do change the base image to python:3-slim and try.

    • @aravnandan1617
      @aravnandan1617 2 місяці тому

      @@abhinapatra3454 yes getting same error.

    • @koteswararaorayi1489
      @koteswararaorayi1489 2 місяці тому

      @@aravnandan1617 "pip install --break-system-packages " try this in place of pip install

  • @Geekgurlcode
    @Geekgurlcode 8 місяців тому +38

    After following you for a couple of months, I almost get a job with 200% hike... You made my life...I started seeing ray of hope and happiness again in my life...God bless you..

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  8 місяців тому +5

      Hearty Congratulations 🎉. All the very best for your future endeavours 😍

  • @mrnobody4365
    @mrnobody4365 9 місяців тому +30

    You can run up to 750 hours of free ec2 instance. That is 31 days depending upon how many ec2 instance(free tier) you create and run. If you create and run 2 ec2 free tier instance then the 750 hours will be cut into half 750/2 = 375 hours i.e 31/2 = 15.5 days. So it depends on how many ec2 free tier instance you are running. If the ec2 instance is stopped then the above logic doesn't apply, it should be up and running. Once you exhaust the 750 hour mark aws will start charging you from that day.

    • @naeembrohi4967
      @naeembrohi4967 6 днів тому

      But there is another limitation you didn't mention,
      30gb space, like 1 t2.micro occupies 8gb of space so at a time you can have 4x instances at a time.
      Also if you have snapshots already then it varies depending on the space occupied, as EBS are attached to each ec2 instance so that counts as well ...

  • @rohita9689
    @rohita9689 Рік тому +42

    Thank you my Devops God. You are not just awesome you are truly a God father of mine :). That's my promise to you sir soon I will get my job I will pay you my whole salary what ever I will be getting in my first month... Thanks alot

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +39

      So nice of you .. Heart melted by your love ..
      Please you don't have to pay me as I have decided to teach this course for free :)
      Let's make sure you get a good job Rohit.

    • @rohita9689
      @rohita9689 Рік тому +2

      @@AbhishekVeeramalla Sir one last question do you think whatever you will be covering in this course would be sufficient to get a freshers job

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +5

      @rohit .. for freshers .. yes
      For experienced .. little more hands-on and practice is required

    • @muser1508
      @muser1508 7 місяців тому

      ​@AbhishekVeeramalla little more practice on the topics which u teach or more topics to learn

    • @adityavarma5735
      @adityavarma5735 7 місяців тому

      Hi Abhishek, you say that experienced people need more Hands on. I have 6.5 yrs of experience with 2 yrs on Big data and 4 as Application support specialist. I want to persue a career in devops now.
      Can you please please guide me as to what should be my path to gain this experience? I have been seeing hands on projects by other youtubers. Is that the right way?

  • @nisaga1
    @nisaga1 4 місяці тому +2

    The best part of your video Abhishek is that it is very engaging. I don’t feel like pausing/playing every few min. Keep up the good work.

  • @zaffer2024
    @zaffer2024 Рік тому +9

    As far as I know the free tier covers 750 machine hours of micro instances. You can probably run 750 machines for 1 hour and finish that quota in 1 hour. Or run 1 micro instance 24x7 and it will stay up for a whole month.
    So you can only run one ec2 instance in the free tier.
    Micro instances are not free if your free tier is up or you exceeded 750 micro instance hours per month.
    -source stackoverflow

  • @akshaypanigrahi166
    @akshaypanigrahi166 Рік тому +5

    wow. I am so impressed with this DevOps content. I did some courses in DevOps but did not get a clear view like this. Thank you so much, brother. so many doubts have cleared. You are true insipiration God bless you ❣😇😇😇.

  • @saikrishnan9298
    @saikrishnan9298 8 місяців тому +3

    Thank you so much Abhi anna for such an awesome video. Truly you are like a master in DevOps, and you make it very easy for everyone to understand and implement it. I'm following all your videos, and I am confident of getting a job in it. For a free-tier account we can run 3 EC2 instances at a time and also, we can run another instance with EBS volume 6GB as for free tier with the default settings and if we resize the EBS volumes we can make use of 30 GB per month as the EBS volume provided for free tier is 30 GB. We can create many EC2's but charges are incurred for volumes occupied by it if it exceeds 30 GB.

  • @rameswarapusubrahmanyam.2629
    @rameswarapusubrahmanyam.2629 Рік тому +6

    750 hours/month for aws free tier account. So one can use as many as instances they want before the limit exhausts. Ex: If you launched 750 ubuntu ec2 instances all at once using launch template. Then the free tier account exhuasts and aws will start billing on our aws account. Thanks Abhishek.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Yes

    • @nitinwadhera2123
      @nitinwadhera2123 Рік тому

      Also, I believe you might have to pre-notify AWS support to relax the soft limit on launch of thus many EC2 instances under your Free Tier Account.

    • @user-ks5dh1mv6w
      @user-ks5dh1mv6w 5 місяців тому

      there is volume limit also, in free tier you can use less than 30 GB Volume at a time. So again it depends upon the instance type, if you use Red Hat instance you can use only 2 at a single point of time. If your instnace is Amazon linux or Ubuntu you can use 3 instances at a time. Amzon linux or Ubuntu has minimum 8 GB volume requirement while Red Hat has to be a volume of minimum 10GB.

  • @TechInsightswithAsma
    @TechInsightswithAsma 5 місяців тому +1

    Thank you Abhishek for creating amazing videos. I am able to successfully follow this video and able to create container on EC2 and my app launched perfectly. Thank you so much for teaching and helping us.

  • @manojreddy8938
    @manojreddy8938 7 місяців тому +1

    Its actually great abhishekh bhai you are posting all the things as opensource. Best thing is all the things are organized and went very deep this what is needed as devops engineer .
    pouring your heart out and teaching all these concepts .
    Thankyou abhishekh.

  • @SumitBudhawant
    @SumitBudhawant 5 місяців тому +1

    I'm from non-tech, non-IT background still able to understand. Thank you for such a good explanation.

  • @mohaseenshaikh262
    @mohaseenshaikh262 Рік тому +2

    Thank you sir , all videos are more important and good explanation.

  • @tejasarcasm
    @tejasarcasm 7 місяців тому +1

    i have done course with udemy and at online platform, they explained the docker file with line to line, but never explained how to write and what all parameters should have to consider. Thankyou, after one year of completing the course i am now able to understand docker completely, and also terraform tool which u have done along with cloud_champ regarding how to write terraform script. Thank u brother for clearing my every doubts, i m happily able to write on my own now. God bless you 🙂

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 місяців тому

      🎯🎯🎯

    • @shelkeonka
      @shelkeonka 7 місяців тому

      Hey have you complete this all over course

    • @tejasarcasm
      @tejasarcasm 7 місяців тому

      Yes ​@@shelkeonka

    • @shelkeonka
      @shelkeonka 7 місяців тому

      @@tejasarcasm in which year u are an can you tell me if I complete all these series how much level of knowledge i gained or after completing this series what next ?

  • @amitbadyal7631
    @amitbadyal7631 8 місяців тому +2

    Thank you Abhishek for this high level content ..

  • @agun21st
    @agun21st Рік тому +1

    A very easy way to learn the django app with containers. Thanks Abhishek bhai.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Thanks for liking
      Awesome. Please share the videos with your friends

  • @techfeeds7589
    @techfeeds7589 Рік тому +2

    Excellent presentation, now i just saw your full video. wonderfull of python project topics.

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe 24 дні тому +1

    On AWS's Free Tier, we can run up to 750 hours of t2.micro or t3.micro instances per month for the first 12 months.
    Thank you Abhishek bhai for the wonderful session like always... 💎😍

  • @Adityaa2
    @Adityaa2 Рік тому +2

    Q. 27:50 we receive 750 hr aws ec2 micro instance in free tier ..so according to that we can use 1 Instance for 750 hr or 750 instance for 1 hr..

  • @monindersingh2565
    @monindersingh2565 7 місяців тому +2

    watched your docker multistage tut .. outstanding was it like this one and purely realtime scenario oriented ...such videos are hardly available on YT .. big like and subscribe

  • @kattasomasekhar2507
    @kattasomasekhar2507 27 днів тому

    Wow... really amazing explanation...great work

  • @mandarapriya3530
    @mandarapriya3530 5 місяців тому +1

    I am successfully able to run the Django application😀, Thanks a lot Abhi...

  • @imranonthenet
    @imranonthenet 6 місяців тому +1

    Very nice and detailed explanation! Thanks a lot for your efforts in creating this free devops course, we really appreciate it.

  • @vback4238
    @vback4238 Рік тому +1

    Thanks teacher!! The answer is 1 instance. I googled it. I didn't know but now I know.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +4

      Good try .. but actually it's 750 Linux and windows each t2.micro instances .. so if you can run any number of instances .. there no limit on the number but the limit is on the time.
      I hope you learnt something new :)

    • @vback4238
      @vback4238 Рік тому

      @@AbhishekVeeramalla What?! Thank goodness I have you as a teacher. Lol. Thanks!!

  • @himakardk4860
    @himakardk4860 9 місяців тому +1

    Thank you Sir, your way of explanation is simple and understandable.

  • @ririraman7
    @ririraman7 2 місяці тому +1

    Thank you brother, Lord bless you

  • @ShravanChauhan-dw2sm
    @ShravanChauhan-dw2sm 5 місяців тому +1

    Thank you so much for devops series. You explain in very easy way.

  • @hardikmittal5740
    @hardikmittal5740 12 днів тому

    One request abhishek it will be very helpful if you would create a video or a series where you can explain majority of the application workflows!!! Seriously it would be very helful indeed ❤

  • @Siddhartha_Gaurav
    @Siddhartha_Gaurav 8 місяців тому +1

    Thank you so much sir for your fantastic way of learning. You make the hard topics so easily. Thank you so much for your support so that we are learning these things without paying it to anyone.

  • @shambhunathsahani6505
    @shambhunathsahani6505 Рік тому

    Thank you for the great explanation on live project example

  • @saumiyasomanathan5840
    @saumiyasomanathan5840 9 місяців тому +1

    Going to try this on system. Thank you so much for this. Django looks little complicated since it's first time that I am watching this flow..rewatched for around 4-5 times just that portion and understood some of it. Will do it on system and see ..❤ thanks once again. Coz of u, i am gonna search for other app workflows too.

  • @Sri-jb6qt
    @Sri-jb6qt Рік тому +3

    A customer with access to the AWS Free Tier can use up to 750 instance hours each of t2.micro instances running Linux and Windows. Usage of the Linux and Windows t2.micro instances are counted independently.

  • @tej8789
    @tej8789 Рік тому +4

    We can run both linux and windows VM's as many as we want which are in free tier eligible and the volume will be t2. Micro for 750 hours.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +3

      Awesome. Please share the videos with your friends

    • @AmaraRam-np1nw
      @AmaraRam-np1nw Місяць тому

      S.. T2.micro only we can use other wise instead of macro then start bill &aslo application cant run

  • @user-gd5dq8mw3y
    @user-gd5dq8mw3y 6 місяців тому +1

    Really feeling u as teaching god sir

  • @ayeniadewale7743
    @ayeniadewale7743 8 місяців тому

    The number of Amazon EC2 instances you can run on AWS depends on your AWS account's service limits. Service limits are the maximum number of resources that you can create in your AWS account. These limits vary based on the instance type, region, and your AWS account statu

  • @Adityaa2
    @Adityaa2 Рік тому +2

    Thank you so much Abhishek 😇🙏

  • @ImtiazAli-in7gk
    @ImtiazAli-in7gk Рік тому +1

    just owesome sir you rocked

  • @HemaLatha-nd3zv
    @HemaLatha-nd3zv Рік тому +1

    After finishing devops course. Please share the knoledge on python how is required for a devops engineer.Thanks for sharing knowledge sir.

  • @computertricks8474
    @computertricks8474 3 місяці тому

    wonderful tutor . u technique is super. love u sir 💗. in free tier aws account there is limit for ec2 . Free Tier: Up to 750 hours per month of t2.micro or t3.micro instances.
    Paid Tier: Limited by default soft limits, which can be increased upon request.

  • @babateebabatola6677
    @babateebabatola6677 День тому +1

    thank you for this impactful lecture.. my question is under CMD and Entry point, how do one know the variables to put in there while writing your Dockerfile for different applications.., also can you explain the variables in the entry point in this lecture, the runserver, the port in relation to the file itself

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  День тому

      You will learn that as you keep practising different projects

  • @kyon6069
    @kyon6069 Рік тому +3

    Thank you for clearing my doubt regarding CMD and ENTRYPOINT I asked previously. Amazing quality content as always. I was wondering if you will be covering any artifactory management tools like jfrog or static code analysis sonarqube as well

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Glad it was helpful!
      Awesome. Please share the videos with your friends

  • @arifsaleem-7377
    @arifsaleem-7377 Місяць тому

    you've 750 hours for one month. so you can run any number of instances unless they are all not exceeding 750 hours as combine. if you running only 1 instance for a month then you are not going to exceed the limit in any way : 24 * 31 = 744 . but for instances >1 you've to track your 750 hours limit.

  • @humdanalfatmi5417
    @humdanalfatmi5417 8 місяців тому +1

    I had done DevOps course.. was looking for something to refresh... I landed here Alhumdulillah, you are just doing awesome work.. hope to be like you.. helping other..
    1 suggestion.. 21:00 entry point and CMD the explanation is outstanding however using the noun (entry & CMD) so many times is distracting, here and some other places too , no offence just suggestion.

  • @raghunathrajappa5270
    @raghunathrajappa5270 Рік тому +2

    Hi brother i believe your the right person to answer my question so my question Does DevOps engineer should know programming languages or not.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Scripting knowledge with bash or python is must
      Programming knowledge is not mandatory

    • @raghunathrajappa5270
      @raghunathrajappa5270 Рік тому

      @@AbhishekVeeramalla Okay Tq so much brother

  • @vijayaraghavan5537
    @vijayaraghavan5537 6 днів тому

    thank you for the clear exppanation about docker and commands associated with it.
    I just have one ask - Is it possible to do port mapping within the docker file, please let me know

  • @faisaliqbal7382
    @faisaliqbal7382 Рік тому +1

    Great

  • @MegaManuraj
    @MegaManuraj 5 місяців тому

    Thank you for the session. very helpful

  • @techfeeds7589
    @techfeeds7589 Рік тому +3

    Java application and Mongo DB

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Hi TechFeeds , you don't need to learn the language.. you just need to understand how to build it.
      Learning a programing language is difficult.. building or steps to build is very very easy.

  • @bachchokikaksha
    @bachchokikaksha 21 день тому

    Kindly make a video on troubleshooting the sissues during running

  • @jaykumaranbu7173
    @jaykumaranbu7173 Рік тому +1

    Nice content

  • @techfeeds7589
    @techfeeds7589 Рік тому +1

    Java, python, . Net, angular, node.js, reactjs, which one language want to know basics concepts (many companies used different applications, but we know anyone language basics concepts strongly AWS

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Hi TechFeeds , you don't need to learn the language.. you just need to understand how to build it.
      Learning a programing language is difficult.. building or steps to build is very very easy.

    • @karunakargyara7799
      @karunakargyara7799 Рік тому

      @@AbhishekVeeramalla
      Hi sir , could you please explain the skeleton or flow for the Java and node js.
      And also after creating jar or war file from Jenkins , we have to create docker image , could you please explain about that

  • @chandu806021
    @chandu806021 4 місяці тому

    Appropriate your efforts brother, just started...need to go till Kubernates....ty

  • @durgeshverma712
    @durgeshverma712 Місяць тому

    congratulation for 300k

  • @virupakshappabandi
    @virupakshappabandi Рік тому +1

    Ans: we can run 2 instance in free tier account. t1.micro and t2.micro.
    we will be have 750hours free for 12 months.

  • @sutapalliyaswanth2733
    @sutapalliyaswanth2733 4 місяці тому

    amazon charges based on hours of usage, not based on number of instances you are running, only 750 hours in free tier

  • @techfeeds7589
    @techfeeds7589 Рік тому

    next video, we will see how to install docker & container in K8s ? it's a maintaining a docker and container.

  • @user-du4mr8yj9i
    @user-du4mr8yj9i 11 місяців тому

    you can create infinite instances in your Aws free tier account according to your requirement. but in free tier you will get 750hours per instance after that the charges will apply for usage of any microservice .

  • @chinkuralilifestyle6813
    @chinkuralilifestyle6813 6 місяців тому

    Free tier Amazon EC2 Allows to run two ec2 instances one for linux n another for windows each OS gets 750 hours

  • @akshayrandive4043
    @akshayrandive4043 6 місяців тому

    up to 750 instance hours each of t2. micro instances running Linux and Windows.

  • @nallapaneniram766
    @nallapaneniram766 10 місяців тому

    2 ec2 instances one Linux and one windows and we get 750 hrs for both combined for each month for one year.

  • @saikirannekkanti7578
    @saikirannekkanti7578 Рік тому +2

    we launch as many as free tier instances in aws, but 750 hours only free and rest will be charges

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +2

      U r correct

    • @faisalraj6654
      @faisalraj6654 7 місяців тому

      I knew about X # of free launch instances - t2 micro as myself, I remember launching and stopping 5 instances simultaneously, but I couldn't remember the 750 hrs.. :)

  • @himavardhankolamala3911
    @himavardhankolamala3911 6 місяців тому

    While started practicing the video at final stage for the django application need to do db related like make migrations and migrate where these to apply for the server .and on current code from your repo need to do migrations where i have to do it

  • @TheProductionEnvironment
    @TheProductionEnvironment Рік тому

    thanks for wonderful session, Entrypoint and CMD is well explained. what about RUN, it is also running commands inside the container, how it is different from CMD Entrypoint. it might be a stupid question but it came in my mind

  • @MihirModi-ix7zw
    @MihirModi-ix7zw 7 місяців тому

    Thank you so much for amazing content. I watched your most of videos. So you launched most of websites on port, but is port secure? means in real-world is it good practice to launching an application or website on port? Or launch on nginx server is good practice?

  • @ashishpandey8766
    @ashishpandey8766 6 місяців тому

    again thanks Abhi🙏

  • @shubhamkalekar1519
    @shubhamkalekar1519 Рік тому +1

    Hi sir, we are using CMD and entrypoint in dockerfile which ll be taken 1st priority when launching containers.

    • @bharath4195
      @bharath4195 Рік тому

      Entey point will override cmd

    • @shubhamkalekar1519
      @shubhamkalekar1519 Рік тому

      @@bharath4195 Thanks, then what about cmd, ll it execute or nt.

    • @bharath4195
      @bharath4195 Рік тому

      @@shubhamkalekar1519 no

    • @bharath4195
      @bharath4195 Рік тому

      @@shubhamkalekar1519 if you give both, entry point execute only

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Like I told you can use combination of both ..
      In entry point provide the executable and CMD provide the configurable values

  • @suryapradeepthichakka8494
    @suryapradeepthichakka8494 4 місяці тому +1

    Hi Abhishek,Thank you for all the efforts you are keeping to teach people ,That is so kind of you.Thank you very much
    When I tried to containerize Django application.I containerized it successfully but when I run the application on browser it is showing me page 404 not found and it is saying me that you are seeing this error because you have debug = True in your Django settings file and change that to false . May I know how to change that settings ?

  • @nithinprasad6981
    @nithinprasad6981 2 місяці тому +1

    Hi Abhishek,
    Thanks for the detailed video. I’m just curious why we can’t write commands directly in the RUN section of the Dockerfile. How do the CMD commands differ from the RUN command?
    Thanks in advance.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  2 місяці тому

      To execute commands at the start of container

    • @nithinprasad6981
      @nithinprasad6981 2 місяці тому

      @@AbhishekVeeramalla Thanks for the quick response. From your reply I understand that RUN commands are executed at build time whereas CMD commands are executed at the start time of the container. Correct me if I’m wrong. Thanks again !!

  • @kiranbakale8207
    @kiranbakale8207 7 місяців тому

    🚀🚀Hi Abhishek Nice video, had a doubt, usually how is it, whether the developer will give us Dockerfile, or we have to write it from scratch, because developers have more clarity about the app right

  • @omkarmule9
    @omkarmule9 11 місяців тому +2

    working thqq

  • @user-dc9en5hw7f
    @user-dc9en5hw7f Рік тому

    We can create 100 ec2 instance as a free tier account, if you want increase then we should ask to aws admin team and they will increase ec2 instances.

  • @adarshjha__1
    @adarshjha__1 11 місяців тому

    Docker..Day-23, 24, 25 done ✅️

  • @vishalgirdhar
    @vishalgirdhar 8 місяців тому

    750 hours of runtime is allowed in freetier eligible EC2, Number of instances is not a limit

  • @techfeeds7589
    @techfeeds7589 Рік тому +1

    Maximum 10 you can run it under free tier I guess. Because 70 ec2 would create 70 volumes.sice volume aso chargeable, something risky to run under free tier. Contact?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +2

      Good try .. but actually it's 750 Linux and windows each t2.micro instances .. so if you can run any number of instances .. there no limit on the number but the limit is on the time.
      I hope you learnt something new :)

  • @ivsubbarao1
    @ivsubbarao1 2 місяці тому

    Thanks

  • @TechDecryptor
    @TechDecryptor Рік тому +2

    sir, whenever we install dependencies like python3 and Django. these will be inside the docker container not in the local machine, right? it means if I delete the container the dependencies installed also gets deleted since it is inside the container. am I right?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Yes

    • @TechDecryptor
      @TechDecryptor Рік тому

      @@AbhishekVeeramalla thanks sir you are teaching very well

    • @TechDecryptor
      @TechDecryptor Рік тому

      And also responding to my questions very quickly. We will always support this channel and I will recommend your videos to my friends also

  • @sowmiya2540
    @sowmiya2540 8 місяців тому

    Thanks for the wonderful session bro. I am learning a lot form your Devops series. I couldn't understand the port mapping here. Can you please tell me once here.

  • @tanmoysantra1112
    @tanmoysantra1112 Рік тому +1

  • @ririraman7
    @ririraman7 2 місяці тому

    please bring Linux beginners tutorials too

  • @nagarjunahota4498
    @nagarjunahota4498 Рік тому

    thank you guruji 🥰

  • @anuragnair1862
    @anuragnair1862 Місяць тому

    Hi Abhishek could you please increase the quality of this video it's not even in 720p

  • @l_o_r_d_p_a_i_n
    @l_o_r_d_p_a_i_n 11 місяців тому

    Thank you sir

  • @ravindraravi7435
    @ravindraravi7435 5 місяців тому

    Thank you ^^

  • @ElysianVisionsX
    @ElysianVisionsX Рік тому +2

    Hi Abhishek, Appreciate your content. Just one request Please do a Course on Azure DevOps, I've been thrugh so many e-learning platforms but none of them served the way you are teaching.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +1

      Thanks for the suggestion.. sure

    • @ElysianVisionsX
      @ElysianVisionsX Рік тому

      @@AbhishekVeeramalla Most Welcome Abhishek, will look forward for your content.

  • @bilalosmany5022
    @bilalosmany5022 Місяць тому

    I completed beginning with docker and fundamentals part here, I can see Django, python etc, I'm not familiar with coding shall I watch or skip this one? or only continue after learning coding

  • @anuragnair1862
    @anuragnair1862 Рік тому

    Thank you Abhishek for explaining hw to containerize django application i have no programming experience could you please share more examples for java apps /node js so that we can practice more docker files and you didn't show how we can login in container using container id i ran docker ps not able to see any container id am i missing something please let me know .
    and aws charges as per the hours usage and 750 hrs are free after this it will charge as per usage but not on how many instances we used

  • @Anonymous48828
    @Anonymous48828 4 місяці тому

    max 20 instances can be created under free tier.

  • @devopsinterview
    @devopsinterview Рік тому +1

    Devops god

  • @techfeeds7589
    @techfeeds7589 Рік тому

    Good video, we need to know, we have created Docker file with code(push & pull from registry - it is not used daily basis)what are the other daily work activity in docker & container.(what are the problem come, how to maintenance)

  • @miraclekohli2901
    @miraclekohli2901 8 днів тому

    Hi @Abhishekveeramalla.
    at this video i demoralized , when i heard about programming language. could you please help ? in which language programing knowledge need to have? I want to learn docker Jenkins and Kubernetes , or should i follow your full course ? I hopping you will respond quickly. Apart from that you are really a good teacher.
    my target is get to job by end of this year by following your videos. please suggest something i need to do please sir

  • @pratikshakundalwal8143
    @pratikshakundalwal8143 3 місяці тому

    Please explain the Entrypoint and cmd in dockerfile

  • @RajeshNaik-ky7gr
    @RajeshNaik-ky7gr 4 місяці тому

    thanks lot. can you please explain how we know that ENTRYPOINT and CMD command that should use

  • @im-monaa
    @im-monaa 5 місяців тому

    Hi @abhishek sir, when you will be made a detailed video on kubeshark ?

  • @sureshm7568
    @sureshm7568 Рік тому

    Thank you brother for your knowledge sharing 🙏
    Could you help to provide one session on real time accessibilities in a organisation like how we login to tools and privileges to each tool or to could and DevOps engineer limitations to each tool and other team dependencies.. etc 🙏

  • @shivanitiwari-br1bz
    @shivanitiwari-br1bz 7 місяців тому

    Can u please make a saperate video explaining about django, flask, nodejs app workflows???

  • @LamiCons
    @LamiCons Місяць тому

    I was trying to install python but Ubuntu was not allowing me to do that. Thereforethe above Docker file was not running as per the requirement. So to resolve this I had to create a virtual env. However I just tweaked a bit of code in the Dockerfile which helmed me to run this django app on my system.
    Note: I am using Docker Desktop.

    • @ameenurrehman5600
      @ameenurrehman5600 Місяць тому

      what code did you changed, same problem with me too

  • @omkarwalunj6720
    @omkarwalunj6720 Місяць тому

    If we don't port map 8000:8000 it will be accessible to port 80 by default, right?

  • @srinikhilarikapudi5444
    @srinikhilarikapudi5444 12 днів тому +1

    What is that 2a0d5e06eb8d? If that is the image I do not see it declared or created before running the container.
    On what basis the port number 8000 is chosen?

  • @samikshasharma3544
    @samikshasharma3544 7 місяців тому

    Clear me one thing, let's say if in this django application, I have specified 5000 port to be used by the application, then does it require to specify EXPOSE parameter in the Dockerfile or we can avoid. If yes, we can avoid, then what if we still define EXPOSE parameter with port 6000 instead of port 5000 which is mentioned in the code, will the application run on 5000 or 6000. Also, if different ports are mentioned in code and Dockerfile, which is 5000 and 6000 in this case but while giving docker run command we specify container port as 7000, then what will happen?

  • @thkhan
    @thkhan Рік тому +1

    how to decide what will be the commands inside CMD according to different different application?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Commands will be the command to start your application or the command that you want to run as the container starts