Linux_FoundationLinux_Foundation
LFCA · Question #36
LFCA Question #36: Real Exam Question with Answer & Explanation
The correct answer is A: Kubernetes. Kubernetes is the leading technology supported by most cloud providers for orchestrating containerized applications due to its widespread adoption and robust features.
Submitted by rachelw· May 4, 2026Cloud Computing Fundamentals
Question
Which of the following technologies is supported by the majority of cloud providers in order to support the orchestration of containerized applications?
Options
- AKubernetes
- BVagrant
- CAnsible
- DTerraform
Explanation
Kubernetes is the leading technology supported by most cloud providers for orchestrating containerized applications due to its widespread adoption and robust features.
Common mistakes.
- B. Vagrant is primarily used for creating and managing virtual machine development environments locally, not for cloud container orchestration.
- C. Ansible is a configuration management and automation tool, used for provisioning and orchestration, but not specifically for container orchestration at the platform level like Kubernetes.
- D. Terraform is an Infrastructure as Code (IaC) tool used for provisioning and managing cloud infrastructure, but it provisions the underlying resources for container orchestration platforms, rather than being the orchestrator itself.
Concept tested. Cloud container orchestration standards
Reference. https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
Topics
#Container Orchestration#Kubernetes#Cloud Computing#Containers
Community Discussion
No community discussion yet for this question.