1.25.4. Troubleshooting the data plane
The data plane is a set of intelligent proxies that intercept and control all inbound and outbound network communications between services in the service mesh.
Red Hat OpenShift Service Mesh relies on a proxy sidecar within the application’s pod to provide service mesh capabilities to the application.
1.25.4.1. Troubleshooting sidecar injection 링크 복사링크가 클립보드에 복사되었습니다!
Red Hat OpenShift Service Mesh does not automatically inject proxy sidecars to pods. You must opt in to sidecar injection.
1.25.4.1.1. Troubleshooting Istio sidecar injection 링크 복사링크가 클립보드에 복사되었습니다!
Check to see if automatic injection is enabled in the Deployment for your application. If automatic injection for the Envoy proxy is enabled, there should be a sidecar.istio.io/inject:"true" annotation in the Deployment resource under spec.template.metadata.annotations.
1.25.4.1.2. Troubleshooting Jaeger agent sidecar injection 링크 복사링크가 클립보드에 복사되었습니다!
Check to see if automatic injection is enabled in the Deployment for your application. If automatic injection for the Jaeger agent is enabled, there should be a sidecar.jaegertracing.io/inject:"true" annotation in the Deployment resource.
For more information about sidecar injection, see Enabling automatic injection