QuestionQ34

Cloud Orchestration with Kubernetes

Which Kubernetes component runs on every node and maintains network rules?

  • A container runtime
  • B kube-proxy
  • C kubelet
  • D kube controller
Explanation

kube-proxy runs on each Kubernetes node and maintains the network rules used to implement Kubernetes Services.

Community Discussion

No comments yet. Be the first to start the discussion!