In this lab, you learn how to perform the following tasks:
Observe Kubernetes DNS in action.
Define various service types (ClusterIP, NodePort, LoadBalancer) in manifests along with label selectors to connect to existing labeled Pods and deployments, deploy those to a cluster, and test connectivity.
Deploy an Ingress resource that connects clients to two different services based on the URL path entered.
Verify Google Cloud network load balancer creation for type=LoadBalancer services.