Question: How can you enable clients inside a GKE cluster to be able to contact Pods?
- Configure the clients to connect via the default cluster IP.
- Configure an external name. Configure the clients to connect via the external name.
- Configure a node port. COnfigure the clients to connect via the node port.
- 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.