Juniper
JN0-214 · Question #50
You must install a basic Kubernetes cluster. Which tool would you use in this situation?
The correct answer is A. kubeadm. kubeadm is a command-line tool specifically designed to bootstrap a Kubernetes cluster. It automates the process of setting up the control plane and worker nodes, making it the most suitable choice for installing a basic Kubernetes cluster.
Cloud Fundamentals
Question
You must install a basic Kubernetes cluster. Which tool would you use in this situation?
Options
- Akubeadm
- Bkubectl apply
- Ckubectl create
- Ddashboard
How the community answered
(18 responses)- A78% (14)
- B6% (1)
- C11% (2)
- D6% (1)
Explanation
kubeadm is a command-line tool specifically designed to bootstrap a Kubernetes cluster. It automates the process of setting up the control plane and worker nodes, making it the most suitable choice for installing a basic Kubernetes cluster.
Topics
#Kubernetes#kubeadm#cluster installation#container orchestration
Community Discussion
No community discussion yet for this question.