Dockerize the application - Python and NextJS | DevOps Capstone Project

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 24

  • @piyush.7.7.7
    @piyush.7.7.7 2 місяці тому +1

    Fantastic content! This video really clarified the complexities of DevOps practices. As someone working on a DevOps capstone project involving Next.js, FastAPI, and cloud storage, the insights shared here are invaluable. Looking forward to implementing these strategies in my project!

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

    thanks for the video! By going over the principles you explained I could apply your steps easily for a SpringBoot React-vite stack as well :-)

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

    Please upload the next part 💗

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

    I was waiting for this..!

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

    Really nice video! May I ask about why it does not require a docker network for the connection between frontend and backend?

  • @dhebbygodspride3124
    @dhebbygodspride3124 4 дні тому

    Hello, I'm running into a 500 internal server error

  • @sudo-bandit
    @sudo-bandit 2 місяці тому +2

    I’m having trouble getting the backend to work. Running into a 500 internal server error when trying to generate the QR code

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

      Add a print statement like....*print(f"Upload response: {response}")* ....to see what the errors are. My bucket settings were too restrictive when I was getting this error.

    • @ArdhenduShekhar-sw4uy
      @ArdhenduShekhar-sw4uy Місяць тому

      @@25Teebz Yes, so my bucket doesn't block public access but the error I got was "An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs". Could you help out?

    • @sudo-bandit
      @sudo-bandit Місяць тому

      @@25Teebz Thanks. Found that my bucket settings were also restrictive. I had to disable ACLs control.

    • @Surajk_umar01
      @Surajk_umar01 18 днів тому

      Is your error resolved? If you need help let me know.

  • @user-ed3vh1tt7c
    @user-ed3vh1tt7c 24 дні тому

    does anyone know what extension is used on the VScode it looks good i cant find the name i like the layout

  • @user-ed3vh1tt7c
    @user-ed3vh1tt7c 25 днів тому

    hi so every time i shutdown and restart my machine when im on vs studio i always need to activate my environment right if anyone can answer please?

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

    Hi Rishab, saw your videos and really liked your content. I am looking to build a career in cloud here in Canada. But in need some guidance to get the ball rolling. Is it possible if we can connect. I would be happy to pay any consultation charges if there are any. Thank you.

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

    Why are you wearing a LangChain Cap?

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

    Great tutorial! I wanted to know if we can write simple Dockerfiles like in the tutorial, or do we need to follow best practices for creating Dockerfiles, such as giving the user the least privileges to run the app?

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

      Great question! Please follow the best practices for creating Dockerfiles, as I will updating these too in the upcoming parts of the series.

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

      please what port did you use for the backend

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

      @@akpavieekemena5910 8000

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

      @@akpavieekemena5910 I used port 80 as mentioned in the dockerfile.
      github.com/rishabkumar7/aws-devops-capstone-project/blob/main/api/Dockerfile

  • @bhaskargowda-3955
    @bhaskargowda-3955 2 місяці тому

    Thanks :)
    How many parts it's gonna be sir?

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

    How to create the .env

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

      In the api folder create a file named `.env`