I want to install jenkins
using its official helm chart on GKE.
I want to expose the agent service (port 50000) using LoadBalancer (will be hitting it from some remote agents).
Will this annotation
service.beta.kubernetes.io/load-balancer-source-ranges: "172.0.0.0/8, 10.0.0.0/8"
also help secure a GCP load balancer, or is it only applicable on AWS?
Will the agents initiated internally in GKE still have to pass through the internet to reach the service, or will they be routed internally to the corresponding agent service?