Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seldon deployment support for google kubernetes ingress #2714

Closed
divyadilip91 opened this issue Nov 30, 2020 · 6 comments
Closed

Seldon deployment support for google kubernetes ingress #2714

divyadilip91 opened this issue Nov 30, 2020 · 6 comments
Labels
triage Needs to be triaged and prioritised accordingly

Comments

@divyadilip91
Copy link

Hi,
I am aware that seldon supports ambassador ingress and istio ingress. Does it support an nginx ingress or a gke loadbalancer?

@divyadilip91 divyadilip91 added the triage Needs to be triaged and prioritised accordingly label Nov 30, 2020
@ukclivecox
Copy link
Contributor

We do have users using nginx and there is another issue open for this #416
At present you would need to do the configuration yourself.
The same would be true for GKE w.r.t. authentication.

@divyadilip91
Copy link
Author

@cliveseldon Thankyou for your immediate response. Ok so would this be solved in 2.0 release?

@ukclivecox
Copy link
Contributor

I think we would need to look more deeply into handling further ingresses inside Seldon Core. As said, we have users who use both GCP and NGINX but manage the configuration outside Seldon Core themselves.

@divyadilip91
Copy link
Author

Ok thankyou. Is there any document or references that I could refer and would help me out to set up this configuration outside of seldon core.?

@ukclivecox
Copy link
Contributor

Not at present. I suggest looking at what is added in the code for Ambassador and in particular the connection to the service:

Service: serviceName + "." + namespace + ":" + strconv.Itoa(engine_http_port),

@divyadilip91
Copy link
Author

Ok thankyou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged and prioritised accordingly
Projects
None yet
Development

No branches or pull requests

2 participants