Which tool is used for orchestrating multiple Docker containers?
- Docker Compose
- Docker Swarm
- Kubernetes
- Ansible
Kubernetes is used for orchestrating multiple Docker containers. It's a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications.
Loading...
Related Quiz
- When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/________ directory.
- Which tool enforces mandatory access controls at the kernel level in Linux?
- During the boot process, the ________ is responsible for loading the kernel into memory.
- In a shell script, if you want a loop to execute infinitely, which of the following would be the most appropriate construct?
- You've been tasked to ensure a specific service always restarts after failure. Which Linux system would you primarily use to achieve this?