Which of the following is not the Kubernetes master machine component?

15. Which of the following is not the Kubernetes master machine component?

  1. Scheduler
  2. Controller manager
  3. API server
  4. Docker

Answer: D) Docker

Explanation:

Kubernetes master machine components are

  • Scheduler
  • Controller manager
  • API server
  • Etcd

Whereas Kubernetes node server components are:

  • Docker
  • Kubelet Service
  • Kubernetes Proxy service

Therefore, Docker is not a part of Kubernetes node server components.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.