I see that for Layer 7 traffic one can set the timeout window. However, I am wanting to do this for Layer 4/TCP traffic. Is this possible?
Asked
Active
Viewed 670 times
1
-
How are you creating Load Balancer? Manually or as a service? – Crou Jul 18 '18 at 12:37
-
@Crou My plan is to create it as a service. – sfxworks Jul 18 '18 at 19:59
-
If you do it as a service then it will work internally, if you expose the NodePort it will act as a socket. – Crou Jul 19 '18 at 08:38
-
But how do I make a connection to the node port from my VM on the same network? – sfxworks Jul 19 '18 at 12:14
-
This question was answered - [How do I externally access a service with kubernetes NodePort?](https://stackoverflow.com/questions/45802336/how-do-i-externally-access-a-service-with-kubernetes-nodeport) – Crou Jul 19 '18 at 13:48