So I have build a simple TCP server in Golang which listen on port 8080.
Then I build the image and I am running the image as a Azure Container Instance.
The container is running fine, but it seems to be accepting TCP connections randomly. Could it be because Azure running health checks?
I just want to know the source of these connections. I logged the conn.RemoteAddr()
field and all seem to origin from the same.
2