Re: [kubernetes-users] Can't access UDP port on load balancer in kubernetes on Google kubernetes engine

2018-01-09 Thread Tameem Iftikhar
45 --protocol=UDP > --type=LoadBalancer > service "udp" exposed > ``` > > Then I got the IP from `get svc`. I used `kubectl exec -ti` to exec into > my pod and run `nc -l -p 12345 -u` in one terminal and I sent bytes to it > via `netcat -u 12345`. > > Ti

[kubernetes-users] Can't access UDP port on load balancer in kubernetes on Google kubernetes engine

2018-01-09 Thread Tameem Iftikhar
down votefavorite I am trying to run a very simple UDP service in kubernetes on Google Cloud but am unable to access the port I am exposing to the internet. Here is the deploymen