How to port forward in Kubernetes! (access pod's API locally)

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 14

  • @ricebowl___
    @ricebowl___ 2 года назад +1

    Good video man. It was the perfect bite-size for me to learn something new about k8s today. Thanks

    • @Frankiscool
      @Frankiscool  2 года назад

      Thank you Jesse, appreciate the feedback.

  • @monishagowda8928
    @monishagowda8928 Год назад

    Thank you for the proper explanation.🙌

  • @toetoeag
    @toetoeag 2 года назад +1

    It's nice explanation.

  • @Aradhyafouzde4
    @Aradhyafouzde4 4 года назад +1

    NIce video , maybe you can showcase with the pod, replica set, service , deployment ...it is supposed to run with all of that , never the less this are the actual things

    • @Frankiscool
      @Frankiscool  4 года назад

      Subrata Fouzdar I have a video on deployments and services as well. All introductory.

  • @AswinJP
    @AswinJP 4 месяца назад

    I have 2 pods - podA and podB. In k8 podB calls podA. Can I redirect podA's call to my local instance of IntelliJ?

  • @Sir_Meowss_A_Lot
    @Sir_Meowss_A_Lot 4 года назад +1

    Nice video. If possible could you make a video on how to get pod information running on a kubernetes cluster using golang (clinet-Go)?

    • @Frankiscool
      @Frankiscool  4 года назад

      Hi, sorry didn’t see this comment earlier. Haven’t really worked with clinet-Go before. What are you trying to accomplish?

  • @praveen420ify
    @praveen420ify 4 года назад +1

    This is nice explanation. But I want to connect to GCp es service by using some other method because I need to keep command line always running to make port forwarding work

    • @Frankiscool
      @Frankiscool  4 года назад +1

      Praveen Kumar depends on how you have your environment and what your ultimate goal is. You can always create a service for it and use another pod to interact with the service endpoint. I have a video on Kubernetes Services.

    • @praveen420ify
      @praveen420ify 4 года назад +1

      @@Frankiscool Thanks for reply. Just one more question. How to provide authentication while access those servics from outside

    • @Frankiscool
      @Frankiscool  4 года назад

      Praveen Kumar I’m not sure if the latest version of Kibana has authentication built in. But, if it does not, I would create the container so that it has the authentication plugin for it or use a ingress pod like Apache to handle auth.