this or at least knows why this is happening:
- EKS 1.21
- standard service exposing an app's port to the cluster internally
- I curl the service's fqdn (curl http://app.namespace:port) and pick a port that the service doesn't expose, some random number.
- instead of failing right away, curl hangs for a few minutes, the connection is stuck in SYN_SENT until it times out.
I wonder if it's possible somehow to make it fail immediately?
Adjust your curl timeout
Обсуждают сегодня