Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Download the radar-agent binary for your platform from the releases page.

Binary Installation

# Download binary (replace VERSION and PLATFORM)
curl -LO https://github.com/redis-field-engineering/radar-agent/releases/download/VERSION/radar-agent-PLATFORM

# Make executable
chmod +x radar-agent-PLATFORM
mv radar-agent-PLATFORM /usr/local/bin/radar-agent

# Verify installation
radar-agent --version

Docker

Pull the Docker image:

docker pull ghcr.io/redis-field-engineering/radar-agent:latest

Run with configuration file:

docker run -v /path/to/config.yml:/config.yml ghcr.io/redis-field-engineering/radar-agent:latest --config /config.yml

Next Steps

  1. Configure your Redis deployments
  2. Validate your configuration
  3. Run the agent