Closed nmehlei closed 2 months ago
You have outbound firwall rules activated: https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/blob/da24fd260b060038630a72b121f06288bc6b8e56/kube.tf.example#L650-L651
These rules are applied by default: https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/blob/da24fd260b060038630a72b121f06288bc6b8e56/locals.tf#L297-L344
Thanks @M4t7e !
Description
Hey all, Outgoing TCP connections seem to fail on a newly created cluster due to
TCP error 35 / Connection reset by peer
. I noticed this at first as one service connecting to MS SQL failed, which I tried to diagnose for SQL-specific issues, until I noticed that it seems to be the case for multiple or all outgoing requests, regardless of SQL.The exact same container images, YAML files, and configuration are used on another cluster (Azure AKS-based) where all of these requests work perfectly. Thus, this is ensured to be specific to the cluster.
Example call to MS SQL
Example call to Azure Service Bus
Kube.tf file
Screenshots
No response
Platform
Linux