Setting up a Kubernetes cluster using kind

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • This video explains how to set up a kubernetes cluster using a tool called kind. We will also deploy and expose an nginx container in kind cluster.
    Twitter: @srini0x00

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

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

    Thanks so much for this video! Helped a lot (I'm completely new to Kind.)

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

    Thanks so much, really helped a lot

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

    One of the best videos

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

    Good video. Thank you!

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

    参考になりました。ありがとうございます😊

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

    Прикольно! Спасибо!

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

    Hey can you tell me how to do the same for a docker image running my nginx website pls???

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

    In mac I'm unable to connect to NODE IP using NODEPORT !! but port-forwarding works not sure whats wrong :(

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

      same here

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

      same here. cannot access via the internal ip addr

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

      try `$ curl :port/` from terminal

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

      same here

    • @utkarshGCP2024
      @utkarshGCP2024 7 หลายเดือนก่อน

      same problem in ubuntu 22.04 , i created a deployment with type LoadBalancer and port-forwarding is working but the technique shown in this video is not working, also i created same deployment in minikube but in that case we have to tell minikube about the service for ex : " minikube servcie < service name > " , and it redirects in default browser and we can access nginx, but in KinD no such facility and also we have to additionally install metalLB, which is also not mentioned in kind docs