Replies: 1 comment
-
Hi @akarX23. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was having problems with making the NGINX Ingress work with the underlying service
cluster-name
. It was mainly because the TLS termination occurs at the ingress level and the service needs SSL Communication with the ingress. So I enabled TLS Passthrough and then things worked fine.What will be the security and performance impacts because of this? If I disable TLS Passthrough and configure Ingress to talk to the service using SSL then there would be 2 SSL handshakes which will definitely cause an impact on performance. Also, we can't disable security so what would be the best option in this case?
I am not very good at this so this might be a naive question but if possible please help out!
Beta Was this translation helpful? Give feedback.
All reactions