Deploy a react app in K8s

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • In this video, we :
    - create a react app
    - dockerize the app
    - deploy it in a k8s cluster.

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

  • @RzOmar
    @RzOmar 2 ปีที่แล้ว +1

    really helped me, thanks a lot

  • @sampath-sam
    @sampath-sam ปีที่แล้ว

    Hey this was very interesting. I spent so time to deploy the app on k8s. I did this using GKE and was successful deployed but one queation i have is which IP i should use to test. Tried internal ip and port but does work. Also i described the pod and took IP still doesnt work. Please suggest

  • @shuaibabdulla
    @shuaibabdulla 2 ปีที่แล้ว +1

    Is there any git url for the same

  • @naren06938
    @naren06938 11 หลายเดือนก่อน

    Its nice, but my doubt is have u installed kubectl or minikube, without installation, can we run deploy.yml file?

    • @devops_topics
      @devops_topics  11 หลายเดือนก่อน

      Hi, Of course! you have to install minikube to be able to work with Kubernetes locally

  • @cult-ur-fit
    @cult-ur-fit ปีที่แล้ว

    Amount of people Dockerizing development runtimes is scary.

  • @satyamKumar-mr5gc
    @satyamKumar-mr5gc ปีที่แล้ว

    error when creating "my-react.yaml": Deployment in version "v1" cannot be handled as a Deployment: strict decoding error: unknown field "spec.template.metadata.spec" i got this error

    • @prajwalrshetty5800
      @prajwalrshetty5800 ปีที่แล้ว

      check for the apiVersion of deployment it should be apps/v1 and the container spec syntax is not proper.