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]> 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] <javascript:;>.
> To post to this group, send email to [email protected]
> <javascript:;>.
> 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