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
When the application running within a Pod is bind to the localhost, has a Service that exposes it and we deploy Kuma, you can reach the application. But the request to the application bind to podIP is failing. We should be more consistent with migration for users and increase security by not exposing localhost bound applications.
Step to reproduce:
Deploy Kuma
Deploy demo application bound to localhost and expose it by the Service
Install another pod with curl/wget
Request CLUSTER_IP:PORT from the client pod
request will pass
Step to reproduce case with pod IP:
Deploy Kuma
Deploy demo application bound to podIP and expose it by the Service
Install another pod with curl/wget
Request CLUSTER_IP:PORT from the client pod
Request will fail
Deployment without the mesh has different behavior and request to application bound to localhost fail while to podIP its success.
The text was updated successfully, but these errors were encountered:
What happened?
When the application running within a
Pod
is bind to the localhost, has a Service that exposes it and we deployKuma
, you can reach the application. But the request to the application bind to podIP is failing. We should be more consistent with migration for users and increase security by not exposing localhost bound applications.Step to reproduce:
CLUSTER_IP:PORT
from the client podStep to reproduce case with pod IP:
CLUSTER_IP:PORT
from the client podDeployment without the mesh has different behavior and request to application bound to localhost fail while to podIP its success.
The text was updated successfully, but these errors were encountered: