JN0-214 · Question #8
Which two tools are used to deploy a Kubernetes environment for testing and development purposes? (Choose two.)
The correct answer is B. kind D. minikube. Option B: kind (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker containers as nodes. It is lightweight and ideal for testing and development purposes. Option D: minikube is a tool for running a single-node Kubernetes cluster locally on your…
Question
Which two tools are used to deploy a Kubernetes environment for testing and development purposes? (Choose two.)
Options
- AOpenStack
- Bkind
- Coc
- Dminikube
How the community answered
(28 responses)- A14% (4)
- B79% (22)
- C7% (2)
Explanation
Option B: kind (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker containers as nodes. It is lightweight and ideal for testing and development purposes. Option D: minikube is a tool for running a single-node Kubernetes cluster locally on your machine. It is widely used for testing and development due to its simplicity and ease of setup.
Topics
Community Discussion
No community discussion yet for this question.