Ultimate access to all questions.
Your team is planning a Kubernetes deployment that spans on-premises and Google Cloud Platform (GCP). They are curious about management, routing, and how to extend services within a cluster. What solutions would you recommend to address these concerns? (Select Two)
Explanation:
Kubernetes ingress is a set of routing rules that manage how external users access services within a Kubernetes cluster. An edge proxy, often referred to as an ingress controller, is typically configured using ingress resources in Kubernetes. However, it can also be set up independently to manage external access to the services in the cluster.