Question: How can you enable clients inside a GKE cluster to be able to contact Pods?

  1. Configure the clients to connect via the default cluster IP.
  2. Configure an external name. Configure the clients to connect via the external name.
  3. Configure a node port. COnfigure the clients to connect via the node port.
  4. Configure a load balancer. Configure the clients to connect via the load balancer.

Answer: The correct answer of the above question is Option C:Configure a node port. COnfigure the clients to connect via the node port.