Deploying Laravel on Digital Ocean Managed kubernetes

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 10

  • @moneyisenergy
    @moneyisenergy 4 ปีที่แล้ว +1

    Thank you!

  • @JasperFrumau
    @JasperFrumau 4 ปีที่แล้ว +2

    Thanks for the video. It was very informative. Do however not use chmod 777 on production. That would open the app to everyone (read write execute for user, group, other).

    • @CodingMonk
      @CodingMonk  4 ปีที่แล้ว +1

      Yes @jasper I agree with you, in production you have to be careful about how you give permissions. This video is for just getting started.

    •  3 ปีที่แล้ว +1

      @@CodingMonk You can't say that. Someone would definitely take it as it is, knowing nothing about that chmod.

    • @CodingMonk
      @CodingMonk  3 ปีที่แล้ว

      @ Completely agree with you.

  • @anant26692
    @anant26692 4 ปีที่แล้ว

    Great video bro, Keep it up !!

    • @CodingMonk
      @CodingMonk  4 ปีที่แล้ว +1

      Thank you man :)

  • @schoolbook1
    @schoolbook1 3 ปีที่แล้ว

    Hello nice tutorial. I am stuck with 403 Forbidden when I access my workernode:port. Any idea please...

    • @CodingMonk
      @CodingMonk  3 ปีที่แล้ว

      Check your application path properly set into server config file or not?