Ingress Controller
Learn how to configure Istio as an ingress controller for Seldon Core, including traffic management and security policies.
Istio
Prerequisites
Installing Istio ingress controller
Install Istio
helm repo add istio https://istio-release.storage.googleapis.com/charts helm repo updatekubectl create namespace istio-systemhelm install istio-base istio/base -n istio-systemhelm install istiod istio/istiod -n istio-system --wait
Install Istio Ingress Gateway
Expose Seldon mesh service
Next Steps
Last updated
Was this helpful?

