An organization is deploying a large microservices-based application across multiple hosts. The team wants the environment to scale based on resource usage, securely store credentials, and allow minimal downtime upgrades. Which approach best addresses these needs while providing advanced container orchestration capabilities?
Configure a console-based tool observing logs to restart containers during high usage
Deploy a script that stops all active containers and restarts them after loading the latest images
Use a standard cluster management platform that includes secret management, scheduling, and rolling releases
Run container images directly on a host operating system and add new hosts as resource demands exceed capacity
A cluster management platform that includes scheduling, secret handling, and rolling updates aligns best with the team's scaling and security requirements. It ensures containers are distributed effectively, prevents interruptions when introducing new versions, and protects sensitive data by handling secrets responsibly. Other answers may address certain elements, but they do not integrate this functionality into a seamless solution.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a cluster management platform and how does it assist with container orchestration?
Open an interactive chat with Bash
What is secret management in containerized environments?
Open an interactive chat with Bash
How do rolling updates minimize downtime during application deployment?