On Sunday, June 19, 2016 at 12:38:05 PM UTC-7, kant kodali wrote:
>
> HI Warren,
>
> Yes I want my headless service to be internet accessible. Also our 
> requirement is that we dont want to attach a load balancer because we dont 
> want to go through the kube-proxy instead we want to do the load balancing 
> ourselves. is this a possibility with kubernetes?
>

If you use the nginx ingress controller, you dont go through 
kube-proxy: 
https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx
If you're running on GCE, you have to turn off the GCE controller 
first: 
https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/BETA_LIMITATIONS.md#disabling-glbc
 

>
> Thanks,
> Kant
>
> On Sun, Jun 19, 2016 at 10:47 AM, Warren Strange <[email protected] 
> <javascript:>> wrote:
>
>>
>> If you just want to talk to a service from your desktop, you can often 
>> use  kubectl proxy, or kubectl port-forward to forward local traffic to the 
>> cluster. 
>>
>> If you want a real DNS name, and your service to be internet accessible, 
>> you need to setup an ingress resource. 
>>
>>
>>
>> On Saturday, June 18, 2016 at 3:17:19 PM UTC-6, kant kodali wrote:
>>>
>>> Hi Guys,
>>>
>>> Is there a way to get a public DNS or something of a headless service 
>>> inside my kubernetes cluster so that I can talk to the pods backed by my 
>>> headless service from my home computer per say?
>>>
>>> Thanks!
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Containers at Google" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-containers/rRKvj4-uPdI/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/google-containers.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to