I am experimenting to do a canary release of a service in Openshift. I understand and know how to canary a service
if it is registered to a route
. But there are situations that we often end up not registering every service with a route
. Is there an option to canary a service in OpenShift
without a route? Has anyone done it successfully?
P.S: I am looking for a canarying capability that is provided by Istio
but unfortunately I cannot use it right now.