• Sreekanth Adari posted an update in the group Group logo of Kubernetes discussion GroupKubernetes discussion Group 4 years ago

    Tired exposed service or pods as NodePort and LoadBalancer as-well but application is not accessble on web/external, Please help

    • Found this solution and it worked :
      Ran below command :
      $ kubectl get nodes -o wide | awk {‘print $1″ ” $2 ” ” $7’} | column -t

      Mistake I did Mistake : I was trying using the ec2 instace server IP:port where aws cli is installed, it’s a blunder.

Scroll to Top