Knowledge Check

Congratulations on completing Chapter 9 - Services. Take this quiz to check your understanding of the concepts you've learned about so far.

Question 9.1

Which of the following are Kubernetes service types?

A. ClusterIP

B. NodePort

C. LoadBalancer

D. ExternalName

E. All of the above

Question 9.2

Which Kubernetes agent watches the API server for configuration changes and iptable updates?

A. kube-proxy

B. kubeadm

C. kubectl

D. kubernetes

Question 9.3

Which of the following service types spreads packets among Pods in a Deployment automatically?

A. NodePort

B. LoadBalancer

C. PacketSpreader

D. None of the above

Question 9.4

How can you start a local proxy, which is useful for development and testing?

A. kubectl proxy

B. kubeadm proxy

C. proxy-start

D. None of the above

Answer: E A B A

Last updated