OpenShift
Working with RedHat Openshift Service Mesh
Create Gateway
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: seldon-gateway
namespace: istio-system
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*"Activate Istio
Namespace Seldon Core Install
Deleting Seldon Core Operator
Last updated
Was this helpful?