Pick the right one for the job.
ClusterIP — internal only (default), reachable inside the cluster
NodePort — opens the same port on every node's external IP
LoadBalancer — provisions a real cloud load balancer (ELB / GLB / etc.)
You're running a public REST API on EKS. Best service type for the
internet-facing endpoint?
A) ClusterIP B) NodePort C) LoadBalancer D) Headless service
Sign in to save your code and track progress across devices.