Services & Networking

Configure and manage Kubernetes networking, services, and network policies (20% of exam).

This domain covers understanding connectivity between Pods, defining and enforcing Network Policies, using ClusterIP, NodePort, LoadBalancer service types and endpoints, using the Gateway API to manage Ingress traffic, knowing how to use Ingress controllers and Ingress resources, and understanding and using CoreDNS.
5 minutes 5 Questions

In the context of the CKA exam, Services and Networking form the backbone of cluster communication. Because Pods are ephemeral and their IP addresses change, **Services** define a logical set of Pods and a policy to access them. You must understand the four primary Service types: **ClusterIP** (def…

Concepts covered: Understand connectivity between Pods, Define and enforce Network Policies, Use ClusterIP, NodePort, LoadBalancer service types and endpoints, Use the Gateway API to manage Ingress traffic, Know how to use Ingress controllers and Ingress resources, Understand and use CoreDNS, Kubernetes networking model, CNI plugins and configuration, Service discovery and DNS, Endpoints and EndpointSlices, External traffic policy and session affinity, Headless services

Test mode:
More Services & Networking questions
370 questions (total)