How can you enable clients inside a GKE cluster to be able to contact Pods?
Configure an external name. Configure the clients to connect via the external name.
Configure the clients to connect via the default cluster IP.
Configure a load balancer. Configure the clients to connect via the load balancer.
Configure a node port. Configure the clients to connect via the node port.