Relative Content

Tag Archive for openshiftistiomtls

TLS and plain text traffic to the same sidecar

I am trying to transition my legacy applications to the service mesh. To do this, I would like to support both plaintext traffic and TLS traffic into the Pod so that application in the same namespace that have not transitioned to the Service Mesh can still call my application. So, I am trying to configure the Sidecar to accept both types of protocols and then terminate and pass it to the underlying container. However, I cannot seem to get it to work correctly.