Intermediate Kubernetes
Q45 / 100

What are the main types of Kubernetes Services, and what does "ClusterIP" provide?

Correct! Well done.

Incorrect.

The correct answer is B) ClusterIP (the default type) exposes the Service on an internal IP reachable only within the cluster, while other types like NodePort and LoadBalancer expose it externally

B

Correct Answer

ClusterIP (the default type) exposes the Service on an internal IP reachable only within the cluster, while other types like NodePort and LoadBalancer expose it externally

Explanation

ClusterIP provides internal-only access; NodePort exposes the service on a static port on each node's IP; LoadBalancer provisions an external load balancer (typically via a cloud provider).

Progress
45/100