Probably, I have not messed with that part. But the code in general is easy
to approach, so the best thing is to look at it, IMHO

On Wednesday, March 8, 2017, Shubham Kumar <[email protected]>
wrote:

> Oh thanks , But I want a bit more detail on what that patch is supposed to
> have if i go with option (a .
>
> Is it like my code has to interact with Kubernetes api-server on one side
> to keep track of which services are coming as load balancer type and on
> other side i have to interact with my Oracle LBaaS and configure with pre
> defined ingress template
>
>
>
>
> On Wed, Mar 8, 2017 at 6:23 PM, Rodrigo Campos <[email protected]
> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:
>
>> If there is no built-in support for that cloud in kubernetes, you can: a)
>> send a patch to add it, b) use service type nodeport and configure your
>> Oracle LB with backend all your k8s instances (this is what is done when
>> you create an lb anyways)
>>
>> If terraform has support for the cloud, then you can just create the lb
>> with terraform and use all instances as backend and be happy.
>>
>> And even write a terraform module to avoid much c&p if you need several
>> lbs.
>>
>> On Wednesday, March 8, 2017, <[email protected]
>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:
>>
>>> I got to know that if am working on AWS or GCE platforms , then only
>>> load balancer service types will be able to create external load balancer ,
>>> but when I'm working on Oracle cloud platformand want to utilise their load
>>> balancer as external load balancer when i create kubernetes services of
>>> type load balancer , What could be the steps i have to  follow in order to
>>> achive that.
>>>
>>> Oracle Cloud's load balancer exposes rest API's which can be used to
>>> configure the LBaaS.
>>>
>>> Can i get a quick brief on this , and what level of changes are required
>>> at Oracle Cloud platform level to incorporate these changes and how can i
>>> push my plugin to kubernetes.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Kubernetes user discussion and Q&A" 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/kubernetes-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Kubernetes user discussion and Q&A" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/kubernetes-users/8BGYfLPQLo4/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected]
>> <javascript:_e(%7B%7D,'cvml','kubernetes-users%[email protected]');>
>> .
>> To post to this group, send email to [email protected]
>> <javascript:_e(%7B%7D,'cvml','[email protected]');>.
>> Visit this group at https://groups.google.com/group/kubernetes-users.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected]
> <javascript:_e(%7B%7D,'cvml','kubernetes-users%[email protected]');>
> .
> To post to this group, send email to [email protected]
> <javascript:_e(%7B%7D,'cvml','[email protected]');>.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" 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/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to