156-561 · Question #67
Clouds use orchestration platforms to accomplish various deployment tasks. Which of the following is NOT one of those tasks?
The correct answer is D. Deploying endpoint security devices. D is correct because endpoint security devices (firewalls, intrusion detection systems, etc.) are network security appliances managed through security-specific tools, not cloud orchestration platforms like Kubernetes, Terraform, or Ansible. Why the distractors are wrong: A…
Question
Clouds use orchestration platforms to accomplish various deployment tasks. Which of the following is NOT one of those tasks?
Options
- ADeploying environments with complex dependencies.
- BDeploying multiple data centers.
- CDeploying clustered applications.
- DDeploying endpoint security devices.
How the community answered
(54 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D91% (49)
Explanation
D is correct because endpoint security devices (firewalls, intrusion detection systems, etc.) are network security appliances managed through security-specific tools, not cloud orchestration platforms like Kubernetes, Terraform, or Ansible.
Why the distractors are wrong:
- A - Orchestration platforms like Kubernetes and Helm are specifically designed to manage applications with complex inter-service dependencies (databases, caches, APIs).
- B - Tools like Terraform excel at deploying and managing infrastructure across multiple data centers or cloud regions as code.
- C - Deploying clustered applications (e.g., container clusters, database clusters) is one of the primary use cases for orchestration platforms.
Memory tip: Think of orchestration as managing what runs on your infrastructure (apps, services, environments). Endpoint security devices are physical or virtual network perimeter tools - they're configured through security management consoles, not deployment pipelines. If it sounds like a firewall or antivirus component, it's outside orchestration's scope.
Topics
Community Discussion
No community discussion yet for this question.