0 votes
in Kubernetes K8s by
What is the Kubernetes Ingress resource?

a) A networking abstraction to access a set of Pods

b) A tool for managing Kubernetes resources

c) A way to manage persistent storage for containers in a Kubernetes cluster

d) A way to manage HTTP(S) routing rules for external traffic into a Kubernetes cluster

1 Answer

0 votes
by

Answer: d)

Explanation: A way to manage HTTP(S) routing rules for external traffic into a Kubernetes cluster. Kubernetes Ingress is a way to manage HTTP(S) routing rules for external traffic into a Kubernetes cluster, enabling administrators to configure routing rules for incoming traffic based on URL paths or domain names.

...