You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of different ways to handle this. One way is to setup an external nginx deployment that handles SSL, but this will introduce another hop. In order to eliminate the hop and not have to jump through hoops in VCL to find nginx pods that are colocated with varnish pods, we should consider adding a nginx sidecar so we can talk over localhost for this. It'd simplify config and hopefully allow us to support SSL by flipping a switch.
The text was updated successfully, but these errors were encountered:
There are a lot of different ways to handle this. One way is to setup an external nginx deployment that handles SSL, but this will introduce another hop. In order to eliminate the hop and not have to jump through hoops in VCL to find nginx pods that are colocated with varnish pods, we should consider adding a nginx sidecar so we can talk over localhost for this. It'd simplify config and hopefully allow us to support SSL by flipping a switch.
The text was updated successfully, but these errors were encountered: