Get started with Coordimap via Docker
Coordimap docker images can be found in our DockerHub account.
Install Docker
Before you can start with the Coordimap agent you need to install docker on your machine. The official docker documentation has installation instruction for your platform.
coordimap-agent Image
Once you have docker in your machine, you will need to pull the coordimap-agent image from DockerHub and create a container. You can use the following CLI for that:
Have a configuration file ready
Please make sure to have the configuration file before running the following command. You will find the relevant configuration information here
docker run -v ./config.yaml:mnt/config.yaml coordimap/coordimap-agent --config /mnt/config.yamlBinaries Installation
Install the Coordimap agent from prebuilt binaries and prepare your YAML configuration to start crawling infrastructure data sources.
Kubernetes Installation
Deploy the Coordimap agent to Kubernetes with namespace setup and the provided manifest for in-cluster infrastructure discovery.