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