Routes
OpenShift Only
Routes are Openshift objects that expose services for external clients to reach them by name.
Routes can insecured or secured on creation using certificates.
The new route inherits the name from the service unless you specify one using the --name option.
Resources
References
Route Creation
Secured Route Creation
apiVersion: v1
kind: Route
metadata:
name: frontend
spec:
to:
kind: Service
name: frontend
tls:
termination: edge