# Installing Agents

You can deploy agents using the following methods:

* **Docker CLI**: For simple, single-container deployments. See [Installing Agents via Docker](https://docs.cybus.io/documentation/agents/installing-agents/installing-agents-via-docker).
* **Docker Compose**: For multi-container applications or more complex configurations. See [Installing Agents via Docker Compose](https://docs.cybus.io/documentation/agents/installing-agents/installing-agents-via-docker-compose).
* **Kubernetes**: For advanced orchestration and scaling. See [Installing Agents on Kubernetes](https://docs.cybus.io/documentation/agents/installing-agents/installing-agents-via-kubernetes).

Choose the method that best suits your infrastructure and operational requirements.
