I'm trying to put a GCP regional TCP load balancer on front of my service. My service expose 7933 port out. And I can get response from my service server's IP.
The set up is based on this article.
https://cloud.google.com/community/tutorials/modular-load-balancing-with-terraform
But I don't know why I got connection refused from Load Balancer. I can make sure my service is up (cause I can get response from server's IP).
Also I made this TCP load balancer worked before by selecting Session affinity to Client IP and protocol. But I don't why it does not work at all after one day.
What's more, my firewall rule is fine and cloud armor is not select.
My set up on GCP (this service cannot provide health check yet)