QuestionQ3

Cloud Orchestration with Kubernetes

You need to install a basic Kubernetes cluster.

Which tool would you use for this task?

  • A kubeadm
  • B kubectl apply
  • C kubectl create
  • D dashboard
Explanation

kubeadm bootstraps a minimum viable Kubernetes cluster and provides the kubeadm init and kubeadm join workflows for creating and expanding it. kubectl commands operate against an existing cluster, and Dashboard is an optional user interface.

Learn more

Community Discussion

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