Hi All
I have a Kubernetes cluster setup with a layer 7 load-balance that is load balancing over two node pools.
Randomly I keep having the TCP load balancer automatically being created by GCP and I start incurring the network load balancer charges. .
If I delete the TCP load balancer a day later the load balancer is recreated automatically and the billing starts again.
I don't need the TCP load balancer and only need HTTP load balancing.
Can anyone explain why GCP is automatically creating the load balancer after I delete them.
Thank you