Open
Description
[kind/Feature]
Which functionality do you think we should add?
I think it'd be great to have the ability to use odo in conjunction with Istio/OpenShift Service Mesh. Service Mesh requires an annotation on the DeploymentConfigs created for each component. This is in order for the platform to inject a sidecar container with each pod. (spec/template/metadata/annotations of sidecar.istio.io/inject: "true"
).
Additionally, Services that get created should have port names that follow the naming listed here (for full support of routing and metrics):
https://istio.io/docs/ops/configuration/traffic-management/protocol-selection/
e.g.
spec:
ports:
- port: 8080
targetPort: 8080
name: http
Why is this needed?
To allow odo to be used in conjunction with OpenShift Service Mesh
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status