Creating Services and Ingress Resources || ||

Опубликовано: 21 Октябрь 2024
на канале: TUTORIALBOY
164
1

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.